

 var myIEText = "&nbsp;&nbsp;For help with MMSEA Reporting, call ASI at 920-467-1200, ext. 211&nbsp;&nbsp;";
 var myMozText = "&nbsp;&nbsp;For help with MMSEA Reporting, call ASI at 920-467-1200, ext. 211&nbsp;&nbsp;";
 var retText = myIEText;

if (navigator.userAgent.indexOf("Firefox")!=-1 || navigator.userAgent.indexOf("Safari")!=-1) 
{
    retText = myMozText;
}
document.write (retText);


