/* This file should be included at the point where the image is to be written.
   Expects one of the scripts in image_lists_large to have already been parsed. */
   
var randomImageIndex = Math.round(Math.random()*(randomImages.length-1));
document.write('<a href="'+randomImages[randomImageIndex][1]+
    '"><img src="images/rotating_private_island_images_large_rent/'+
	randomImageDir+'/'+
	randomImages[randomImageIndex][0]+
	'" alt="Private Islands" width="460" height="150"></a>');
