function showAdvert1Image(){document.write('<a href="'+theLinks[Advert1Image]+'"><img src="'+theImages[Advert1Image]+'" width="760" height="95" border="0"></a>');}var theImages = new Array();//Advert 1theImages[0] = 'http://www.snooperdirect.com/sitegraphics/topbanner_truckmate.jpg';theImages[1] = 'http://www.snooperdirect.com/sitegraphics/topbanner_truckmates7000.jpg';var theLinks = new Array();//Advert 1theLinks[0] = 'http://shop.snooperdirect.com/product1110186.html';theLinks[1] = 'http://shop.snooperdirect.com/product1300186.html';var j = 0;var p = theImages.length;var preBuffer = new Array();for (i = 0; i < p; i++){	preBuffer[i] = new Image();	preBuffer[i].src = theImages[i];}var Advert1Image = Math.floor(Math.random()*(2));