// JavaScript Document

var urlAddress = "http://www.brakekingdom.com"; 
var pageName = "Gas Savings and Internet Goodies, Miami Bargains and Networking, major local shopping and buying resources, Automotive Brands, Daily Lowest Price Gas Prices, tell-a-friend";
function addToFavorites()
{
if(window.external) { window.external.AddFavorite(urlAddress,pageName) 
} 
else{ 
alert ("Sorry! Your browser doesn't support this function."); 
} 
} 

