<!-- 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




// E-MAIL LINK 1

   if (email_1 == "yes") {

document.write('For more information regarding our products or services:<br>');

document.write(' <A HREF="mailto:info@corporate-disco-hire.co.uk" class="link">info@corporate-disco-hire.co.uk</a><br><br><br>');

}





// E-MAIL LINK 2

   if (email_2 == "yes") {

document.write('For out of hours emergency contact only:<br>');

document.write('Mobile: 07944 238076<br><br><br>');

}





//  End -->