function showAdvert1Image(){document.write('<a href="'+theLinks[Advert1Image]+'"><img src="'+theImages[Advert1Image]+'" width="215" height="215" border="0" class="featuredProducts"></a>');}var theImages = new Array();//Advert 1theImages[0] = 'http://www.postboxsolutions.co.uk/sitegraphics/randomiser/1.jpg';theImages[1] = 'http://www.postboxsolutions.co.uk/sitegraphics/randomiser/2.jpg';theImages[2] = 'http://www.postboxsolutions.co.uk/sitegraphics/randomiser/3.jpg';theImages[3] = 'http://www.postboxsolutions.co.uk/sitegraphics/randomiser/4.jpg';theImages[4] = 'http://www.postboxsolutions.co.uk/sitegraphics/randomiser/5.jpg';theImages[5] = 'http://www.postboxsolutions.co.uk/sitegraphics/randomiser/6.jpg';theImages[6] = 'http://www.postboxsolutions.co.uk/sitegraphics/randomiser/7.jpg';var theLinks = new Array();//Advert 1theLinks[0] = 'http://shop.postboxsolutions.co.uk/category30762.html';theLinks[1] = 'http://shop.postboxsolutions.co.uk/category30762.html';theLinks[2] = 'http://shop.postboxsolutions.co.uk/category30762.html';theLinks[3] = 'http://shop.postboxsolutions.co.uk/category420762.html';theLinks[4] = 'http://shop.postboxsolutions.co.uk/product2470762.html';theLinks[5] = 'http://shop.postboxsolutions.co.uk/product320762.html';theLinks[6] = 'http://shop.postboxsolutions.co.uk/product1600762.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()*(7));