<!--
var img_width = "300";
var img_height = "170";
var img_title = "One Flounder Light,Two Flounder Lights,Three Flounder Lights";


var ad=new Array()
//insert here your images src
ad[0]='http://www.fishing.sh/topandbottomadimages/one_flounder_light.jpg';
ad[1]='http://www.fishing.sh/topandbottomadimages/two_flounder_light.jpg';
ad[2]='http://www.fishing.sh/topandbottomadimages/three_flounder_lights.jpg';


var links=new Array()
//insert here your links
links[0]='http://www.fishingkites.co.nz/flounder_fishing/flounder_lights.html';
links[1]='http://www.fishingkites.co.nz/flounder_fishing/flounder_lights.html';
links[2]='http://www.fishingkites.co.nz/flounder_fishing/flounder_lights.html';


var xy=Math.floor(Math.random()*ad.length);
document.write('<a href="'+links[xy]+'" target="_blank"><img src="'+ad[xy]+'" width="'+img_width+'" height="'+img_height+'" alt="'+img_title+'"></a>');
// -->