<!-- Original: Joe Merical -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
var links = 12; // set this to the number of links you have below!
var date = new Date();
var rd = date.getSeconds();
var ra = rd % links;
var re = ++ra;
var url = "document.write(re)";
var text = "";
if (re == 1) {
url = "games/calendar.htm";
text = "a neat trick!";
tag = "Need a date?";
}
if (re == 2) {
url = "games/primcal.htm";
text = "some prime suspects!";
tag = "These numbers are tough!";
}
if (re == 3) {
url = "games/ddots/dots3.htm";
text = "some diabolical fun";
tag = "Spots before your eyes";
}
if (re == 4) {
url = "elvis.htm";
text = "the King of Rock and Roll";
tag = "Elvis!";
}
if (re == 5) {
url = "books/bkmm6.htm";
text = "a little bit of luck";
tag = "Fingers crossed";
}
if (re == 6) {
url = "books/bkmmbiog.htm";
text = "the Chamber of Horrors";
tag = "Arghhh! They are so ugly";
}
if (re == 7) {
url = "books/bkmm7.htm";
text = "a mythical polectasquarexagon";
tag = "Time to shape up";
}
if (re == 8) {
url = "Dolly.htm";
text = "good connections";
tag = "Get out more";
}
if (re == 9) {
url = "games/ttt/ttt.htm";
text = "O's and X's!";
tag = "Bing Bang Bong";
}
if (re == 10) {
url = "books/bkmm6xlo.htm";
text = "six lucky numbers";
tag = "It could be you";
}
if (re == 11) {
url = "mysgag.htm";
text = "a smile on your face";
tag = "I cant believe its not funny";
}
if (re == 12) {
url = "games/clearout2.htm";
text = "crosses before your eyes";
tag = "Dont get cross...";
}
var link="<A HREF=\""+url+"\" onMouseOver=\"self.status='"+tag+"';return true\">Leap into the unknown with "+text+"";document.write(link);
// End -->
en39