// JavaScript Document

function change()
{
number = Math.floor(Math.random()*9)

if (number==0) document.write('<img src="images/banner1.jpg" width="800" height="200">')
if (number==1) document.write('<img src="images/banner2.jpg" width="800" height="200">')
if (number==2) document.write('<img src="images/banner3.jpg" width="800" height="200">')
if (number==3) document.write('<img src="images/banner4.jpg" width="800" height="200">')
if (number==4) document.write('<img src="images/banner5.jpg" width="800" height="200">')
if (number==5) document.write('<img src="images/banner6.jpg" width="800" height="200">')
if (number==6) document.write('<img src="images/banner7.jpg" width="800" height="200">')
if (number==7) document.write('<img src="images/banner8.jpg" width="800" height="200">')
if (number==8) document.write('<img src="images/banner9.jpg" width="800" height="200">')
}

function change2()
{
number = Math.floor(Math.random()*10)

if (number==0) document.write('<img src="images/pic10.jpg" width="800" height="200">')
if (number==1) document.write('<img src="images/pic11.jpg" width="800" height="200">')
if (number==2) document.write('<img src="images/pic12.jpg" width="800" height="200">')
if (number==3) document.write('<img src="images/pic13.jpg" width="800" height="200">')
if (number==4) document.write('<img src="images/pic14.jpg" width="800" height="200">')
if (number==5) document.write('<img src="images/pic15.jpg" width="800" height="200">')
if (number==6) document.write('<img src="images/pic16.jpg" width="800" height="200">')
if (number==7) document.write('<img src="images/pic17.jpg" width="800" height="200">')
if (number==8) document.write('<img src="images/saweb05.jpg" width="800" height="200">')
if (number==9) document.write('<img src="images/saweb06.jpg" width="800" height="200">')
if (number==10) document.write('<img src="images/saweb07.jpg" width="800" height="200">')
if (number==11) document.write('<img src="images/saweb08.jpg" width="800" height="200">')
}


function change3()
{
number = Math.floor(Math.random()*11)

if (number==0) document.write('<img src="images/pic18.jpg" width="800" height="200">')
if (number==1) document.write('<img src="images/pic19.jpg" width="800" height="200">')
if (number==2) document.write('<img src="images/pic20.jpg" width="800" height="200">')
if (number==3) document.write('<img src="images/pic21.jpg" width="800" height="200">')
if (number==4) document.write('<img src="images/pic22.jpg" width="800" height="200">')
if (number==5) document.write('<img src="images/pic23.jpg" width="800" height="200">')
if (number==6) document.write('<img src="images/pic24.jpg" width="800" height="200">')
if (number==7) document.write('<img src="images/pic25.jpg" width="800" height="200">')
if (number==8) document.write('<img src="images/saweb09.jpg" width="800" height="200">')
if (number==10) document.write('<img src="images/saweb10.jpg" width="800" height="200">')
if (number==11) document.write('<img src="images/saweb11.jpg" width="800" height="200">')
if (number==12) document.write('<img src="images/saweb12.jpg" width="800" height="200">')

}


function change4()
{
number = Math.floor(Math.random()*11)
if (number==0) document.write('<img src="images/pic26.jpg" width="800" height="200">')
if (number==1) document.write('<img src="images/pic27.jpg" width="800" height="200">')
if (number==2) document.write('<img src="images/pic28.jpg" width="800" height="200">')
if (number==3) document.write('<img src="images/pic29.jpg" width="800" height="200">')
if (number==4) document.write('<img src="images/pic30.jpg" width="800" height="200">')
if (number==5) document.write('<img src="images/pic31.jpg" width="800" height="200">')
if (number==6) document.write('<img src="images/pic32.jpg" width="800" height="200">')
if (number==7) document.write('<img src="images/saweb13.jpg" width="800" height="200">')
if (number==8) document.write('<img src="images/saweb14.jpg" width="800" height="200">')
if (number==9) document.write('<img src="images/saweb15.jpg" width="800" height="200">')
if (number==10) document.write('<img src="images/saweb16.jpg" width="800" height="200">')
if (number==11) document.write('<img src="images/saweb17.jpg" width="800" height="200">')
if (number==12) document.write('<img src="images/saweb18.jpg" width="800" height="200">')
}

