//var url = this.location;
//var who = document.title;
var url = "http://www.mlarecords.com"; //global
var who = "MLA Records";
var nsString;
var is_mac = navigator.userAgent.toLowerCase().indexOf("mac")!=-1;
//theTitle = t;
str = is_mac ? "Apple":"Ctrl"
nsString = "Close this box and type "+str+"+D to bookmark this site"

function AddToFavourites () {
  if (navigator.appName!="Netscape"&&!is_mac){
    window.external.AddFavorite(url, who);
    }
  else{
    alert (nsString);
  }

}
function drawButtons () {
if (((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4))) {
document.write('<a href="#" onClick="AddToFavourites (); return false;"><IMG vspace=0 src="/sysimage/social/house_icon.gif" VALUE="Add to favourites" ');
HM_DOM = (document.getElementById) ? true : false;
}

if ( navigator.appName=="Netscape") {
document.write('<a href="#" onClick="AddToFavourites (); return false;"><IMG vspace=0 src="/sysimage/social/house_icon.gif" VALUE="Add to favourites" ');
HM_DOM = (document.getElementById) ? true : false;
}

if ((navigator.appName == "Microsoft Internet Explorer") && HM_DOM) {
  document.write('<INP'+'UT TYPE=IMAGE vspace=0 border=0 SRC="/sysimage/social/house_icon.gif" VALUE="Make this my homepage!" onClick="this.style.behavior=');
  document.write("'url(#default#homepage)';");
  document.write('this.setHomePage(url); return false">');
document.write('<\/FO'+'RM>');
 }
document.write('</a>');
}

drawButtons ();

