﻿var width   = "1001";    
var height  = "296"; 
var target  = "_blank";

var ad = new Array()
 ad[0]='http://www.explorekentuckylake.com/images/rotate-11-temp.jpg'; 

var links = new Array()
 links[0]='http://www.explorekentuckylake.com';

var caption = new Array()
 caption[0]='Kentucky Lake Evening';
 
 var author = new Array()
 author[0]='Shawn Dunnaway';
 
var s = Math.floor(Math.random()*ad.length);
document.write('<a href="'+links[s]+'"><img src="'+ad[s]+'" width="'+width+'" height="'+height+'" border="0" alt="'+links[s]+'"></a><font style="font-family: arial; color: #FFFFFF; font-size: 9pt; position: absolute; left: 765px; top: 269px;">'+caption[s]+'</font><font style="font-family: arial; color: #FFFFFF; font-size: 7pt; position: absolute; left: 765px; top: 281px;">'+author[s]+'</font><br>');

