<!-- 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 		= "yes"     // 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 regarding our services please email directly, or copy email to the following address:<br>');

document.write(' <A HREF="mailto:info@crisnobel.com" class="link">info@crisnobel.com</a><br><br><br>');

}





// E-MAIL LINK 2

   if (email_2 == "yes") {

document.write('For more information about upcoming seminars and training courses, or if you are interested to become an exforum partner speaker:<br>');

document.write(' <A HREF="mailto:exforum@crisnobel.com" class="link">exforum@crisnobel.com</a><br><br><br>');

}





// E-MAIL LINK 3

   if (email_3 == "yes") {

document.write('For information about joining our team, or verification in regards to any Crisnobel associates or authorized representatives:<br>');

document.write(' <A HREF="mailto:associates@crisnobel.com" class="link">associates@crisnobel.com</a><br><br><br>');

}

document.write('Crisnobel Associate Offices:<br>');
document.write('Unit 2.22, 2nd Floor, Block C<br>');
document.write('Yayasan Sultan Haji Hassanal Bolkiah Complex<br>');
document.write('Bandar Seri Begawan BS8711, Brunei Darussalam<br>');
document.write('Tel/Fax: (673) 24 24 122<br>');
document.write('General Email: info@crisnobel.com<br><br>');
document.write('Mailing Address:<br>');
document.write('P.O.Box 2375, Bandar Seri Begawan BS8674<br>');
document.write('Brunei Darussalam<br>');



// E-MAIL LINK 4

   if (email_4 == "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 -->