baner = new Array(1);
baner[0] = '<embed src="/public/images/bannery/baner_open_finance.swf" quality="high" bgcolor="990066" width="980" height="150" type="application/x shockwave-flash"</embed>';

index = Math.floor(Math.random() * baner.length);
document.write(baner[index]);
