// JavaScript Document
protocol_ = window.location.protocol;
host_ = window.location.host;
pathname_ = window.location.pathname;
location_ = escape(window.location);	

document.write('<iframe scrolling="no" frameborder="0" width="'+width+'" height="'+height+'" src="http://bgwebads.com/sitemodules/adv.php?ident='+ident+'&location='+location_+'&pathname='+pathname_+'&host='+host_+'&protocol='+protocol_+'&height='+height+'&width='+width+'"></iframe>');