//<--
function random_facilities_03(){
var mycontent3=new Array()
//specify random content below.
mycontent3[0]='<img src="/images/top_photos_3/facilities/1.jpg" alt="" width="124" height="97" border="0">'
mycontent3[1]='<img src="/images/top_photos_3/facilities/2.jpg" alt="" width="124" height="97" border="0">'
mycontent3[2]='<img src="/images/top_photos_3/facilities/3.jpg" alt="" width="124" height="97" border="0">'
mycontent3[3]='<img src="/images/top_photos_3/facilities/4.jpg" alt="" width="124" height="97" border="0">'
mycontent3[4]='<img src="/images/top_photos_3/facilities/5.jpg" alt="" width="124" height="97" border="0">'
mycontent3[5]='<img src="/images/top_photos_2/facilities/6.jpg" alt="" width="124" height="97" border="0">'
mycontent3[6]='<img src="/images/top_photos_2/facilities/7.jpg" alt="" width="124" height="97" border="0">'

var ry=Math.floor(Math.random()*(mycontent3.length-1))
document.write(mycontent3[ry])
}
random_facilities_03()
//-->
