<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE E-MAIL OPTIONS YOU CAN TURN ON AND OFF


var email_1 		= "yes"     // SHOW 1ST E-MAIL
var email_2 		= "no"     // SHOW 2ND E-MAIL
var email_3 		= "no"     // SHOW 3RD E-MAIL
var email_4 		= "no"     // SHOW 4TH E-MAIL




// E-MAIL LINK 1

   if (email_1 == "yes") {

document.write('For more information Contact us at:<br><br>');

document.write(' <A HREF="mailto:info@newyorkregionalpolice.org" class="link">info@newyorkregionalpolice.org</a><br><br>');
document.write(' 2005 Palmer Ave&#44; 182 <br> Larchmont&#44; NY 10538 <br><br>');
document.write(' 24 Hour Hotline&#58; 1&#45;888&#45;761&#45;1943 <br> Fax&#58; 1&#45;914&#45;833&#45;1175 ');

}





// E-MAIL LINK 2

   if (email_2 == "yes") {

document.write('For more information about our website:<br>');

document.write(' <A HREF="mailto:webmaster@your-web-domain.com" class="link">webmaster@your-web-domain.com</a><br><br><br>');

}





// E-MAIL LINK 3

   if (email_3 == "yes") {

document.write('For information about advertising please contact us at:<br>');

document.write(' <A HREF="mailto:promotion@your-web-domain.com" class="link">promotion@your-web-domain.com</a><br><br><br>');

}





// E-MAIL LINK 4

   if (email_3 == "yes") {

document.write('For any support questions please contact us at:<br>');

document.write(' <A HREF="mailto:support@your-web-domain.com" class="link">support@your-web-domain.com</a><br><br><br>');

}









//  End -->