// Will be called at the end of each page generation
function jsGeneralPageEndCallHandler(){
	
		
}

function addToFavorites(){
	var urlAddress="http://www.trs-portal.com/oyooni/index.php"; 
	var pageName = "Oyooni Mobile Eye Clinic"; 
	if (window.external){window.external.AddFavorite(urlAddress,pageName)}else{ alert("Sorry! Your browser doesn't support this function.");} 
}