There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot bsod computer connection cpu crash css dell desktop dma driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express pio problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
Software Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Software & Hardware > Software Development >
Rainbow script......


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
puter hater's Avatar
Senior Member with 1,938 posts.
 
Join Date: Nov 2000
Location: Norco,California
13-Oct-2002, 12:10 AM #1
Rainbow script......
I found this script and would like to use it but I can't seem to figure out where to put my text to make it work. I put my text in place of their text and then it all disappears. So that means my ignorance is coming out and I am in need of help to figure out....I guess this is a silly thing I don't know how to post the html it doesn't show up.
<p align=center>script see thru "source"
____________________________________________________
<script language="JavaScript">
<!-- Hide the script from old browsers --




function MakeArray(n){
this.length=n;
for(var i=1; i<=n; i++) this[i]=i-1;
return this
}

hex=new MakeArray(16);
hex[11]="A"; hex[12]="B"; hex[13]="C"; hex[14]="D"; hex[15]="E"; hex[16]="F";

function ToHex(x){ // Changes a int to hex (in the range 0 to 255)
var high=x/16;
var s=high+""; //1
s=s.substring(0,2); //2 the combination of these are the same as the trunc function
high=parseInt(s,10); //3
var left=hex[high+1]; // left part of the hex-value
var low=x-high*16; // calculate the rest of the values
s=low+""; //1
s=s.substring(0,2); //2 the combination of these are the same as the trunc function
low=parseInt(s,10); //3
var right=hex[low+1]; // right part of the hex-value
var string=left+""+right; // add the high and low together
return string;
}

function rainbow(text){
text=text.substring(3,text.length-4); // gets rid of the HTML-comment-tags
color_d1=255; // any value in 'begin' 0 to 255
mul=color_d1/text.length;
for(i=0;i<text.length;i++){
color_d1=255*Math.sin(i/(text.length/3)); // some other things you can try>> "=255-mul*i" to fade out, "=mul*i" to fade in, or try "255*Math.sin(i/(text.length/3))"
color_h1=ToHex(color_d1);
color_d2=mul*i;
color_h2=ToHex(color_d2);
document.write("<FONT COLOR='#FF"+color_h1+color_h2+"'>"+text.substring(i,i+1)+'</FONT>');
}
}

// --End Hiding Here -->
</script>

</head>
<body bgcolor="000000">


<center><script LANGUAGE="JavaScript">
<!--
{rainbow("-->This is an example of rainbow text<!__");}
//-->
</script><br>


__________________________________________________

<p align=center>puter hater <P align=center><FONT face="Comic Sans MS"><STRONG><IMG src="http://us.i1.yimg.com/us.yimg.com/i/mesg/tsmileys/m.gif"></STRONG></FONT></P>

Last edited by puter hater : 13-Oct-2002 12:23 AM.
puter hater's Avatar
Senior Member with 1,938 posts.
 
Join Date: Nov 2000
Location: Norco,California
13-Oct-2002, 01:42 AM #2
<font color="#ff0000">W</font><font color="#ff1100">e</font><font color="#ff2300">l</font><font color="#ff3500">l</font> <font color="#ff4700">n</font><font color="#ff5800">e</font><font color="#ff6a00">v</font><font color="#ff7c00">e</font><font color="#ff8e00">r</font> <font color="#ffa000">m</font><font color="#ffb100">i</font><font color="#ffc300">n</font><font color="#ffd500">d</font> <font color="#ffe700">g</font><font color="#fff900">u</font><font color="#f3ff00">y</font><font color="#e1ff00">s</font><font color="#cfff00">.</font> <font color="#bdff00">I</font> <font color="#abff00">f</font><font color="#9aff00">o</font><font color="#88ff00">u</font><font color="#76ff00">n</font><font color="#64ff00">d</font> <font color="#53ff00">t</font><font color="#41ff00">h</font><font color="#2fff00">i</font><font color="#1dff00">s</font> <font color="#0bff00">c</font><font color="#00ff05">o</font><font color="#00ff17">o</font><font color="#00ff29">l</font> <font color="#00ff3b">l</font><font color="#00ff4d">i</font><font color="#00ff5e">t</font><font color="#00ff70">t</font><font color="#00ff82">l</font><font color="#00ff94">e</font> <font color="#00ffa6">t</font><font color="#00ffb7">o</font><font color="#00ffc9">o</font><font color="#00ffdb">l</font> <font color="#00ffed">t</font><font color="#00feff">h</font><font color="#00edff">a</font><font color="#00dbff">t</font> <font color="#00c9ff">d</font><font color="#00b7ff">o</font><font color="#00a6ff">e</font><font color="#0094ff">s</font> <font color="#0082ff">a</font><font color="#0070ff">l</font><font color="#005eff">l</font> <font color="#004dff">t</font><font color="#003bff">h</font><font color="#0029ff">e</font> <font color="#0017ff">w</font><font color="#0005ff">o</font><font color="#0b00ff">r</font><font color="#1d00ff">k</font> <font color="#2f00ff">f</font><font color="#4100ff">o</font><font color="#5300ff">r</font> <font color="#6400ff">m</font><font color="#7600ff">e</font><font color="#8800ff">.</font> <font color="#9a00ff">S</font><font color="#ab00ff">o</font> <font color="#bd00ff">f</font><font color="#cf00ff">o</font><font color="#e100ff">o</font><font color="#f300ff">e</font><font color="#ff00f9">y</font> <font color="#ff00e7">o</font><font color="#ff00d5">n</font> <font color="#ff00c3">t</font><font color="#ff00b1">h</font><font color="#ff00a0">e</font> <font color="#ff008e">s</font><font color="#ff007c">c</font><font color="#ff006a">r</font><font color="#ff0058">i</font><font color="#ff0047">p</font><font color="#ff0035">t</font><font color="#ff0023">.</font><font color="#ff0011">.
hewee's Avatar
Distinguished Member with 51,502 posts.
 
