function getWindowLocation()
{
	return window.top.location.href;
}
function getDocumentTitle()
{
	return top.document.title;
}
function getDocumentReferrer()
{
	return top.document.referrer;
}