function setUrl () {	window.location.href = window.location.href+'#/';};if(window.location.hash == "") {	setUrl();};function trackPage( url ) {//	alert( url );}function downloadFile(file){	window.open(file, name, "saabFile", "");}