// Copyright Sample Script File

function copyright() {


 document.write('|&nbsp; <a href="index.html"><font color=white><b>Home</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Services.html"><font color=white><b>Services</b></font></a> &nbsp;| ') 
 document.write('|&nbsp; <a href="Rates.html"><font color=white><b>Rates</b></font></a> &nbsp;| ') 
 document.write('|&nbsp; <a href="AbouttheTrainers.html"><font color=white><b>About the Trainers</b></font></a> &nbsp;| ') 
 document.write('|&nbsp; <a href="FAQs.html"><font color=white><b>FAQs</b></font></a> &nbsp;| ') 
 document.write('|&nbsp; <a href="Testimonials.html"><font color=white><b>Testimonials</b></font></a> &nbsp;| ') 
 document.write('|&nbsp; <a href="RevolutionaryHealth.html"><font color=white><b>The Revolutionary Health & Fitness Difference</b></font></a> &nbsp;| ') 
    
    
    
    
     

document.write('<br><br>')
document.write('<div align="center">')
document.write('© Copyright 2008 <font color=black><a href="http://www.revolutionaryhealthandfitness.com"><font color=white><b>Revolutionary Health and Fitness personal trainers serving the local North Shore of Long Island</a> </font></b></a></a> ')
document.write('<br>Site created and maintained by:  <a href="http://www.internetwebdezines.com/" target="blank"><font color=white>Internet WebDeZines</font></a>')
document.write('&nbsp; <br><br><font color=white>Training Hours: Mon-Fri: 8am-8pm -- Sat: 8am-2pm --  Phone: 631-873-5643<br>Email: <a href="mailto:PT_Rosabella@yahoo.com "><font color="white">PT_Rosabella@yahoo.com </font></a></font> &nbsp;| ') 



document.write('</div>')
}



 
