<!--
number=Math.round(Math.random()*2)+1

if(number==1){
var picture="<img src=images/splash5.jpg border=0 width=702 height=273>"
}
else if(number==2) {
var picture="<img src=images/splash8.jpg border=0 width=702 height=273>"
}
else if(number==3) {
var picture="<img src=images/splash9.jpg border=0 width=702 height=273>"
}
document.write(picture)
//-->

