<!-- Begin

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


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

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

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

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

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

document.write('<br><br>All Rights Reserved &copy;Copyright 2003 - 2007 ');


// EDIT THE NEXT LINE


document.write('<a href="index.html">Mountain Magic LTD</a>&nbsp;&nbsp;Website Developer <a href="http://www.TrainingServices.com"> Training Services</a>');


var allwebco	  = "no"	// SHOW ALLWEBCO COPYRIGHT

   if (allwebco == "yes") {
document.write('Site Design &copy; 2006 All Rights Reserved <a href="http://allwebcodesign.com" target="_blank">AllWebCo Design</a> & <a href="http://allwebco.com" target="_blank">Hosting</a><br>');
}

//  End -->