var guid = Math.floor(Math.random()*99999999999999999);

if(type=='small')
{
	var x=143;
	var y=95;
}
else
{
	var x=402;
	var y=75;
}

var url = 'http://p-host.eu/banner_ajax.php?type='+type+'&id='+id+'&guid='+guid+'&screen='+screen.width+'x'+screen.height+'&x='+x+'&y='+(y-15)+'&referer='+escape(document.URL);

document.write('<div id="idadv'+id+'"  style="width:'+x+'px; height:'+y+'px;" > ');
document.write('<iframe name="advert" width="'+x+'" height="'+y+'" frameborder=0 src="'+url+'" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no">');
document.write('</iframe>');
document.write('</div">');