// Javascript File for virtual footer
// Update this document only to change footer on site
function printVirtualFooter () {
document.write("<hr width=475> ");
document.write("<CENTER><a href=#top>Return to Top of Page</a></CENTER><BR> ");
document.write("<CENTER><a href=http://www.gripsetc.com/subscriptions.asp target=_parent>Subscribe to IG</a>     | ");
document.write("<a href=/contact/index.html>Contact Us</a> | ");
document.write("<a href=/search/>Search IG Online</a> | ");
document.write("<a href=/splash.html>HOME</a> ");
document.write("</CENTER><BR> ");
document.write("<CENTER> ");
document.write("<a href=/copyright.html><B>Copyright</B></a> Paul Ziert and Associates 1998-2003, All Rights Reserved</CENTER><BR> ");
document.write("<CENTER>  ");
document.write("<I>International GYMNAST</I> Magazine<BR> ");
document.write("Mailing Address: P.O. Box 721020, Norman, OK 73070, USA<BR> ");
document.write("Phone: (405) 447-9988 | Fax: (405) 447-5810<BR> ");
document.write("</CENTER> ");
}
