/***********************************************
*  Add Page To Bookmark or Favorites Firefox - Netscape and IE
***********************************************/

function addBookmark(title, url) {
if ( window.external ) {
	window.external.AddFavorite(url, title)
}
else { alert("Firefox and Netscape users close this alert box and \r\n press ctrl+D on your keyboard to Bookmark this page. \r\n Thank You!");
}
}
