// Methods Called from application.swf

	/*
		setTitle - Called to change the document's title attribute when a new page is loaded
	*/
	function setTitle(newTitle){
		document.title = newTitle;
	}