// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

function _e(a,b,l)
{
  e = a + "@" + b;
  if (l)
    document.write("<a href='mailto:" + e + "'>" + e + "</a>");
  else
    document.write(e);
}