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/gds.html"
randomcontent[4]="http://banners.linkclick.co.uk/historic_stone.html"
randomcontent[5]="http://banners.linkclick.co.uk/efax.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/connor_joinery.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/water_watch_urinal_flush_control_valves.html"
randomcontent[15]="http://banners.linkclick.co.uk/cheshire_helicopters.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/drain_janitor.html"
randomcontent[19]="http://banners.linkclick.co.uk/cotswold_outdoors.html"
randomcontent[20]="http://banners.linkclick.co.uk/sky.html"
randomcontent[21]="http://banners.linkclick.co.uk/play_com.html"
randomcontent[22]="http://banners.linkclick.co.uk/screentech_business_services.html"
randomcontent[23]="http://banners.linkclick.co.uk/betfair.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/dell_computers.html"
randomcontent[27]="http://banners.linkclick.co.uk/superbreak.html"
randomcontent[28]="http://banners.linkclick.co.uk/tony_roberts_carpets.html"
randomcontent[29]="http://banners.linkclick.co.uk/adobe.html"
randomcontent[30]="http://banners.linkclick.co.uk/uswitch.html"
randomcontent[31]="http://banners.linkclick.co.uk/staples.html"
randomcontent[32]="http://banners.linkclick.co.uk/thewebsmiths.html"
randomcontent[33]="http://banners.linkclick.co.uk/thewebsmiths.html"
randomcontent[34]="http://banners.linkclick.co.uk/thewebsmiths.html"
randomcontent[35]="http://banners.linkclick.co.uk/thewebsmiths.html"
randomcontent[36]="http://banners.linkclick.co.uk/thewebsmiths.html"
randomcontent[37]="http://banners.linkclick.co.uk/thewebsmiths.html"
randomcontent[38]="http://banners.linkclick.co.uk/thewebsmiths.html"
randomcontent[39]="http://banners.linkclick.co.uk/top_cashback.html"
randomcontent[40]="http://banners.linkclick.co.uk/holland_barrett.html"
randomcontent[41]="http://banners.linkclick.co.uk/creditexpert.html"
randomcontent[42]="http://banners.linkclick.co.uk/ears_uk.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