<!-- //
//var urlAddress = "http://www.netmechanic.com";
var url = document.URL;
var pageName = "Really Just Dial";

function addToFavorites()
	{
 	if (window.external)
 		{
  		window.external.AddFavorite(url,pageName)
 		}
 	else
 		{ 
  		alert("Sorry! Your browser doesn't support this function.");
 		}
	}
// -->
