function eptaf(thetitle,theurl){
  var thestring = "";
  for (var i = 0; i < theurl.length; i++) {
    if (theurl.charAt(i) == "&") thestring = thestring + "^"
    else thestring = thestring + theurl.charAt(i)
  }
  window.open("http://www.musiciansmart.com/eptaf/eptaf.asp?thetitle=" + thetitle + "&theurl=" + thestring, "eptaf", "scrollbars,resizable=no,width=316");
}
