//<--
function random_satisfaction_01(){
var mycontent1=new Array()
//specify random content below.
mycontent1[0]='<img src="/images/top_photos_1/satisfaction/1.jpg" alt="" width="134" height="97" border="0">'
mycontent1[1]='<img src="/images/top_photos_1/satisfaction/2.jpg" alt="" width="134" height="97" border="0">'
mycontent1[2]='<img src="/images/top_photos_1/satisfaction/3.jpg" alt="" width="134" height="97" border="0">'
mycontent1[3]='<img src="/images/top_photos_1/satisfaction/4.jpg" alt="" width="134" height="97" border="0">'
mycontent1[4]='<img src="/images/top_photos_1/satisfaction/5.jpg" alt="" width="134" height="97" border="0">'
mycontent1[5]='<img src="/images/top_photos_1/satisfaction/6.jpg" alt="" width="134" height="97" border="0">'

var ry=Math.floor(Math.random()*(mycontent1.length-1))
document.write(mycontent1[ry])
}
random_satisfaction_01()
//-->
