<!-- Start


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

document.write(' <a href="contact.html" class="foot">Contact Us</a> | ');


document.write('<a href="http://bulletgym.com/lifting/lifting.html" class="foot">Competitive Lifting</a> |');


document.write(' <a href="photo_gallery.html" class="foot">Photo Gallery</a> | ');

document.write(' <a href="play_fit.html" class="foot">Fitness Classes</a> | ');

document.write('<a href="membership.html" class="foot">Membership Options</a> |');

document.write(' <a href="pro_training.html" class="foot">Professional Fitness Training</a> | ');


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



document.write('<br>');

document.write('&copy;Copyright 2008 Bullet Gym');


document.write('<br>');


//  End -->