function getLocation() {	/*	This function is used for returning the current window's URL to Flash. Pretty straight forward!	We are using Javascript as opposed to FlashVars because the flash slideshow's parent HTML page cannot	be renamed to a ".php" extension; we want to preserve any external links to that page.	*/		return window.location.toString();}