function getURL()
{
	var l = encodeURIComponent(window.location);
	location.href = "../emailthispage/emailthispage_new.php?source=" +l;
	return true;
}

function postURL()
{
 var url_value = document.location.href;
 document.form1.url.value = url_value;
 return true;
}