<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.htm">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="breathe.htm">Breathe</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="move.htm">Move</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="constellation.htm">Constellation</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="meditate.htm">Meditate</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="yoga.htm">Yoga</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="events.htm">Events</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="shop.htm">Shop</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="testimonials.html">Testimonials</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.htm">About Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="sitemap.htm">Sitemap</a>');







document.write('<br><br>All contents &copy; Copyright 2009 ');


// EDIT THE NEXT LINE


document.write('<a href="index.htm">Beyond Group</a>') 
document.write(' | Music By David Rees <a href="mailto:david@daylightmusic.co.uk"> &copy; Daylight Music</a><br>')
document.write(' Website by <a href="http://www.brightondeezign.com" target="_blank"> Brighton Deezign</a><br>');






var web	  = "yes"	// SHOW  COPYRIGHT






   if (web == "yes") {
document.write('<p>');
}







//  End -->