<!--
var img1 = "/images/bg1.jpg"
var img2 = "/images/bg2.jpg"
var img3 = "/images/bg3.jpg"
var img4 = "/images/bg4.jpg"
var img5 = "/images/bg5.jpg"
var img6 = "/images/bg6.jpg"
var img7 = "/images/bg7.jpg"
var img8 = "/images/bg8.jpg"
var img9 = "/images/bg9.jpg"
var img10 = "/images/bg10.jpg"
var img11 = "/images/bg11.jpg"
var img12 = "/images/bg12.jpg"
var img13 = "/images/bg13.jpg"
var img14 = "/images/bg14.jpg"
var img15 = "/images/bg15.jpg"
var img16 = "/images/bg16.jpg"
var img17 = "/images/bg17.jpg"
var img18 = "/images/bg18.jpg"
var img19 = "/images/bg19.jpg"
var img20 = "/images/bg20.jpg"
var img21 = "/images/bg21.jpg"
var img22 = "/images/bg22.jpg"

var randomize = Math.round(Math.random()*22)
if (randomize == 1){
newimg = img1
}else if (randomize ==2){
newimg = img2
}else if (randomize ==3){
newimg = img3
}else if (randomize ==4){
newimg = img4
}else if (randomize ==5){
newimg = img5
}else if (randomize ==6){
newimg = img6
}else if (randomize ==7){
newimg = img7
}else if (randomize ==8){
newimg = img8
}else if (randomize ==9){
newimg = img9
}else if (randomize ==10){
newimg = img10
}else if (randomize ==11){
newimg = img11
}else if (randomize ==12){
newimg = img12
}else if (randomize ==13){
newimg = img13
}else if (randomize ==14){
newimg = img14
}else if (randomize ==15){
newimg = img15
}else if (randomize ==16){
newimg = img16
}else if (randomize ==17){
newimg = img18
}else if (randomize ==18){
newimg = img19
}else if (randomize ==19){
newimg = img20
}else if (randomize ==20){
newimg = img21
}else if (randomize ==21){
newimg = img22
}else{
newimg = img22
}
document.write('<IMG SRC="'+newimg+'"  border="0">')
//-->
