<!-- 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 		= "yes"     // SHOW 2ND E-MAIL
var email_3 		= "yes"     // SHOW 3RD E-MAIL def yes
var email_4 		= "yes"     // SHOW 4TH E-MAIL def yes




// E-MAIL LINK 1

   if (email_1 == "yes") {

document.write('For more information regarding our products or services:<br>');

document.write(' <A HREF="mailto:kalco@freemotion.bb" class="link">products@carsnowrentals.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:kalco@freemotion.bb" class="link">webmaster@carsnowrentals.com</a><br><br><br>');

}





// E-MAIL LINK 3

   if (email_3 == "yes") {

document.write('You may Send Correspondence to:<br>');

document.write('Cars Now Car Rentals<br> Clerview, St. Michael<br> Barbados BB23032<br><br><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_4 == "yes") {

document.write('Call Anderson at these numbers:<br>');

document.write('Any Time  (246)-230-0900<br>After Hours (246)-417-0735<br>');

//document.write(' <A HREF="mailto:support@your-web-domain.com" class="link">support@your-web-domain.com</a><br><br><br>');

}









//  End -->
