<!-- Begin

// COPYRIGHT 2008 © Global Marketing Enterprises http://www.globalme.biz
// Unauthorized use or sale of this script is strictly prohibited by law

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="phonetitle">');

document.write('Global Marketing Enterprises');

document.write('</span><br>');

document.write('40 York Street ');

document.write('Peru, IN 46970<br>');

document.write('<nobr>');

document.write('Phone: <span class="phonetitle">(765) 472-5595</span>');

//document.write('&nbsp;&nbsp;&nbsp;&nbsp;');

//document.write('FAX: <span class="phonetitle">(555) 555-5555</span>');

document.write('</nobr><br><br>');

function mailto2()
{
  var domain = 'globalme.biz';

  var username = 'jevans';

  document.location = 'mailto:' + username + '@' + domain;
  
}

document.write('<a href="javascript:mailto2()">Email</a>');

//  End -->
