// JavaScript Document

var urlAddress = "http://www.biscaynetire.com/"; 
var pageName = "contact-biscayne-tire-miami, auto-tire-repair-services, tell-a-friend";
function addToFavorites()
{
if(window.external) { window.external.AddFavorite(urlAddress,pageName) 
} 
else{ 
alert ("Sorry! Your browser doesn't support this function."); 
} 
} 
