<!-- 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 		= "no"     // 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 regarding our services please send us an email stating your requirement and contact telephone number:<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 of any Crisnobel associates or authorized representatives in your area:<br>');

document.write(' <A HREF="mailto:associates@crisnobel.com" class="link">associates@crisnobel.com</a><br><br><br>');

}


document.write('<br>');
document.write('<br><br>');

document.write('Crisnobel Brunei - Representative Office:<br>');
document.write('Unit C4, Second Floor<br>');
document.write('Shakirin Complex, Kiulap<br>');
document.write('Bandar Seri Begawan BE1518, Brunei Darussalam<br>');
document.write('Email: info@crisnobel.com<br><br>');

document.write('CRTM Sports:<br>');
document.write('P.O.Box 2375, Bandar Seri Begawan BS8674<br>');
document.write('Email: crtms@yahoo.com<br><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:info@crisnobel.com" class="link">info@crisnobel.com</a><br><br><br>');

}









//  End -->
