<!-- Begin


   function sendMail() {
      locationstring = 'mai' + 'lto:' +  'inquiry@cpmpayroll.com';
      window.location.replace(locationstring);
   }


// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="phonetitle">');

document.write('Computerized Payroll Management, Inc.');

document.write('</span><br>');

document.write('6170 Central Ave, Suite 200<br>');

document.write('Saint Petersburg, FL 33707<br>');

document.write('PHONE: <span class="phonetitle">(800) 872-2289<BR></span>');

document.write('FAX: <span class="phonetitle">(727) 381-4499<BR></span>');

document.write('<BR>E-mail us: ');

document.write(' <A HREF="javascript:sendMail()">Request Additional Information</a><br>');



//  End -->