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);
}
