<!--
Se=Math.floor(Math.random()*14);
if(Se==0){Se1=0;}
if(Se==1){Se1=1;}
if(Se==2){Se1=2;}
if(Se==3){Se1=3;}
if(Se==4){Se1=4;}
if(Se==5){Se1=5;}
if(Se==6){Se1=6;}
if(Se==7){Se1=7;}
if(Se==8){Se1=8;}
if(Se==9){Se1=9;}
if(Se==10){Se1=10;}
if(Se==11){Se1=11;}
if(Se==12){Se1=12;}
if(Se==13){Se1=13;}


add=new Array(14);
images=new Array(14);

images[0]="images/index_img1.jpg"

images[1]="images/index_img2.jpg"

images[2]="images/index_img3.jpg"

images[3]="images/index_img4.jpg"

images[4]="images/index_img5.jpg"

images[5]="images/index_img6.jpg"

images[6]="images/index_img7.jpg"

images[7]="images/index_img8.jpg"

images[8]="images/index_img9.jpg"

images[9]="images/index_img0.jpg"

images[10]="images/index_img10.jpg"

images[11]="images/index_img11.jpg"

images[12]="images/index_img12.jpg"

images[13]="images/index_img13.jpg"


document.write('<IMG src="'+images[Se1]+'" border=0>');
// -->
