var urlAddress = "http://www.kempsarchitecturallighting.com/about/jobs.php"; 
var pageName = "Kemps Lighting - Job Opportunities";
function addToFavorites() { 
if (window.external) { window.external.AddFavorite(urlAddress,pageName)} 
else { alert("Sorry! Your browser doesn't support this feature.");} 
}