//*********// var numAds = 22; /* Change this number to the number of Ads + 1 */ //*********// var i = 0; while (i < 1) { i=Math.floor(Math.random()*numAds); } banner1= new Image(); banner1.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/update.gif"; banner2= new Image(); banner2.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/update.gif"; banner3= new Image(); banner3.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/update.gif"; banner4 = new Image(); banner4.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/update.gif"; banner5 = new Image(); banner5.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/update.gif"; banner6 = new Image(); banner6.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/update.gif"; banner7= new Image(); banner7.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/update.gif"; banner8= new Image(); banner8.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/warning.gif"; banner9= new Image(); banner9.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/warning.gif"; banner10= new Image(); banner10.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/warning.gif"; banner11 = new Image(); banner11.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/warning.gif"; banner12 = new Image(); banner12.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/warning.gif"; banner13 = new Image(); banner13.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/warning.gif"; banner14= new Image(); banner14.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/warning.gif"; banner15 = new Image(); banner15.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/simplifygif.gif"; banner16 = new Image(); banner16.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/simplifygif.gif"; banner17= new Image(); banner17.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/simplifygif.gif"; banner18 = new Image(); banner18.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/refer.gif"; banner19 = new Image(); banner19.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/refer.gif"; banner20 = new Image(); banner20.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/refer.gif"; banner21= new Image(); banner21.src = "http://www.mydaddyfixes.com/websitehosting/adsmdf/refer.gif"; var links = new Array /* Put your link between the quotation marks " and " if they are outside of the domain make sure that you indicate that with something like: http://www.mydomain.com/thislink.html */ links[1] = "http://www.mydaddyfixes.com/contact.html" links[2] = "http://www.mydaddyfixes.com/contact.html" links[3] = "http://www.mydaddyfixes.com/contact.html" links[4] = "http://www.mydaddyfixes.com/contact.html" links[5] = "http://www.mydaddyfixes.com/contact.html" links[6] = "http://www.mydaddyfixes.com/contact.html" links[7] = "http://www.mydaddyfixes.com/contact.html" var description = new Array description[1] = "" description[2] = "" description[3] = "" description[4] = "" description[5] = "" description[6] = "" description[7] = "" description[8] = "" description[9] = "" description[10] = "" description[11] = "" description[12] = "" description[13] = "" description[14] = "" function loadBanner() { var time= new Date(); hours= time.getHours(); mins= time.getMinutes(); secs= time.getSeconds(); closeTime=hours*3600+mins*60+secs; closeTime+=16; /* Change this number to increase decrease the rotation speed */ Timer(); } function Timer() { var time= new Date(); hours= time.getHours(); mins= time.getMinutes(); secs= time.getSeconds(); curTime=hours*3600+mins*60+secs if (curTime>=closeTime) { i = 0; while (i < 1) { i=Math.floor(Math.random()*numAds); } document.banner.src = eval("banner" + i + ".src"); loadBanner(); } else { window.setTimeout("Timer()",1000); } } function clickLink() { window.open(links[i],"","toolbar=no, height=430, width=700, scrollbars=yes, resizable=yes"); } function descript() { window.status = description[i]; } function nothing() { window.status=""; }