images = new Array(9);

images[0] = "<a href = 'http://res.quikhotels.co.uk/nexres/search/power_results.cgi?src=10024020&lang=ENG&city=Paris&country=FR'><img src='novotelparis.jpg' border='0' alt='Paris Specials'></a>";

images[1] = "<a href = 'http://res.quikhotels.co.uk/hotel/10024020-11356420O.html'><img src='fairmontsing2.jpg' border='0' alt='Fairmont Hotel - Singapore'></a>";

images[2] = "<a href = 'http://res.quikhotels.co.uk/hotel/10024020-11307539O.html'><img src='kowloonhk2.jpg' border='0' alt='Kowloon Hotel - Hong Kong'></a>";

images[3] = "<a href = 'http://res.quikhotels.co.uk/hotel/10024020-11333931O.html'><img src='fourseasonslangkawi2.jpg' border='0' alt='Four Seasons Hotel - Langkawi, Malaysia'></a>";

images[4] = "<a href = 'http://res.quikhotels.co.uk/nexres/search/power_results.cgi?src=10024020&lang=ENG&city=London&country=GB'><img src='hilton_canarywharf.jpg' border='0' alt='London hotel deals'></a>";

images[5] = "<a href = 'http://res.quikhotels.co.uk/hotel/10024020-11358601O.html'><img src='muricookislands2.jpg' border='0' alt='Muri Beach Club, Over 18's'></a>";

images[6] = "<a href = 'http://res.quikhotels.co.uk/hotel/10024020-10212884O.html'><img src='sheratonfijiresort.jpg' border='0' alt='Sheraton Fiji Resort'></a>";

images[7] = "<a href = 'http://res.quikhotels.co.uk/hotel/10024020-11355183O.html'><img src='lemeridienbali2.jpg' border='0' alt='Le Merdien Nirwana - Bali'></a>";

images[8] = "<a href = 'http://res.quikhotels.co.uk/nexres/search/power_results.cgi?src=10024020&lang=ENG&city=Paris&country=FR'><img src='novotelparis2.jpg' border='0' alt='Paris hotel deals'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);