ah__cher
read my profile
sign my guestbook

Message: message me


Member Since: 10/24/2004

SubscriptionsSites I Read

Posting Calendar

|<< oldest | newest >>|
view all weblog archives

Get Involved!

Suggest a link

Recommend to friend

Create a site


There are no posts.

Please Sign my Guestbook - feel free to leave any advice or encouragement to help me get started!

"); for (c = 0; c < blinkCols; c++){ document.write(""); } document.write(""); } document.write("
"); for (r = 0; r < blinkRows; r++){ document.write("
"); // ... and this makes it blink function blinkIt() { changecell = Math.floor(Math.random() * (blinkCols * blinkRows)); changecolor = Math.floor(Math.random() * blinkColors.length); bb = document.getElementById("blinkbox"); bbtd = bb.getElementsByTagName("td"); bbtd[changecell].style.backgroundColor = blinkColors[changecolor]; st('blinkIt()', blinkRate); } blinkIt(); //--> shuffle = 1; //Replace 1 with 0 if you want to temporarily turn off this script if (shuffle == 1) { var randsg = Math.floor(Math.random()*title.length); document.title = title[randsg]; }