<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


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('Telephone: 0090-5443637533<br><br>');

document.write('Email:  <A HREF="mailto:gumuslukvilla@aol.com" >gumuslukvilla@aol.com</a><br><br>');

}


// E-MAIL LINK 2

   if (email_2 == "yes") {

document.write('123, The High Road<br>');
document.write('Chipping Norton<br>');
document.write('Oxfordshire<br>');
document.write('OX99 6KL<br><br>');
document.write('Tel: 01865 999999<br><br><br>');


}


// E-MAIL LINK 3

   if (email_3 == "yes") {

document.write('For information about advertising on our web site:<br>');

document.write(' <A HREF="mailto:advert@mykinesiology.co.uk" >advert@mykinesiology.co.uk</a><br><br><br>');
}



// E-MAIL LINK 4

   if (email_4 == "yes") {

document.write('For any information about this website:<br>');

document.write(' <A HREF="mailto:contact@pace-computing.co.uk" >contact@pace-computing.co.uk</a><br><br><br>');

}



//  End -->
