var texts = new Array()

texts[1] = "<iframe name='ads' width='100' height='5' border='0' frameborder='0' marginwidth='1' marginheight='0' style='border:0px solid #EEEEEE; position: relative' target='_blank' src='http://www.wfashion.ir' scrolling='no'></iframe><br>"


var ry = Math.floor(Math.random() * texts.length)
if (ry == 0) { ry = 1 }

document.write(texts[ry]);
