
var url = 'http://www.bizsugar.com/evb4/check_url4.php?url='+document.URL;

function write_iframe4() {
	var span = document.getElementById("meneame4");
	span.innerHTML='<iframe width="16" height="16" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" src="'+url+'"></iframe>';
}

document.write('<span id="meneame4" style="width: 16px; height: 16px; border: none; padding: 0; margin: 0; background: transparent ; "><script type="text/javascript">setTimeout("write_iframe4()", 200)</script></span>');
