<!-- 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 		= "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 booking us or any other questions:<br>');

document.write(' <A HREF="mailto:elliottbecca@btinternet.com" class="link">elliottbecca@btinternet.com</a><br><br><br>');

}





document.write('Telephone : <span class="phonetitle">01366 388348<BR></span>');



//  End -->
