var ShowPic=new Array()
var PrettyTitle=new Array()

ShowPic[0]='<A HREF="specifications_horizontal.htm" TARGET="_parent"><img src="picture/on_the_sea_01.jpg" width="710" height="498" border=0 ALT="Katayama Rebelino 50cc - 125cc - Please click for the Specifications" TITLE="Katayama Rebelino 50cc - 125cc - Please click for the Specifications"></A>'
PrettyTitle[0]='Katayama Rebelino 50cc - 125cc - designed by Enrico Katayama'

ShowPic[1]='<A HREF="specifications_butterfly_horizontal.htm" TARGET="_parent"><img src="picture/on_the_sea_02.jpg" width="710" height="498" border=0 ALT="Katayama Butterfly 50cc - 125cc - Please click for the Specifications" TITLE="Katayama Butterfly 50cc - 125cc - Please click for the Specifications"></A>'
PrettyTitle[1]='Katayama Butterfly 50cc - 125cc - designed by Enrico Katayama'

ShowPic[2]='<A HREF="specifications_vertical.htm" TARGET="_parent"><img src="picture/on_the_sea_03.jpg" width="710" height="498" border=0 ALT="Katayama Rebelino 100cc - 200cc - Please click for the Specifications" TITLE="Katayama Rebelino 100cc - 200cc - Please click for the Specifications"></A>'
PrettyTitle[2]='Katayama Rebelino 100cc - 200cc - designed by Enrico Katayama'

ShowPic[3]='<A HREF="specifications_butterfly_vertical.htm" TARGET="_parent"><img src="picture/on_the_sea_04.jpg" width="710" height="498" border=0 ALT="Katayama Butterfly 100cc - 200cc - Please click for the Specifications" TITLE="Katayama Butterfly 100cc - 200cc - Please click for the Specifications"></A>'
PrettyTitle[3]='Katayama Butterfly 100cc - 200cc - designed by Enrico Katayama'

var Pretty=new Array()
var NewTitle=new Array()
var the_one
var z=0
while (z<ShowPic.length){
the_one=Math.floor(Math.random()*ShowPic.length)
if (ShowPic[the_one]!="_selected!"){
Pretty[z]=ShowPic[the_one]
NewTitle[z]=PrettyTitle[the_one]
ShowPic[the_one]="_selected!"
z++
}
}
parent.writePageTitel(NewTitle[1]);
document.write(Pretty[1]);