// JavaScript Document
// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
<!--
if (navigator.appName == 'Microsoft Internet Explorer' && 
parseInt(navigator.appVersion) >= 4)
{
document.write('<b><a href=\"#\" onclick=\"javascript:window.external.AddFavorite(location.href,document.title)\" class=\"QuoteText\">');
document.write('Click here to bookmark this page</a></b>');
}else
{var msg = 'Dont forget to bookmark us';
if(navigator.appName == 'Netscape') msg += '  (CTRL-D)';
document.write('<span class=\"QuoteText\">' + msg + '</span>');
}
// -->
