var imageList=new Array();imageList.push("media/home/droewors_1.jpg");imageList.push("media/catalog/category/file_3.jpg");imageList.push("media/home/beers.jpg");imageList.push("media/home/chips.jpg");imageList.push("media/home/household.jpg");imageList.push("media/home/spices.jpg");imageList.push("media/home/potjie.jpg");imageList.push("media/catalog/category/boerewors.jpg");var titlesList=new Array();titlesList.push("Savanna Biltong");titlesList.push("Chocolates &amp; Sweets");titlesList.push("Beers &amp Ciders");titlesList.push("Chips &amp Crisps");titlesList.push("Household & Groceries");titlesList.push("Sauces &amp Spices");titlesList.push("Potjies &amp; Braai");titlesList.push("Boerewors &amp; Sausage");var urlList=new Array();urlList.push("butchery/biltong.html");urlList.push("confectionary-and-chips/chocolates-and-sweets.html");urlList.push("drinks/beers-lagers-and-ciders.html");urlList.push("confectionary-and-chips/chips-or-crisps.html");urlList.push("groceries.html");urlList.push("sauces-and-spices.html");urlList.push("outdoors-braai.html");urlList.push("butchery/boerewors.html");if(document.images){preloadImage(0)}function preloadImage(a){var b=new Image();b.src=imageList[a];if(b.completed==false){window.setTimeout("preloadImage("+a+");",500)}else{window.setTimeout("transitionImage("+a+");",5500)}}function transitionImage(a){document.getElementById("BannerImage").src=imageList[a];document.getElementById("BannerLabel").innerHTML=titlesList[a];document.getElementById("BannerLabel").href=urlList[a];document.getElementById("BannerImage").href=urlList[a];a++;if(a>=imageList.length){a=0}preloadImage(a)}
