// JavaScript Document
function logwebsite(est_id,website)
{	
	window.open("logstats.php?est_id="+est_id+"&url="+website+"&action=web");
}

