﻿
var texts = new Array()

texts[1] = "<a href=' http://shoop.ir/?num=1241769415' target='_blank'> <img src='http://shoop.ir/img2/banner/14a5438acdef05.gif ' border='0' alt='' /> </a>"
texts[2] = "<a href='http://shoop.ir/?num=945948981 ' target='_blank'> <img src=' http://shoop.ir/img2/banner/14a53633de768b.gif' border='0' alt='' /> </a>"
texts[3] = "<a href=' http://shoop.ir/?num=1207940190' target='_blank'> <img src='http://shoop.ir/img/mrbean/mebean120240.gif ' border='0' alt='' /> </a>"



var ry = Math.floor(Math.random() * texts.length)
if (ry == 0) { ry = 1 }

document.write(texts[ry]);