Join Date: Oct 2001
Location: *Random People Pleaser***Sacramento
Experience: Having fun
13-Oct-2002, 01:56 AM #3
Well what was it that you just got so others know?

<FONT FACE="Pump Demi Bold LET" SIZE="+10"><FONT COLOR="#FF0000">I</FONT><FONT COLOR="#EF0010"> </FONT><FONT COLOR="#DF0020">w</FONT><FONT COLOR="#CF0030">a</FONT><FONT COLOR="#BF0040">s</FONT><FONT COLOR="#AF0050"> </FONT><FONT COLOR="#9F0060">j</FONT><FONT COLOR="#8F0070">u</FONT><FONT COLOR="#800080">s</FONT><FONT COLOR="#70008F">t</FONT><FONT COLOR="#60009F"> </FONT><FONT COLOR="#5000AF">g</FONT><FONT COLOR="#4000BF">o</FONT><FONT COLOR="#3000CF">i</FONT><FONT COLOR="#2000DF">n</FONT><FONT COLOR="#1000EF">g</FONT><FONT COLOR="#0000FF"> </FONT><FONT COLOR="#0000FF">t</FONT><FONT COLOR="#0F00F0">o</FONT><FONT COLOR="#1E00E1"> </FONT><FONT COLOR="#2D00D2">s</FONT><FONT COLOR="#3C00C3">a</FONT><FONT COLOR="#4B00B4">y</FONT><FONT COLOR="#5A00A5"> </FONT><FONT COLOR="#690096">t</FONT><FONT COLOR="#780087">h</FONT><FONT COLOR="#870078">e</FONT><FONT COLOR="#960069"> </FONT><FONT COLOR="#A5005A">[</FONT><FONT COLOR="#B4004B">B</FONT><FONT COLOR="#C3003C">]</FONT><FONT COLOR="#D2002D"> </FONT><FONT COLOR="#E1001E">H</FONT><FONT COLOR="#F0000F">T</FONT><FONT COLOR="#FF0000">M</FONT><FONT COLOR="#FF0000">L</FONT><FONT COLOR="#FF0000"> </FONT><FONT COLOR="#FF0000">F</FONT><FONT COLOR="#FF0000">o</FONT><FONT COLOR="#FF0000">n</FONT><FONT COLOR="#FF0000">t</FONT><FONT COLOR="#FF0000"> </FONT><FONT COLOR="#FF0000">C</FONT><FONT COLOR="#FF0000">o</FONT><FONT COLOR="#FF0000">l</FONT><FONT COLOR="#FF0000">o</FONT><FONT COLOR="#FF0000">r</FONT><FONT COLOR="#FF0000">i</FONT><FONT COLOR="#FF0000">z</FONT><FONT COLOR="#FF0000">e</FONT><FONT COLOR="#FF0000">r</FONT><FONT COLOR="#FF0000"> </FONT><FONT COLOR="#FF0000">v</FONT><FONT COLOR="#FF0000">2</FONT><FONT COLOR="#F0000F">.</FONT><FONT COLOR="#E1001E">0</FONT><FONT COLOR="#D2002D">4</FONT><FONT COLOR="#C3003C">[</FONT><FONT COLOR="#B4004B">/</FONT><FONT COLOR="#A5005A">B</FONT><FONT COLOR="#960069">]</FONT><FONT COLOR="#870078"> </FONT><FONT COLOR="#780087">i</FONT><FONT COLOR="#690096">s</FONT><FONT COLOR="#5A00A5"> </FONT><FONT COLOR="#4B00B4">f</FONT><FONT COLOR="#3C00C3">r</FONT><FONT COLOR="#2D00D2">e</FONT><FONT COLOR="#1E00E1">e</FONT><FONT COLOR="#0F00F0"> </FONT><FONT COLOR="#0000FF">a</FONT><FONT COLOR="#0000FF">n</FONT><FONT COLOR="#0F00F0">d</FONT><FONT COLOR="#1E00E1"> </FONT><FONT COLOR="#2D00D2">e</FONT><FONT COLOR="#3C00C3">a</FONT><FONT COLOR="#4B00B4">s</FONT><FONT COLOR="#5A00A5">y</FONT><FONT COLOR="#690096"> </FONT><FONT COLOR="#780087">t</FONT><FONT COLOR="#870078">o</FONT><FONT COLOR="#960069"> </FONT><FONT COLOR="#A5005A">u</FONT><FONT COLOR="#B4004B">s</FONT><FONT COLOR="#C3003C">e</FONT><FONT COLOR="#D2002D">.</FONT><FONT COLOR="#E1001E"> </FONT><BR><FONT COLOR="#F0000F"></FONT><FONT COLOR="#FF0000"></FONT></FONT>
Just unzip it to a folder and run it. No install needed

