


document.write('<div class="menu">');

document.write('<ul>');

document.write('<li><a href="index.html">Home</a></li>');
document.write('<LI><a href="thefilm.html">About The Film</a>');
document.write('<ul>');
document.write('<LI><a href="thefilm.html">Synopsis</a></li>');
document.write('<LI><a href="filmmakers.html">Filmmaker Bios</a></li>');
document.write('<LI><a href="counterbalance.html">About CounterBalance</a></li>');
document.write('<LI><a href="http://www.teaministries.com" target="_blank">About TEAMinistries</a></li>');
document.write('</ul></li>');

document.write('<LI><a href="fishersofmen.html">Videos</a></li>');

document.write('<LI><a href="" target="_blank">Community</a>');
document.write('<ul>');
document.write('<LI><a href="http://www.facebook.com/group.php?gid=58085734349">Facebook Group</a></li>');
document.write('</ul></li>');

document.write('<LI><a href="http://www.cafepress.com/cwoblogo" target="_blank" >Get Gear</a></li>');
document.write('<LI><a href="contactus.php">Contact</a></li>');
document.write('<LI><a href="supportus.html">Support Us</a></li>');

document.write('</ul>');
document.write('</div>');

