<!-- 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
var email_4 		= "yes"     // SHOW 4TH E-MAIL
var email_5 		= "yes"     // SHOW 5TH E-MAIL
var email_6 		= "yes"     // SHOW 6TH E-MAIL
var email_7 		= "yes"     // SHOW 7TH E-MAIL



// E-MAIL LINK 1

   if (email_1 == "yes") {

document.write('For more information regarding our products or services:<br>');

document.write(' <A HREF="mailto:sales@revomaze.co.uk" class="link">sales@revomaze.co.uk</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:webmaster@revomaze.co.uk.com" class="link">webmaster@revomaze.co.uk</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@revomaze.co.uk" class="link">promotion@revomaze.co.uk</a><br><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:support@revomaze.co.uk" class="link">support@revomaze.co.uk</a><br><br><br>');

}


// E-MAIL LINK 5

   if (email_5 == "yes") {

document.write('To work with us please email your details to:<br>');

document.write(' <A HREF="mailto:affiliate@revomaze.co.uk" class="link">affiliate@revomaze.co.uk</a><br><br><br>');

}

// E-MAIL LINK 6

   if (email_6 == "yes") {

document.write('Register Your Confirmation Code:<br>');

document.write(' <A HREF="mailto:registration@revomaze.co.uk" class="link">registration@revomaze.co.uk</a><br><br><br>');

}

// E-MAIL LINK 7

   if (email_7 == "yes") {

document.write('For support contact - Emma Hartle at:<br>');

document.write(' <A HREF="mailto:emma.Hartle@revomaze.co.uk" class="link">emma.hartle@revomaze.co.uk</a><br>');

document.write('Telephone contact - +44 (0)1229 847128<br><br><br>');

document.write('All other questions please contact our MD - Chris Pitt at:<br>');

document.write(' <A HREF="mailto:chris.pitt@revomaze.co.uk" class="link">chris.pitt@revomaze.co.uk</a><br><br><br>');

}



//  End -->