http://www.theill.com/hfc/
__________________
Donating to TSG helps to keep the site going so please do your part and help.

Keep Your Security Software Current
Calendar of Updates

Work like you don't need the money.
Love like you've never been hurt.
Dance like nobody's watching.
Sing like nobody's listening.
quote from Satchel Paige

My Pictures
puter hater's Avatar
Senior Member with 1,938 posts.
 
Join Date: Nov 2000
Location: Norco,California
13-Oct-2002, 03:47 PM #4
<font color="#800000">W</font><font color="#800500">e</font><font color="#800b00">l</font><font color="#801000">l</font> <font color="#801600">t</font><font color="#801c00">h</font><font color="#802100">a</font><font color="#802700">t</font> <font color="#802d00">t</font><font color="#803200">e</font><font color="#803800">x</font><font color="#803d00">t</font> <font color="#804300">w</font><font color="#804900">o</font><font color="#804e00">k</font><font color="#805400">e</font> <font color="#805a00">m</font><font color="#805f00">e</font> <font color="#806500">u</font><font color="#806a00">p</font><font color="#807000">.</font> <font color="#807600">H</font><font color="#807b00">e</font><font color="#7d8000">r</font><font color="#778000">e</font> <font color="#728000">i</font><font color="#6c8000">s</font> <font color="#678000">t</font><font color="#618000">h</font><font color="#5b8000">e</font> <font color="#568000">l</font><font color="#508000">i</font><font color="#4a8000">n</font><font color="#458000">k</font> <font color="#3f8000">t</font><font color="#3a8000">o</font> <font color="#348000">t</font><font color="#2e8000">h</font><font color="#298000">e</font> <font color="#238000">l</font><font color="#1d8000">i</font><font color="#188000">t</font><font color="#128000">t</font><font color="#0d8000">l</font><font color="#078000">e</font> <font color="#018000">p</font><font color="#008003">r</font><font color="#008009">o</font><font color="#00800f">g</font><font color="#008014">r</font><font color="#00801a">a</font><font color="#00801f">m</font> <font color="#008025">I</font> <font color="#00802b">f</font><font color="#008030">o</font><font color="#008036">u</font><font color="#00803c">n</font><font color="#008041">d</font><font color="#008047">.</font> <font color="#00804c">I</font><font color="#008052">t</font> <font color="#008058">i</font><font color="#00805d">s</font> <font color="#008063">e</font><font color="#008069">a</font><font color="#00806e">s</font><font color="#008074">y</font> <font color="#008079">t</font><font color="#007f80">o</font> <font color="#007980">u</font><font color="#007480">s</font><font color="#006e80">e</font><font color="#006880">.</font> <font color="#006380">D</font><font color="#005d80">o</font><font color="#005880">w</font><font color="#005280">n</font><font color="#004c80">l</font><font color="#004780">o</font><font color="#004180">a</font><font color="#003b80">d</font> <font color="#003680">a</font><font color="#003080">n</font><font color="#002b80">d</font> <font color="#002580">u</font><font color="#001f80">n</font><font color="#001a80">z</font><font color="#001480">i</font><font color="#000e80">p</font><font color="#000980">.</font> <font color="#000380">M</font><font color="#010080">a</font><font color="#070080">t</font><font color="#0d0080">t</font><font color="#120080">e</font><font color="#180080">r</font> <font color="#1e0080">o</font><font color="#230080">f</font> <font color="#290080">f</font><font color="#2e0080">a</font><font color="#340080">c</font><font color="#3a0080">t</font> <font color="#3f0080">t</font><font color="#450080">h</font><font color="#4b0080">e</font> <font color="#500080">w</font><font color="#560080">e</font><font color="#5b0080">b</font> <font color="#610080">p</font><font color="#670080">a</font><font color="#6c0080">g</font><font color="#720080">e</font> <font color="#780080">h</font><font color="#7d0080">a</font><font color="#80007b">s</font> <font color="#800076">s</font><font color="#800070">o</font><font color="#80006a">m</font><font color="#800065">e</font> <font color="#80005f">o</font><font color="#800059">t</font><font color="#800054">h</font><font color="#80004e">e</font><font color="#800049">r</font> <font color="#800043">c</font><font color="#80003d">o</font><font color="#800038">o</font><font color="#800032">l</font> <font color="#80002c">s</font><font color="#800027">t</font><font color="#800021">u</font><font color="#80001c">f</font><font color="#800016">f</font> <font color="#800010">t</font><font color="#80000b">o</font><font color="#800005">.
Wow this little program is nice. It took the poem I needed and gave the font I needed and it left it in the format I needed .Now that is cool.. Thank you for this new toy.
http://www.eyetweaks.com/
<center> <FONT FACE="SandyTextHmk" SIZE="3"><FONT COLOR="#FF0000"> </FONT><BR><FONT COLOR="#FD0200"></FONT><FONT COLOR="#FB0400"></FONT><FONT COLOR="#F90600"> </FONT><FONT COLOR="#F80700">V</FONT><FONT COLOR="#F60900">o</FONT><FONT COLOR="#F40B00">l</FONT><FONT COLOR="#F20D00">u</FONT><FONT COLOR="#F00F00">n</FONT><FONT COLOR="#EE1100">t</FONT><FONT COLOR="#ED1200">e</FONT><FONT COLOR="#EB1400">e</FONT><FONT COLOR="#E91600">r</FONT><FONT COLOR="#E71800">s</FONT><FONT COLOR="#E51A00"> </FONT><FONT COLOR="#E31C00">-</FONT><FONT COLOR="#E21D00"> </FONT><BR><FONT COLOR="#E01F00"></FONT><FONT COLOR="#DE2100"></FONT><FONT COLOR="#DC2300">A</FONT><FONT COLOR="#DA2500"> </FONT><FONT COLOR="#D82700">P</FONT><FONT COLOR="#D72800">o</FONT><FONT COLOR="#D52A00">e</FONT><FONT COLOR="#D32C00">m</FONT><BR><FONT COLOR="#D12E00"></FONT><FONT COLOR="#CF3000"></FONT><FONT COLOR="#CD3200">I</FONT><FONT COLOR="#CC3300">t</FONT><FONT COLOR="#CA3500">'</FONT><FONT COLOR="#C83700">s</FONT><FONT COLOR="#C63900"> </FONT><FONT COLOR="#C43B00">n</FONT><FONT COLOR="#C23D00">o</FONT><FONT COLOR="#C13E00">t</FONT><FONT COLOR="#BF4000"> </FONT><FONT COLOR="#BD4200">f</FONT><FONT COLOR="#BB4400">o</FONT><FONT COLOR="#B94600">r</FONT><FONT COLOR="#B74800"> </FONT><FONT COLOR="#B64900">t</FONT><FONT COLOR="#B44B00">h</FONT><FONT COLOR="#B24D00">e</FONT><FONT COLOR="#B04F00"> </FONT><FONT COLOR="#AE5100">m</FONT><FONT COLOR="#AC5300">o</FONT><FONT COLOR="#AB5400">n</FONT><FONT COLOR="#A95600">e</FONT><FONT COLOR="#A75800">y</FONT><FONT COLOR="#A55A00">,</FONT><FONT COLOR="#A35C00"> </FONT><FONT COLOR="#A15E00">n</FONT><FONT COLOR="#A05F00">o</FONT><FONT COLOR="#9E6100">t</FONT><FONT COLOR="#9C6300"> </FONT><FONT COLOR="#9A6500">f</FONT><FONT COLOR="#986700">o</FONT><FONT COLOR="#966900">r</FONT><FONT COLOR="#956A00"> </FONT><FONT COLOR="#936C00">f</FONT><FONT COLOR="#916E00">a</FONT><FONT COLOR="#8F7000">m</FONT><FONT COLOR="#8D7200">e</FONT><FONT COLOR="#8B7400">,</FONT><BR><FONT COLOR="#8A7500"></FONT><FONT COLOR="#887700"></FONT><FONT COLOR="#867900">I</FONT><FONT COLOR="#847B00">t</FONT><FONT COLOR="#827D00">'</FONT><FONT COLOR="#807F00">s</FONT><FONT COLOR="#7F8000"> </FONT><FONT COLOR="#7D8200">n</FONT><FONT COLOR="#7B8400">o</FONT><FONT COLOR="#798600">t</FONT><FONT COLOR="#778800"> </FONT><FONT COLOR="#758A00">f</FONT><FONT COLOR="#748B00">o</FONT><FONT COLOR="#728D00">r</FONT><FONT COLOR="#708F00"> </FONT><FONT COLOR="#6E9100">a</FONT><FONT COLOR="#6C9300">n</FONT><FONT COLOR="#6A9500">y</FONT><FONT COLOR="#699600"> </FONT><FONT COLOR="#679800">p</FONT><FONT COLOR="#659A00">e</FONT><FONT COLOR="#639C00">r</FONT><FONT COLOR="#619E00">s</FONT><FONT COLOR="#5FA000">o</FONT><FONT COLOR="#5EA100">n</FONT><FONT COLOR="#5CA300">a</FONT><FONT COLOR="#5AA500">l</FONT><FONT COLOR="#58A700"> </FONT><FONT COLOR="#56A900">g</FONT><FONT COLOR="#54AB00">a</FONT><FONT COLOR="#53AC00">i</FONT><FONT COLOR="#51AE00">n</FONT><FONT COLOR="#4FB000">,</FONT><BR><FONT COLOR="#4DB200"></FONT><FONT COLOR="#4BB400"></FONT><FONT COLOR="#49B600">I</FONT><FONT COLOR="#48B700">t</FONT><FONT COLOR="#46B900">'</FONT><FONT COLOR="#44BB00">s</FONT><FONT COLOR="#42BD00"> </FONT><FONT COLOR="#40BF00">j</FONT><FONT COLOR="#3EC100">u</FONT><FONT COLOR="#3DC200">s</FONT><FONT COLOR="#3BC400">t</FONT><FONT COLOR="#39C600"> </FONT><FONT COLOR="#37C800">f</FONT><FONT COLOR="#35CA00">o</FONT><FONT COLOR="#33CC00">r</FONT><FONT COLOR="#32CD00"> </FONT><FONT COLOR="#30CF00">l</FONT><FONT COLOR="#2ED100">o</FONT><FONT COLOR="#2CD300">v</FONT><FONT COLOR="#2AD500">e</FONT><FONT COLOR="#28D700"> </FONT><FONT COLOR="#27D800">o</FONT><FONT COLOR="#25DA00">f</FONT><FONT COLOR="#23DC00"> </FONT><FONT COLOR="#21DE00">f</FONT><FONT COLOR="#1FE000">e</FONT><FONT COLOR="#1DE200">l</FONT><FONT COLOR="#1CE300">l</FONT><FONT COLOR="#1AE500">o</FONT><FONT COLOR="#18E700">w</FONT><FONT COLOR="#16E900"> </FONT><FONT COLOR="#14EB00">m</FONT><FONT COLOR="#12ED00">a</FONT><FONT COLOR="#11EE00">n</FONT><FONT COLOR="#0FF000">,</FONT><BR><FONT COLOR="#0DF200"></FONT><FONT COLOR="#0BF400"></FONT><FONT COLOR="#09F600">I</FONT><FONT COLOR="#07F800">t</FONT><FONT COLOR="#06F900">'</FONT><FONT COLOR="#04FB00">s</FONT><FONT COLOR="#02FD00"> </FONT><FONT COLOR="#00FF00">j</FONT><FONT COLOR="#00FF00">u</FONT><FONT COLOR="#00FD02">s</FONT><FONT COLOR="#00FB04">t</FONT><FONT COLOR="#00F906"> </FONT><FONT COLOR="#00F807">t</FONT><FONT COLOR="#00F609">o</FONT><FONT COLOR="#00F40B"> </FONT><FONT COLOR="#00F20D">l</FONT><FONT COLOR="#00F00F">e</FONT><FONT COLOR="#00EE11">n</FONT><FONT COLOR="#00ED12">d</FONT><FONT COLOR="#00EB14"> </FONT><FONT COLOR="#00E916">a</FONT><FONT COLOR="#00E718"> </FONT><FONT COLOR="#00E51A">h</FONT><FONT COLOR="#00E31C">e</FONT><FONT COLOR="#00E21D">l</FONT><FONT COLOR="#00E01F">p</FONT><FONT COLOR="#00DE21">i</FONT><FONT COLOR="#00DC23">n</FONT><FONT COLOR="#00DA25">g</FONT><FONT COLOR="#00D827"> </FONT><FONT COLOR="#00D728">h</FONT><FONT COLOR="#00D52A">a</FONT><FONT COLOR="#00D32C">n</FONT><FONT COLOR="#00D12E">d</FONT><FONT COLOR="#00CF30">,</FONT><BR><FONT COLOR="#00CD32"></FONT><FONT COLOR="#00CC33"></FONT><FONT COLOR="#00CA35">T</FONT><FONT COLOR="#00C837">h</FONT><FONT COLOR="#00C639">a</FONT><FONT COLOR="#00C43B">t</FONT><FONT COLOR="#00C23D">'</FONT><FONT COLOR="#00C13E">s</FONT><FONT COLOR="#00BF40"> </FONT><FONT COLOR="#00BD42">s</FONT><FONT COLOR="#00BB44">o</FONT><FONT COLOR="#00B946">m</FONT><FONT COLOR="#00B748">e</FONT><FONT COLOR="#00B649">t</FONT><FONT COLOR="#00B44B">h</FONT><FONT COLOR="#00B24D">i</FONT><FONT COLOR="#00B04F">n</FONT><FONT COLOR="#00AE51">g</FONT><FONT COLOR="#00AC53"> </FONT><FONT COLOR="#00AB54">y</FONT><FONT COLOR="#00A956">o</FONT><FONT COLOR="#00A758">u</FONT><FONT COLOR="#00A55A"> </FONT><FONT COLOR="#00A35C">c</FONT><FONT COLOR="#00A15E">a</FONT><FONT COLOR="#00A05F">n</FONT><FONT COLOR="#009E61">'</FONT><FONT COLOR="#009C63">t</FONT><FONT COLOR="#009A65"> </FONT><FONT COLOR="#009867">b</FONT><FONT COLOR="#009669">u</FONT><FONT COLOR="#00956A">y</FONT><FONT COLOR="#00936C"> </FONT><FONT COLOR="#00916E">w</FONT><FONT COLOR="#008F70">i</FONT><FONT COLOR="#008D72">t</FONT><FONT COLOR="#008B74">h</FONT><FONT COLOR="#008A75"> </FONT><FONT COLOR="#008877">w</FONT><FONT COLOR="#008679">e</FONT><FONT COLOR="#00847B">a</FONT><FONT COLOR="#00827D">l</FONT><FONT COLOR="#00807F">t</FONT><FONT COLOR="#007F80">h</FONT><BR><FONT COLOR="#007D82"></FONT><FONT COLOR="#007B84"></FONT><FONT COLOR="#007986">I</FONT><FONT COLOR="#007788">t</FONT><FONT COLOR="#00758A">'</FONT><FONT COLOR="#00748B">s</FONT><FONT COLOR="#00728D"> </FONT><FONT COLOR="#00708F">n</FONT><FONT COLOR="#006E91">o</FONT><FONT COLOR="#006C93">t</FONT><FONT COLOR="#006A95"> </FONT><FONT COLOR="#006996">f</FONT><FONT COLOR="#006798">o</FONT><FONT COLOR="#00659A">r</FONT><FONT COLOR="#00639C"> </FONT><FONT COLOR="#00619E">m</FONT><FONT COLOR="#005FA0">e</FONT><FONT COLOR="#005EA1">d</FONT><FONT COLOR="#005CA3">a</FONT><FONT COLOR="#005AA5">l</FONT><FONT COLOR="#0058A7">s</FONT><FONT COLOR="#0056A9"> </FONT><FONT COLOR="#0054AB">w</FONT><FONT COLOR="#0053AC">o</FONT><FONT COLOR="#0051AE">n</FONT><FONT COLOR="#004FB0"> </FONT><FONT COLOR="#004DB2">w</FONT><FONT COLOR="#004BB4">i</FONT><FONT COLOR="#0049B6">t</FONT><FONT COLOR="#0048B7">h</FONT><FONT COLOR="#0046B9"> </FONT><FONT COLOR="#0044BB">p</FONT><FONT COLOR="#0042BD">r</FONT><FONT COLOR="#0040BF">i</FONT><FONT COLOR="#003EC1">d</FONT><FONT COLOR="#003DC2">e</FONT><FONT COLOR="#003BC4">,</FONT><BR><FONT COLOR="#0039C6"></FONT><FONT COLOR="#0037C8"></FONT><FONT COLOR="#0035CA">I</FONT><FONT COLOR="#0033CC">t</FONT><FONT COLOR="#0032CD">'</FONT><FONT COLOR="#0030CF">s</FONT><FONT COLOR="#002ED1"> </FONT><FONT COLOR="#002CD3">j</FONT><FONT COLOR="#002AD5">u</FONT><FONT COLOR="#0028D7">s</FONT><FONT COLOR="#0027D8">t</FONT><FONT COLOR="#0025DA"> </FONT><FONT COLOR="#0023DC">f</FONT><FONT COLOR="#0021DE">o</FONT><FONT COLOR="#001FE0">r</FONT><FONT COLOR="#001DE2"> </FONT><FONT COLOR="#001CE3">t</FONT><FONT COLOR="#001AE5">h</FONT><FONT COLOR="#0018E7">e</FONT><FONT COLOR="#0016E9"> </FONT><FONT COLOR="#0014EB">f</FONT><FONT COLOR="#0012ED">e</FONT><FONT COLOR="#0011EE">e</FONT><FONT COLOR="#000FF0">l</FONT><FONT COLOR="#000DF2">i</FONT><FONT COLOR="#000BF4">n</FONT><FONT COLOR="#0009F6">g</FONT><FONT COLOR="#0007F8"> </FONT><FONT COLOR="#0006F9">d</FONT><FONT COLOR="#0004FB">e</FONT><FONT COLOR="#0002FD">e</FONT><FONT COLOR="#0000FF">p</FONT><FONT COLOR="#0000FF"> </FONT><FONT COLOR="#0000FD">i</FONT><FONT COLOR="#0000FB">n</FONT><FONT COLOR="#0000F9">s</FONT><FONT COLOR="#0000F8">i</FONT><FONT COLOR="#0000F6">d</FONT><FONT COLOR="#0000F4">e</FONT><FONT COLOR="#0000F2">,</FONT><BR><FONT COLOR="#0000F0"></FONT><FONT COLOR="#0000EE"></FONT><FONT COLOR="#0000ED">I</FONT><FONT COLOR="#0000EB">t</FONT><FONT COLOR="#0000E9">'</FONT><FONT COLOR="#0000E7">s</FONT><FONT COLOR="#0000E5"> </FONT><FONT COLOR="#0000E3">t</FONT><FONT COLOR="#0000E2">h</FONT><FONT COLOR="#0000E0">a</FONT><FONT COLOR="#0000DE">t</FONT><FONT COLOR="#0000DC"> </FONT><FONT COLOR="#0000DA">r</FONT><FONT COLOR="#0000D8">e</FONT><FONT COLOR="#0000D7">w</FONT><FONT COLOR="#0000D5">a</FONT><FONT COLOR="#0000D3">r</FONT><FONT COLOR="#0000D1">d</FONT><FONT COLOR="#0000CF"> </FONT><FONT COLOR="#0000CD">d</FONT><FONT COLOR="#0000CC">e</FONT><FONT COLOR="#0000CA">e</FONT><FONT COLOR="#0000C8">p</FONT><FONT COLOR="#0000C6"> </FONT><FONT COLOR="#0000C4">i</FONT><FONT COLOR="#0000C2">n</FONT><FONT COLOR="#0000C1"> </FONT><FONT COLOR="#0000BF">y</FONT><FONT COLOR="#0000BD">o</FONT><FONT COLOR="#0000BB">u</FONT><FONT COLOR="#0000B9">r</FONT><FONT COLOR="#0000B7"> </FONT><FONT COLOR="#0000B6">h</FONT><FONT COLOR="#0000B4">e</FONT><FONT COLOR="#0000B2">a</FONT><FONT COLOR="#0000B0">r</FONT><FONT COLOR="#0000AE">t</FONT><FONT COLOR="#0000AC">,</FONT><BR><FONT COLOR="#0000AB"></FONT><FONT COLOR="#0000A9"></FONT><FONT COLOR="#0000A7">I</FONT><FONT COLOR="#0000A5">t</FONT><FONT COLOR="#0000A3">'</FONT><FONT COLOR="#0000A1">s</FONT><FONT COLOR="#0000A0"> </FONT><FONT COLOR="#00009E">f</FONT><FONT COLOR="#00009C">e</FONT><FONT COLOR="#00009A">e</FONT><FONT COLOR="#000098">l</FONT><FONT COLOR="#000096">i</FONT><FONT COLOR="#000095">n</FONT><FONT COLOR="#000093">g</FONT><FONT COLOR="#000091"> </FONT><FONT COLOR="#00008F">y</FONT><FONT COLOR="#00008D">o</FONT><FONT COLOR="#00008B">u</FONT><FONT COLOR="#00008A"> </FONT><FONT COLOR="#000088">h</FONT><FONT COLOR="#000086">a</FONT><FONT COLOR="#000084">v</FONT><FONT COLOR="#000082">e</FONT><FONT COLOR="#000080"> </FONT><FONT COLOR="#00007F">b</FONT><FONT COLOR="#00007D">e</FONT><FONT COLOR="#00007B">e</FONT><FONT COLOR="#000079">n</FONT><FONT COLOR="#000077"> </FONT><FONT COLOR="#000075">a</FONT><FONT COLOR="#000074"> </FONT><FONT COLOR="#000072">p</FONT><FONT COLOR="#000070">a</FONT><FONT COLOR="#00006E">r</FONT><FONT COLOR="#00006C">t</FONT><FONT COLOR="#00006A">,</FONT><BR><FONT COLOR="#000069"></FONT><FONT COLOR="#000067"></FONT><FONT COLOR="#000065">O</FONT><FONT COLOR="#000063">f</FONT><FONT COLOR="#000061"> </FONT><FONT COLOR="#00005F">h</FONT><FONT COLOR="#00005E">e</FONT><FONT COLOR="#00005C">l</FONT><FONT COLOR="#00005A">p</FONT><FONT COLOR="#000058">i</FONT><FONT COLOR="#000056">n</FONT><FONT COLOR="#000054">g</FONT><FONT COLOR="#000053"> </FONT><FONT COLOR="#000051">o</FONT><FONT COLOR="#00004F">t</FONT><FONT COLOR="#00004D">h</FONT><FONT COLOR="#00004B">e</FONT><FONT COLOR="#000049">r</FONT><FONT COLOR="#000048">s</FONT><FONT COLOR="#000046"> </FONT><FONT COLOR="#000044">f</FONT><FONT COLOR="#000042">a</FONT><FONT COLOR="#000040">r</FONT><FONT COLOR="#00003E"> </FONT><FONT COLOR="#00003D">a</FONT><FONT COLOR="#00003B">n</FONT><FONT COLOR="#000039">d</FONT><FONT COLOR="#000037"> </FONT><FONT COLOR="#000035">n</FONT><FONT COLOR="#000033">e</FONT><FONT COLOR="#000032">a</FONT><FONT COLOR="#000030">r</FONT><FONT COLOR="#00002E">,</FONT><BR><FONT COLOR="#00002C"></FONT><FONT COLOR="#00002A"></FONT><FONT COLOR="#000028">T</FONT><FONT COLOR="#000027">h</FONT><FONT COLOR="#000025">a</FONT><FONT COLOR="#000023">t</FONT><FONT COLOR="#000021">'</FONT><FONT COLOR="#00001F">s</FONT><FONT COLOR="#00001D"> </FONT><FONT COLOR="#00001C">w</FONT><FONT COLOR="#00001A">h</FONT><FONT COLOR="#000018">a</FONT><FONT COLOR="#000016">t</FONT><FONT COLOR="#000014"> </FONT><FONT COLOR="#000012">m</FONT><FONT COLOR="#000011">a</FONT><FONT COLOR="#00000F">k</FONT><FONT COLOR="#00000D">e</FONT><FONT COLOR="#00000B">s</FONT><FONT COLOR="#000009"> </FONT><FONT COLOR="#000007">t</FONT><FONT COLOR="#000006">h</FONT><FONT COLOR="#000004">e</FONT><FONT COLOR="#000002">m</FONT><FONT COLOR="#000000"> </FONT></FONT>

Last edited by puter hater : 13-Oct-2002 04:05 PM.
hewee's Avatar
Distinguished Member with 51,502 posts.
 
Join Date: Oct 2001
Location: *Random People Pleaser***Sacramento
Experience: Having fun
14-Oct-2002, 10:45 PM #5
Thanks for the link PH.
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 01:07 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.