// JavaScript STATS
function tampilan(id_site){
	document.write("<img src='http://tampilan.net/tampilan.php?id_site="+ id_site +"&f_landed="+ document.location.href +"'>");
	//check domain
	var cekdomain=document.location.href.split("://");
	var tampilannet_form_stats=document.getElementById("tampilannet_form_stats");
	
	tampilannet_form_stats.id_site.value=id_site;
	tampilannet_form_stats.f_landed.value=document.location.href;
	tampilannet_form_stats.f_referrer.value=document.referrer;
	tampilannet_form_stats.f_useragent.value=navigator.userAgent;
	tampilannet_form_stats.f_screen_w.value=screen.width;
	tampilannet_form_stats.f_screen_h.value=screen.height;
	
	/*/cari latitude n longitude
	if (navigator.geolocation) {  
		var watchID = navigator.geolocation.watchPosition(function(position) {  
		tampilannet_form_stats.f_lat.value=position.coords.latitude;
		tampilannet_form_stats.f_long.value=position.coords.longitude;
			if(tampilannet_form_stats.f_long.value!=""){
				tampilannet_form_stats.submit();
			}
		
		}  );  
	}else{
	}*/
	tampilannet_form_stats.submit();

}

document.write("<form name='tampilannet_form_stats' id='tampilannet_form_stats' action='http://tampilan.net/frmstats.php' method='post' target='tampilannet_frmstats'><input type='hidden' name='id_site' id='id_site' value='' /><input type='hidden' name='f_landed' id='f_landed' value='' /><input type='hidden' name='f_referrer' id='f_referrer' value='' /><input type='hidden' name='f_useragent' id='f_useragent' value='' /><input type='hidden' name='f_screen_w' id='f_screen_w' value='' /><input type='hidden' name='f_screen_h' id='f_screen_h' value='' /><input type='hidden' name='f_lat' id='f_lat' value='' /><input type='hidden' name='f_long' id='f_long' value='' /></form><iframe name='tampilannet_frmstats' id='tampilannet_frmstats' style='display:none;'></iframe>");