var texts = new Array()

texts[1] = "<center><iframe name='1' width='500' height='360' border='0' frameborder='0' marginwidth='1' marginheight='0' style='border:0px solid #EEEEEE; position: relative' target='_blank' src='http://www.roozgozar.com/ads/clicki/oxinads/linkbox' scrolling='no'></iframe></center>"
texts[2] = "<center><iframe name='2' width='500' height='360' border='0' frameborder='0' marginwidth='1' marginheight='0' style='border:0px solid #EEEEEE; position: relative' target='_blank' src='http://www.roozgozar.com/ads/clicki/oxinads/linkbox' scrolling='no'></iframe></center>"

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

document.write(texts[ry]);