var img_width = "140"; // define width
var img_height = "140";  // define height
var img_title = "Lazy Lightning Local Ads"; // define image title

// create the image and link arrays
var links=new Array();
var pic=new Array();

// insert images here
pic[0]='http://farm3.static.flickr.com/2578/4229502134_48f012118c_m.jpg';
pic[1]='http://farm3.static.flickr.com/2502/4229457566_12a488e0d2_m.jpg';
//pic[2]='http://farm5.static.flickr.com/4040/4374379586_0c5f1b71ef_m.jpg'; // placeholder
//pic[3]='http://farm5.static.flickr.com/4040/4374379586_0c5f1b71ef_m.jpg'; // placeholder 
//pic[4]='http://farm5.static.flickr.com/4040/4374379586_0c5f1b71ef_m.jpg'; // placeholder
//pic[5]='http://farm5.static.flickr.com/4040/4374379586_0c5f1b71ef_m.jpg'; // placeholder
//pic[6]='http://farm5.static.flickr.com/4040/4374379586_0c5f1b71ef_m.jpg'; // placeholder
//pic[7]='http://farm5.static.flickr.com/4040/4374379586_0c5f1b71ef_m.jpg'; // placeholder
//pic[8]='http://farm5.static.flickr.com/4040/4374379586_0c5f1b71ef_m.jpg'; // placeholder
//pic[9]='http://farm5.static.flickr.com/4040/4374379586_0c5f1b71ef_m.jpg'; // placeholder

// insert links here
links[0]='http://squarelogo.com';
links[1]='http://www.ramysrestaurant.com';
//links[2]='mailto:billandkimroehl@gmail.com?subject=I\'d like to advertise on Lazy Lightning';
//links[3]='mailto:billandkimroehl@gmail.com?subject=I\'d like to advertise on Lazy Lightning';
//links[4]='mailto:billandkimroehl@gmail.com?subject=I\'d like to advertise on Lazy Lightning';
//links[5]='mailto:billandkimroehl@gmail.com?subject=I\'d like to advertise on Lazy Lightning';
//links[6]='mailto:billandkimroehl@gmail.com?subject=I\'d like to advertise on Lazy Lightning';
//links[7]='mailto:billandkimroehl@gmail.com?subject=I\'d like to advertise on Lazy Lightning';
//links[8]='mailto:billandkimroehl@gmail.com?subject=I\'d like to advertise on Lazy Lightning';
//links[9]='mailto:billandkimroehl@gmail.com?subject=I\'d like to advertise on Lazy Lightning';

var xy=Math.floor(Math.random()*(links.length));  

document.write('<a href="'+links[xy]+'" target="_blank"><img src="'+pic[xy]+'" alt="'+img_title+'" width="'+img_width+'" height="'+img_height+'" /></a>');
