
var url_clean =document.URL.replace(/(#.*$)/, '');
var url = 'http://kosmopia.com/api/check_url.php?url='+encodeURIComponent(url_clean);

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

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


