$(document).ready(function()
  {
    $('#email').html('WEAVER' + 'RYAN' + '@' + 'GMAIL' + '.COM');
  }
);
