var promotionImage = new Array();promotionImage[0] ='';var whichPromotionImage = Math.floor(Math.random()*(promotionImage.length));var proId = document.getElementById('promotion');if (proId) {proId.innerHTML = promotionImage[whichPromotionImage];} else {document.write(promotionImage[whichPromotionImage]);}