function BookmarkPage(){
	if (!((navigator.appName).indexOf("Netscape") == -1)) {
		alert("Please press Ctrl-D, thank you!")
	} else if (!((navigator.appName).indexOf("Microsoft") == -1)) {
		window.external.AddFavorite(location.href, document.title)
	} else if (window.opera && window.print) {
	return true
	}
}

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  if (theURL=="/recommendations.htm") {
    theURL=theURL+"?p="+document.URL; 
  }
  window.open(theURL,winName,features);
}