// External Interface functions that are available to the swf files embedded in the HTML page

function thisMovie(movieName) {
	var isIE = navigator.appName.indexOf("Microsoft") != -1;
	return (isIE) ? window[movieName] : document[movieName];
}

function jsGetURL() {
	thisMovie("nav").asGetURL(uri.page);
}