<!--
     function MainPageBookmark() {title="Live Gold Price Chart - goldprice.org"; url="http://goldprice.org/live-gold-price.html";
	if (window.sidebar) { window.sidebar.addPanel(title, url,"");} else if( window.external ) 
         { window.external.AddFavorite( url, title); } else if(window.opera && window.print) { return true; }}
		
        


var text = "<img src='images/gold-bookmark.gif'>"
// Add your website URL between the quotations below
var site = "http://goldprice.org/live-gold-price.html";
// Add your site description in the quotations below
var desc = "Live Gold Price Chart - goldprice.org"
var ver = navigator.appName
var num = parseInt(navigator.appVersion)
if ((ver == "Microsoft Internet Explorer")&&(num >= 4))
{
document.write('<a title="Bookmark this page" href="javascript:window.external.AddFavorite(site,desc);" ');
document.write('onMouseOver=" window.status=')
document.write("text; return true ")
document.write('"onMouseOut=" window.status=')
document.write("' '; return true ")
document.write('">'+ text + '</a>')
}
else {
document.write('<a href="javascript:MainPageBookmark()");"><img src="images/gold-bookmark.gif"></a>'); }
	
-->