function bookmark(url,title){
  if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
  window.external.AddFavorite('http://www.educationmoney.com','EducationMoney.com - How to Outsmart College Costs');
  } else if (navigator.appName == "Netscape") {
    window.sidebar.addPanel('EducationMoney.com - How to Outsmart College Costs','http://www.educationmoney.com');
  } else {
    alert("Press CTRL-D (Netscape) or CTRL-T (Opera) to bookmark");
  }
}

