// SCRIPTS COMMON TO ALL PAGES

function addToFavorites()
{
if (BrowserIsElseAlert('IE')) window.external.addFavorite(document.location, document.title);
}

