
var texts = new Array()

texts[1] = "<a href='http://shoop.ir/?num=1245224409' target='_blank'> <img src=' http://shoop.ir/img2/banner/14a543acea10be.gif' border='0' alt='' /> </a>"
texts[2] = "<a href='http://shoop.ir/?num=1244825371' target='_blank'> <img src='http://shoop.ir/img2/banner/14a543eec21731.gif ' border='0' alt='' /> </a>"
texts[3] = "<a href='http://shoop.ir/?num=1220858702 ' target='_blank'> <img src='http://shoop2.persiangig.com/img/lzcs2.gif ' border='0' alt='' /> </a>"


var ry = Math.floor(Math.random() * texts.length)
if (ry == 0) { ry = 1 }

document.write(texts[ry]);

