var MainImages = new Array() //Random-loading imagesMainImages[0] = '../UserMods/index_zoobie.jpg' // replace with names of imagesMainImages[1] = '../UserMods/index_karito.jpg' // replace with names of imagesMainImages[2] = '../UserMods/index_pengoloo.jpg' // replace with names of imagesMainImages[3] = '../UserMods/index_snuggle.jpg' // replace with names of imagesMainImages[4] = '../UserMods/index_sprig.jpg' // replace with names of imagesMainImages[5] = '../UserMods/index_plan.jpg' // replace with names of images var j = 0var p = MainImages.length;var preBuffer = new Array() for (i = 0; i < p; i++){preBuffer[i] = new Image()preBuffer[i].src = MainImages[i]}var whichImage = Math.round(Math.random()*(p-1)); function showMainImage(){    if(whichImage==0){    document.write('<a href ="../Scripts/prodView_featured.asp?idproduct=744"><img src="'+MainImages[whichImage]+'" border="0" width="488" height="300"></a>');    }    else if(whichImage==1){    document.write('<a href ="../Scripts/prodList_toysBrand.asp?idCategory=281"><img src="'+MainImages[whichImage]+'" border="0" width="488" height="300"></a>');    }    else if(whichImage==2){    document.write('<a href ="../Scripts/prodView_featured.asp?idproduct=807"><img src="'+MainImages[whichImage]+'" border="0" width="488" height="300"></a>');    }     else if(whichImage==3){    document.write('<a href ="../Scripts/prodView_featured.asp?idproduct=1109"><img src="'+MainImages[whichImage]+'" border="0" width="488" height="300"></a>');    }    else if(whichImage==4){    document.write('<a href ="../Scripts/prodView_featured.asp?idproduct=899"><img src="'+MainImages[whichImage]+'" border="0" width="488" height="300"></a>');    }    else if(whichImage==5){    document.write('<a href ="../Scripts/prodView_featured.asp?idproduct=1108"><img src="'+MainImages[whichImage]+'" border="0" width="488" height="300"></a>');    }} 