/* Left-hand menu */

document.write('<div id="navAlpha">');

/* Heading */
/*document.write('<h2>Links</h2>');*/

/* Crew Links */
document.write('<p>');
document.write('<h3>Crew Links</h3>');
document.write('<a href="index.html">Home</a><br />');
document.write('<a href="past-polls.html">Past Polls</a><br />');
document.write('</p>');

/* Crew Members */
document.write('<p>');
document.write('<h3>Crew Members</h3>');
document.write('<a href="members.html">Member Profiles</a><br />');
document.write('<a href="members.html#jason">Jason</a><br />');
document.write('<a href="members.html#joseph">Joseph</a><br />');
document.write('<a href="members.html#adriano">Adriano</a><br />');
document.write('<a href="members.html#frank">Frank</a><br />');
document.write('<a href="members.html#charlie">Charlie</a><br />');
document.write('<a href="members.html#angelo">Angelo</a><br />');
document.write('<a href="members.html#matthew">Matthew</a><br />');
document.write('<a href="members.html#james">James</a><br />');
document.write('</p>');

/* Photo Galleries */
document.write('<p>');
document.write('<h3>Photo Galleries</h3>');
document.write('<a href="gallery-01.html">Gallery 01</a><br />');
document.write('<a href="gallery-02.html">Gallery 02</a><br />');
document.write('<a href="gallery-03.html">Gallery 03</a><br />');
document.write('<a href="gallery-04.html">Gallery 04</a><br />');
document.write('<a href="smc-days.html">SMC Days</a><br />');
document.write('<a href="smc-formal-2002.html">SMC Formal 2002</a><br />');
document.write('<a href="jason-18th.html">Jason\'s 18th</a><br />');
document.write('<a href="jason-19th.html">Jason\'s 19th</a><br />');
document.write('<a href="boat-cruise.html">Boat Cruise</a><br />');
document.write('<a href="nye-2004.html">NYE 2004</a><br />');
document.write('<a href="skyline.html">Skyline R34</a><br />');
document.write('<a href="age-page.html">Age\'s Page</a><br />');
document.write('<a href="joe-page.html">Joe\'s Page</a><br />');
document.write('<a href="dromana-2004.html">Dromana 2004</a><br />');
document.write('</p>');

/* Videos */
document.write('<p>');
document.write('<h3>Videos</h3>');
document.write('<a href="indoor-soccer.html">Indoor Soccer</a><br />');
document.write('<a href="video-gallery-01.html">Video Gallery 01</a><br />');
document.write('<a href="video-gallery-02.html">Video Gallery 02</a><br />');
document.write('<br />');
document.write('<font color="red">[::new::]</font><br />');
document.write('<a href="home-videos.html">Home Videos</a><br />');
document.write('</p>');

/* Chicks */
document.write('<p>');
document.write('<h3>Chicks</h3>');
document.write('<a href="kk.html">Kristin Kreuk</a><br />');
document.write('</p>');

/* Misc */
document.write('<p>');
document.write('<h3>Misc</h3>');
document.write('<a href="http://www.freegb.net/gbook.cgi?60539">Guestbook</a><br />');
document.write('<a href="http://cheongy.proboards27.com" target="_forum">Forums</a>');
document.write('</p>');

/* Affiliates */
document.write('<p>');
document.write('<h3>Affiliates</h3>');
document.write('<a href="http://www.minhsdiary.4x2.net/" target="_affiliates">Minh\'s Diary</a><br />');
document.write('<a href="http://home.iprimus.com.au/duong1/echo2/index.htm" target="_affiliates">ECHO Music</a><br />');
document.write('<a href="http://members.optusnet.com.au/~mquach/" target="_affiliates">Import Showcase</a><br />');

document.write('</p>');

/* Contact */
document.write('<p>');
document.write('<h3>Contact Us</h3>');
document.write('<a href="mailto:anelka69@hotmail.com">Email</a><br />');
document.write('</p>');

document.write('</div>');