﻿<!-- 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.getMinutes();
var ra = rd % links;
var re = ++ra;
var url = "document.write(re)";
var text = "";
if (re == 1) {
url = "http://travelindependent.info/wombat/"; text = "the fabulous adventures of Mister Wombat";
} if (re == 2) {
url = "http://www.seat61.com";
text = "The man in Seat 61";
} if (re == 3) {
url = "http://www.unesco.org/whc/nwhc/pages/doc/mainf3.htm";
text = "the UNSCO world heritage listings";
} if (re == 4) { url = "http://journals.worldnomads.com/language-guides/";
text = "free MP3 language guides - download to your player and get a big helping hand in speaking the lingo";
} if (re == 5) { url = "http://www.travel-library.com/";
text = "the travel library";
} if (re == 6) { url = "http://www.spudstravels.com/"; text = "spud's travels";
}
if (re == 7) { url = "http://www.mysteriousplaces.com/"; text = "mysterious places";
} if (re == 8) { url = "http://www.lonelyplanet.com/";
text = "Lonely Planet guides";
} if (re == 9) {
url = "http://www.google.earth.com/";
text = "google earth";
} if (re == 10) {
url = "http://www.travel-library.com/general/driving/drive_which_side.html";
text = "which side of the road do they drive on?";
}
if (re == 11) {
url = "http://www.passplanet.com/";
text = "pass planet";
} if (re == 12) {
url = "http://www.sleepinginairports.net/";
text = "sleeping in airports";
} var link="<A TARGET=\"_top\" HREF=\""+url+"\" onMouseOver=\"window.status='"+text+"'\">"+text+"</A>";
document.write(link); // End -->
