
registerInitFunc(getURL);
thisURL = document.location.href;

function getURL()
{
	return (thisURL);
}



