8ball
8-Ball!
" function getsec() { var date = new Date() sec = date.getSeconds() } function getnum() { if (sec > 49) { sec = sec - 50 } else { if (sec > 39){ sec = sec - 40 } else { if (sec > 29){ sec = sec - 30 } else { if (sec > 19){ sec = sec - 20 } else { if (sec > 9){ sec = sec - 10 }}}}}} function display() { imgsrc = '' output += imgsrc } function doit(){ getsec(); getnum(); display(); document.write(output); } // End --> The Magic 8 Ball says... doit(); Get Another Prediction Free JavaScripts provided by The JavaScript Source
Other Places to go:

Andrea
| Powered by FreeFeast.com Create Your Free WebPage Here |