<!-- Begin

// Copyright 2011 Global Marketing Enterprises www.globalme.biz
// Unauthorized duplication is strictly prohibited 

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class ="copyright">&copy;Copyright 2005-2011 ');

document.write('<a href="index.html" target="_top">Peru Utilities</a> ');

document.write('All Rights Reserved<br>');

function mailto17()
{
  var domain = 'peruutilities.com';


// EDIT THE BELOW LINE ONLY!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  MAKE SURE THAT ONLY THE USERNAME IS INCLUDED!!!!!!!!!!!!!!!!!!!
  var username = 'webber';
//EDIT THE ABOVE LINE ONLY!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  MAKE SURE THAT ONLY THE USERNAME IS INCLUDED!!!!!!!!!!!!!!!!!!!


  document.location = 'mailto:' + username + '@' + domain;
  
}

document.write('For more information feel free to ');

document.write('<a href="javascript:mailto17()">contact us.</a>');

document.write('</span><br>');

//  End -->




