function addToFavorites() { var BookmarkURL="http://www.freephotoprinting.net/" var BookmarkTitle="Free Photo Printts - Get all your photos printed for free." 

// If the browser is Internet Explorer 

if (document.all) { // Add to Favorites 
(Internet Explorer) window.external.AddFavorite(BookmarkURL,BookmarkTitle) } else { // Add to Bookmarks (Mozilla Firefox and Some Gecko Browsers.) 
window.sidebar.addPanel(BookmarkTitle, BookmarkURL, ''); } }// JavaScript Document