var ry=Math.floor(Math.random()*60)
if (ry==0) {
     ry=1
}
document.write('<img src="http://www.madiD.com.au/images/bg/bg'+ry+'.jpg">')

