
var imgstrip1="images/bgimages/HomeBg-noBorder1.jpg"
var imgstrip2="images/bgimages/HomeBg-noBorder2.jpg"
var imgstrip3="images/bgimages/HomeBg-noBorder3.jpg"


var cur=Math.round(30*Math.random())
if (cur<=10)
imgstrip=imgstrip1
else if (cur<=20)
imgstrip=imgstrip2
else if (cur<=30)
imgstrip=imgstrip3

//-->