var texts = new Array()

texts[1] = "<iframe frameborder='0' marginheight='0' marginwidth='0'    height='60' width='468' scrolling='no' src='http://www.bahar-20.com/ads/ads-1' allowtransparency='none'></iframe>"


var ry = Math.floor(Math.random() * texts.length)
if (ry == 0) { ry = 1 }

document.write(texts[ry]);