RR Rated
M
For Mature
HOME
rrTV-PHOTO
GALLERIES
MY GALLERY
HELP-FAQ
myHOME
PM
pmRR
MEMBERS
892 ONLINE
18 EVENTS
SEARCH
REGISTER
START HERE
AndyH's Gallery
Viewing
Printing
My New Uploads
DISPLAY ALL
<
AndyH
>
PM
Email
Posts
TOP
15150 views
HELP-FAQ
DSCF0305_.jpg
bash7.jpg
bash9.jpg
bash33.jpg
Brians_Baja_1.jpg
DSCF0137.jpg
freshmaker.jpg
My new "real" birds!
070075008.jpg
07809811.jpg
Old Project...
133835main_station_hi.jpg
133832main_lunar_orbit_hi .jpg
Logo 14
Logo5.jpg
Logo6.jpg
Logo1.jpg
Logo2.jpg
Logo3.jpg
Logo4.jpg
Old Birds
DSCF0016.jpg
DSCF0018.jpg
helo04.jpg
helo01.jpg
Flying_088.jpg
Flying_084.jpg
Too bad the tail got cut off, but still neat!
Lead_-_Lag.jpg
Invert_lo_2-_small.jpg
Loop.jpg
Dive1.jpg
FF_1.jpg
Climb.jpg
Check out the reflection in the blade!
DSC_5196.jpg
My Xspec and my dog that my evil X GF stole!!
Xspec_and_Sam.jpg
IMG_0383.jpg
IMG_0006.jpg
IMAG0036.jpg
This is how crop circles are formed!
_DSC1075.jpg
_DSC1079.jpg
Getting ready to mow the lawn...
_DSC1083.jpg
_DSC1077.jpg
IMAG0035.jpg
IMAG0034.jpg
IMAG0004.jpg
IMAG0007.jpg
Sweeeeet!
Rappy-Upsidy.jpg
Auto
DSC_5221.jpg
Sweet pic huh?
Freya_4_.jpg
Freya_2_.jpg
I like this one a lot too!
Freya_3_.jpg
Time!!
Freya_1_.jpg
SharkyRappy4.jpg
Got rid of the Fury - way too much work!
IMAG0073.jpg
LMH_and_1st_rappy.jpg
rappy-below.jpg
IMAG0040.jpg
33.jpg
32.jpg
IMAG0069.jpg
IMAG0075.jpg
Support Equipment =)
The Heli-Van!!
IMAG0026.jpg
IMAG0032.jpg
Inside the Heli-Van
IMAG0034_.jpg
The BOX! NO! I didn't make it myself - Wood and myself don't mix well - hence I fly helis! The guy who made is out of business now =(
Rappy on BOX
IMG_0095.jpg
This pic was sent to me by planepals showing the construction
Andy_flight_box.jpg
Bow down before the BOX!
Resize_of_box-side.jpg
Script
-Welcome.txt
rrScript Tag
HELP
[title] My New Uploads [img] /helicopter/gallery/8313/DSCF0305_.jpg [desc] [img] /helicopter/gallery/8313/bash7.jpg [desc] [img] /helicopter/gallery/8313/bash9.jpg [desc] [img] /helicopter/gallery/8313/bash33.jpg [desc] [img] /helicopter/gallery/8313/Brians_Baja_1.jpg [desc] [#] ===MISSING=FILE=== [img] /helicopter/gallery/8313/Brians_Baja_2.jpg [desc] [#] ===MISSING=FILE=== [img] /helicopter/gallery/8313/DSCF0130.jpg [desc] [#] ===MISSING=FILE=== [img] /helicopter/gallery/8313/DSCF0131.jpg [desc] [img] /helicopter/gallery/8313/DSCF0137.jpg [desc] <style type="text/css"> .matrix { font-family:Lucida Console, Courier, Monotype; font-size:10pt; text-align:center; width:10px; padding:0px; margin:0px;} </style> <script type="text/javascript" language="JavaScript"> <!-- var rows=9; // must be an odd number var speed=2; // lower is faster var reveal=2; // between 0 and 2 only. The higher, the faster the word appears var effectalign="center" //enter "center" to center it. /*********************************************** * The Matrix Text Effect- by Richard Womersley (http://www.mf2fm.co.uk/rv) * This notice must stay intact for use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ var w3c=document.getElementById && !window.opera;; var ie45=document.all && !window.opera; var ma_tab, matemp, ma_bod, ma_row, x, y, columns, ma_txt, ma_cho; var m_coch=new Array(); var m_copo=new Array(); window.onload=function() { if (!w3c && !ie45) return var matrix=(w3c)?document.getElementById("matrix"):document.all["matrix"]; ma_txt=(w3c)?matrix.firstChild.nodeValue:matrix.innerHTML; ma_txt=" "+ma_txt+" "; columns=ma_txt.length; if (w3c) { while (matrix.childNodes.length) matrix.removeChild(matrix.childNodes[0]); ma_tab=document.createElement("table"); ma_tab.setAttribute("border", 0); ma_tab.setAttribute("align", effectalign); ma_tab.style.backgroundColor="#000000"; ma_bod=document.createElement("tbody"); for (x=0; x<rows; x++) { ma_row=document.createElement("tr"); for (y=0; y<columns; y++) { matemp=document.createElement("td"); matemp.setAttribute("id", "Mx"+x+"y"+y); matemp.className="matrix"; matemp.appendChild(document.createTextNode(String.fromCharCode(160))); ma_row.appendChild(matemp); } ma_bod.appendChild(ma_row); } ma_tab.appendChild(ma_bod); matrix.appendChild(ma_tab); } else { ma_tab='<ta'+'ble align="'+effectalign+'" border="0" style="background-color:#000000">'; for (var x=0; x<rows; x++) { ma_tab+='<t'+'r>'; for (var y=0; y<columns; y++) { ma_tab+='<t'+'d class="matrix" id="Mx'+x+'y'+y+'"> </'+'td>'; } ma_tab+='</'+'tr>'; } ma_tab+='</'+'table>'; matrix.innerHTML=ma_tab; } ma_cho=ma_txt; for (x=0; x<columns; x++) { ma_cho+=String.fromCharCode(32+Math.floor(Math.random()*94)); m_copo[x]=0; } ma_bod=setInterval("mytricks()", speed); } function mytricks() { x=0; for (y=0; y<columns; y++) { x=x+(m_copo[y]==100); ma_row=m_copo[y]%100; if (ma_row && m_copo[y]<100) { if (ma_row<rows+1) { if (w3c) { matemp=document.getElementById("Mx"+(ma_row-1)+"y"+y); matemp.firstChild.nodeValue=m_coch[y]; } else { matemp=document.all["Mx"+(ma_row-1)+"y"+y]; matemp.innerHTML=m_coch[y]; } matemp.style.color="#33ff66"; matemp.style.fontWeight="bold"; } if (ma_row>1 && ma_row<rows+2) { matemp=(w3c)?document.getElementById("Mx"+(ma_row-2)+"y"+y):document.all["Mx"+(ma_row-2)+"y"+y]; matemp.style.fontWeight="normal"; matemp.style.color="#00ff00"; } if (ma_row>2) { matemp=(w3c)?document.getElementById("Mx"+(ma_row-3)+"y"+y):document.all["Mx"+(ma_row-3)+"y"+y]; matemp.style.color="#009900"; } if (ma_row<Math.floor(rows/2)+1) m_copo[y]++; else if (ma_row==Math.floor(rows/2)+1 && m_coch[y]==ma_txt.charAt(y)) zoomer(y); else if (ma_row<rows+2) m_copo[y]++; else if (m_copo[y]<100) m_copo[y]=0; } else if (Math.random()>0.9 && m_copo[y]<100) { m_coch[y]=ma_cho.charAt(Math.floor(Math.random()*ma_cho.length)); m_copo[y]++; } } if (x==columns) clearInterval(ma_bod); } function zoomer(ycol) { var mtmp, mtem, ytmp; if (m_copo[ycol]==Math.floor(rows/2)+1) { for (ytmp=0; ytmp<rows; ytmp++) { if (w3c) { mtmp=document.getElementById("Mx"+ytmp+"y"+ycol); mtmp.firstChild.nodeValue=m_coch[ycol]; } else { mtmp=document.all["Mx"+ytmp+"y"+ycol]; mtmp.innerHTML=m_coch[ycol]; } mtmp.style.color="#33ff66"; mtmp.style.fontWeight="bold"; } if (Math.random()<reveal) { mtmp=ma_cho.indexOf(ma_txt.charAt(ycol)); ma_cho=ma_cho.substring(0, mtmp)+ma_cho.substring(mtmp+1, ma_cho.length); } if (Math.random()<reveal-1) ma_cho=ma_cho.substring(0, ma_cho.length-1); m_copo[ycol]+=199; setTimeout("zoomer("+ycol+")", speed); } else if (m_copo[ycol]>200) { if (w3c) { mtmp=document.getElementById("Mx"+(m_copo[ycol]-201)+"y"+ycol); mtem=document.getElementById("Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol); } else { mtmp=document.all["Mx"+(m_copo[ycol]-201)+"y"+ycol]; mtem=document.all["Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol]; } mtmp.style.fontWeight="normal"; mtem.style.fontWeight="normal"; setTimeout("zoomer("+ycol+")", speed); } else if (m_copo[ycol]==200) m_copo[ycol]=100+Math.floor(rows/2); if (m_copo[ycol]>100 && m_copo[ycol]<200) { if (w3c) { mtmp=document.getElementById("Mx"+(m_copo[ycol]-101)+"y"+ycol); mtmp.firstChild.nodeValue=String.fromCharCode(160); mtem=document.getElementById("Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol); mtem.firstChild.nodeValue=String.fromCharCode(160); } else { mtmp=document.all["Mx"+(m_copo[ycol]-101)+"y"+ycol]; mtmp.innerHTML=String.fromCharCode(160); mtem=document.all["Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol]; mtem.innerHTML=String.fromCharCode(160); } setTimeout("zoomer("+ycol+")", speed); } } // --> </script> [top] <div id="matrix">AndyH's Gallery</div> [img] /helicopter/gallery/8313/freshmaker.jpg [desc] [title] My new "real" birds! [img] /helicopter/gallery/8313/070075008.jpg [desc] [img] /helicopter/gallery/8313/07809811.jpg [desc] [title] Old Project... [#] ===MISSING=FILE=== [img] /helicopter/gallery/8313/133830main_leave_earth_hi.jpg [desc] [img] /helicopter/gallery/8313/133835main_station_hi.jpg [desc] [img] /helicopter/gallery/8313/133832main_lunar_orbit_hi.jpg [desc] [title] Logo 14 [img] /helicopter/gallery/8313/Logo5.jpg [desc] [img] /helicopter/gallery/8313/Logo6.jpg [desc] [img] /helicopter/gallery/8313/Logo1.jpg [desc] [img] /helicopter/gallery/8313/Logo2.jpg [desc] [img] /helicopter/gallery/8313/Logo3.jpg [desc] [img] /helicopter/gallery/8313/Logo4.jpg [desc] [#] ===MISSING=FILE=== [img] /helicopter/gallery/8313/DSC00005.jpg [desc] [#] ===MISSING=FILE=== [img] /helicopter/gallery/8313/DSC00006.jpg [desc] [#] ===MISSING=FILE=== [img] /helicopter/gallery/8313/DSC00003.jpg [desc] [#] ===MISSING=FILE=== [img] /helicopter/gallery/8313/DSC00002.jpg [desc] [title] Old Birds [#] ===MISSING=FILE=== [img] /helicopter/gallery/8313/DSCF0019.jpg [desc] [#] ===MISSING=FILE=== [img] /helicopter/gallery/8313/DSCF0022.jpg [desc] [#] ===MISSING=FILE=== [img] /helicopter/gallery/8313/DSCF0024.jpg [desc] [#] ===MISSING=FILE=== [img] /helicopter/gallery/8313/DSCF0015.jpg [desc] [img] /helicopter/gallery/8313/DSCF0016.jpg [desc] [#] ===MISSING=FILE=== [img] /helicopter/gallery/8313/DSCF0017.jpg [desc] [img] /helicopter/gallery/8313/DSCF0018.jpg [desc] [img] /helicopter/gallery/8313/helo04.jpg [desc] [img] /helicopter/gallery/8313/helo01.jpg [desc] [img] /helicopter/gallery/8313/Flying_088.jpg [desc] [img] /helicopter/gallery/8313/Flying_084.jpg [desc] [img] /helicopter/gallery/8313/Lead_-_Lag.jpg [desc] Too bad the tail got cut off, but still neat! [img] /helicopter/gallery/8313/Invert_lo_2-_small.jpg [desc] [img] /helicopter/gallery/8313/Loop.jpg [desc] [img] /helicopter/gallery/8313/Dive1.jpg [desc] [img] /helicopter/gallery/8313/FF_1.jpg [desc] [img] /helicopter/gallery/8313/Climb.jpg [desc] [img] /helicopter/gallery/8313/DSC_5196.jpg [desc] Check out the reflection in the blade! [img] /helicopter/gallery/8313/Xspec_and_Sam.jpg [desc] My Xspec and my dog that my evil X GF stole!! [img] /helicopter/gallery/8313/IMG_0383.jpg [desc] [#] ===MISSING=FILE=== [img] /helicopter/gallery/8313/IMG_0001.jpg [desc] [img] /helicopter/gallery/8313/IMG_0006.jpg [desc] [img] /helicopter/gallery/8313/IMAG0036.jpg [desc] [img] /helicopter/gallery/8313/_DSC1075.jpg [desc] This is how crop circles are formed! [img] /helicopter/gallery/8313/_DSC1079.jpg [desc] [img] /helicopter/gallery/8313/_DSC1083.jpg [desc] Getting ready to mow the lawn... [img] /helicopter/gallery/8313/_DSC1077.jpg [desc] [img] /helicopter/gallery/8313/IMAG0035.jpg [desc] [img] /helicopter/gallery/8313/IMAG0034.jpg [desc] [img] /helicopter/gallery/8313/IMAG0004.jpg [desc] [#] ===MISSING=FILE=== [img] /helicopter/gallery/8313/IMAG0005.jpg [desc] [img] /helicopter/gallery/8313/IMAG0007.jpg [desc] [img] /helicopter/gallery/8313/Rappy-Upsidy.jpg [desc] Sweeeeet! [img] /helicopter/gallery/8313/DSC_5221.jpg [desc] Auto [img] /helicopter/gallery/8313/Freya_4_.jpg [desc] Sweet pic huh? [img] /helicopter/gallery/8313/Freya_2_.jpg [desc] [img] /helicopter/gallery/8313/Freya_3_.jpg [desc] I like this one a lot too! [img] /helicopter/gallery/8313/Freya_1_.jpg [desc] Time!! [img] /helicopter/gallery/8313/SharkyRappy4.jpg [desc] [img] /helicopter/gallery/8313/IMAG0073.jpg [desc] Got rid of the Fury - way too much work! [img] /helicopter/gallery/8313/LMH_and_1st_rappy.jpg [desc] [img] /helicopter/gallery/8313/rappy-below.jpg [desc] [img] /helicopter/gallery/8313/IMAG0040.jpg [desc] [img] /helicopter/gallery/8313/33.jpg [desc] [img] /helicopter/gallery/8313/32.jpg [desc] [img] /helicopter/gallery/8313/IMAG0069.jpg [desc] [img] /helicopter/gallery/8313/IMAG0075.jpg [desc] [#] ===MISSING=FILE=== [img] /helicopter/gallery/8313/IMAG0037.jpg [desc] [title] Support Equipment =) [img] /helicopter/gallery/8313/IMAG0026.jpg [desc] The Heli-Van!! [img] /helicopter/gallery/8313/IMAG0032.jpg [desc] [img] /helicopter/gallery/8313/IMAG0034_.jpg [desc] Inside the Heli-Van [title] The BOX! NO! I didn't make it myself - Wood and myself don't mix well - hence I fly helis! The guy who made is out of business now =( [img] /helicopter/gallery/8313/IMG_0095.jpg [desc] Rappy on BOX [img] /helicopter/gallery/8313/Andy_flight_box.jpg [desc] This pic was sent to me by planepals showing the construction [img] /helicopter/gallery/8313/Resize_of_box-side.jpg [desc] Bow down before the BOX! <script language="JavaScript"> //Comment trail script- By Kurt (kurt.grigg@virgin.net) //Script featured on Dynamic Drive //Visit http://www.dynamicdrive.com for this script and more colours=new Array('#ff0000','#00ff00','#ffffff','#ff00ff','#ffa500','#ffff00','#00ff00','#ffffff','ff00ff') n = 10; y = 0; x = 0; n6=(document.getElementById&&!document.all); ns=(document.layers); ie=(document.all); d=(ns||ie)?'document.':'document.getElementById("'; a=(ns||n6)?'':'all.'; n6r=(n6)?'")':''; s=(ns)?'':'.style'; if (ns){ for (i = 0; i < n; i++) document.write('<layer name="dots'+i+'" top=0 left=0 width='+i/2+' height='+i/2+' bgcolor=#ff0000></layer>'); } if (ie) document.write('<div id="con" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); if (ie||n6){ for (i = 0; i < n; i++) document.write('<div id="dots'+i+'" style="position:absolute;top:0px;left:0px;width:'+i/2+'px;height:'+i/2+'px;background:#ff0000;font-size:'+i/2+'"></div>'); } if (ie) document.write('</div></div>'); (ns||n6)?window.captureEvents(Event.MOUSEMOVE):0; function Mouse(evnt){ y = (ns||n6)?evnt.pageY+4 - window.pageYOffset:event.y+4; x = (ns||n6)?evnt.pageX+1:event.x+1; } (ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse; function animate(){ o=(ns||n6)?window.pageYOffset:0; if (ie)con.style.top=document.body.scrollTop; for (i = 0; i < n; i++){ var temp1 = eval(d+a+"dots"+i+n6r+s); randcolours = colours[Math.floor(Math.random()*colours.length)]; (ns)?temp1.bgColor = randcolours:temp1.background = randcolours; if (i < n-1){ var temp2 = eval(d+a+"dots"+(i+1)+n6r+s); temp1.top = parseInt(temp2.top); temp1.left = parseInt(temp2.left); } else{ temp1.top = y+o; temp1.left = x; } } setTimeout("animate()",10); } animate(); // --> </script>
Tuesday, November 24 - 2:10 am - Copyright © 2000 - 2009
runryder.com
|
email
|
link to rr
|
START HERE
|
NF