function addBookmark(title,url){if(window.sidebar){window.sidebar.addPanel(title,url,"");}else if(document.all){window.external.AddFavorite(url,title);}else{alert("Sorry, but your browser does not support this bookmark shortcut.\n\nTry pressing Ctrl + D or clicking the star symbol in the address bar.\n\nThe Magic Price Comparison Team");}return false;}

