<!--
var textlink=new Array()
textlink[0]='<img src=rotate/home-welcome-photo1.jpg width=145 height=222 hspace=0 vspace=0 border=0>'
textlink[1]='<img src=rotate/home-welcome-photo2.jpg width=145 height=222 hspace=0 vspace=0 border=0>'
textlink[2]='<img src=rotate/home-welcome-photo3.jpg width=145 height=222 hspace=0 vspace=0 border=0>'
textlink[3]='<img src=rotate/home-welcome-photo4.jpg width=145 height=222 hspace=0 vspace=0 border=0>'
textlink[4]='<img src=rotate/home-welcome-photo5.jpg width=145 height=222 hspace=0 vspace=0 border=0>'
textlink[5]='<img src=rotate/home-welcome-photo6.jpg width=145 height=222 hspace=0 vspace=0 border=0>'
textlink[6]='<img src=rotate/home-welcome-photo7.jpg width=145 height=222 hspace=0 vspace=0 border=0>'
textlink[7]='<img src=rotate/home-welcome-photo8.jpg width=145 height=222 hspace=0 vspace=0 border=0>'
textlink[8]='<img src=rotate/home-welcome-photo9.jpg width=145 height=222 hspace=0 vspace=0 border=0>'
textlink[9]='<img src=rotate/home-welcome-photo10.jpg width=145 height=222 hspace=0 vspace=0 border=0>'
textlink[10]='<img src=rotate/home-welcome-photo11.jpg width=145 height=222 hspace=0 vspace=0 border=0>'

var addlink=Math.floor(Math.random()*(textlink.length))
document.write(textlink[addlink])
//-->