// JavaScript Document called by Flash with CallExternalInterface tecnique
function getLocation() {
	return String(document.location);
}

function getLocationPathname() {
	return String(document.location.hash);
}