var texts = new Array()

texts[1] = "<a href=' http://farsi98.com/amozesh-arayesh-mardaneh.html  ' target='_blank'> <img src=' http://img102.persiangig.com/arayesh/arayeshmardane_09.gif  ' border='0' alt='' /> </a>"
texts[2] = "<a href=' http://farsi98.com/dr-anoshe.html ' target='_blank'> <img src='http://img102.persiangig.com/sm/anosh120240.gif' border='0' alt='' /> </a>"
texts[3] = "<a href='  http://farsi98.com/75.html ' target='_blank'> <img src='http://farsi98.com/adsjs/img/shin-v1.gif' border='0' alt='' /> </a>"




var ry = Math.floor(Math.random() * texts.length)
if (ry == 0) { ry = 1 }

document.write(texts[ry]);


