<!-- 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"     // grigdon@cox.net
var email_2 		= "yes"     // grigdon@cox.net
var email_3 		= "yes"     // grigdon@cox.net
var email_4 		= "yes"     // grigdon@cox.net




// E-MAIL LINK 1

   if (email_1 == "yes") {

document.write('For more information regarding our products or services:<br>');

document.write(' <A HREF="mailto:grigdon@cox.net" class="link">products@nevadarealproperty.com</a><br><br><br>');

}





// E-MAIL LINK 2

   if (email_2 == "yes") {

document.write('For more information about our website:<br>');

document.write(' <A HREF="mailto:grigdon@cox.net" class="link">webmaster@nevadarealproperty.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:grigdon@cox.net" class="link">promotion@nevadarealproperty.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:grigdon@cox.net" class="link">support@nevadarealproperty.com</a><br><br><br>');

}









//  End -->