var ie=document.all&&navigator.userAgent.indexOf("Opera")==-1
var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1

//Specify IFRAME display attributes
var iframeprops='width=468 height=60 marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"'

//Specify random URLs to display inside iframe
var randomcontent=new Array()
randomcontent[0]="http://banners.linkclick.co.uk/urban.html"
randomcontent[1]="http://banners.linkclick.co.uk/thewebsmiths.html"
randomcontent[2]="http://banners.linkclick.co.uk/adam_smith_wedding_photography.html"
randomcontent[3]="http://banners.linkclick.co.uk/hj_fitness.html"
randomcontent[4]="http://banners.linkclick.co.uk/historic_stone.html"
randomcontent[5]="http://banners.linkclick.co.uk/manchester_property_sales.html"
randomcontent[6]="http://banners.linkclick.co.uk/cheapest_fancy_dress.html"
randomcontent[7]="http://banners.linkclick.co.uk/olympus_trophies.html"
randomcontent[8]="http://banners.linkclick.co.uk/argos.html"
randomcontent[9]="http://banners.linkclick.co.uk/linkclick.html"
randomcontent[10]="http://banners.linkclick.co.uk/ears_uk.html"
randomcontent[11]="http://banners.linkclick.co.uk/the_knight_group.html"
randomcontent[12]="http://banners.linkclick.co.uk/prestbury_road_dental_practice.html"
randomcontent[13]="http://banners.linkclick.co.uk/avg_anti_virus.html"
randomcontent[14]="http://banners.linkclick.co.uk/thewebsmiths.html"
randomcontent[15]="http://banners.linkclick.co.uk/avg_anti_virus2.html"
randomcontent[16]="http://banners.linkclick.co.uk/thewebsmiths.html"
randomcontent[17]="http://banners.linkclick.co.uk/tyres_exhausts_batteries_macclesfield.html"
randomcontent[18]="http://banners.linkclick.co.uk/thewebsmiths.html"
randomcontent[19]="http://banners.linkclick.co.uk/cotswold_outdoors.html"
randomcontent[20]="http://banners.linkclick.co.uk/amazon_offers.html"
randomcontent[21]="http://banners.linkclick.co.uk/Macmillan.html"
randomcontent[22]="http://banners.linkclick.co.uk/screentech_business_services.html"
randomcontent[23]="http://banners.linkclick.co.uk/amazon_mp3.html"
randomcontent[24]="http://banners.linkclick.co.uk/thewebsmiths.html"
randomcontent[25]="http://banners.linkclick.co.uk/Tantalus_Fine_Wines_Spirits.html"
randomcontent[26]="http://banners.linkclick.co.uk/amazon_gift_certs.html"
randomcontent[27]="http://banners.linkclick.co.uk/amazon_kindle_store.html"
randomcontent[28]="http://banners.linkclick.co.uk/tony_roberts_carpets.html"
randomcontent[29]="http://banners.linkclick.co.uk/top_cashback.html"
randomcontent[30]="http://banners.linkclick.co.uk/thewebsmiths.html"
randomcontent[31]="http://banners.linkclick.co.uk/thewebsmiths.html"

//No need to edit after here
if (ie||dom)
document.write('<iframe id="twslinks" src="" '+iframeprops+'></iframe>')

function random_iframe(){
if (ie||dom){
var iframeobj=document.getElementById? document.getElementById("twslinks") : document.all.twslinks
iframeobj.src=randomcontent[Math.floor(Math.random()*randomcontent.length)]
}
}

window.onload=random_iframe
