

    

function LoadNav() {   
    document.write("<div class='navItem'><a href='./index.html'>HOME</a></div>");
    document.write("<div class='navItem'><a href='./mission.html'>MISSION</a></div>");
    document.write("<!--<div class='navItem'><a href='./theissue.html'>THE ISSUE</a></div>-->");
    document.write("<div class='navItem'><a href='./impact.html'>IMPACT STATEMENTS</a></div>");
    document.write("<div class='navItem'><a href='./comments.html'>GENERAL INFORMATION</a></div>");

    document.write("<div class='navItem'><a href='./letters.html'>LETTERS TO MP&#039;s</a></div>");
    document.write("<div class='navItem'><a href='./faq.html'>FAQ</a></div>");
    document.write("<div class='navItem'>");
        document.write("<a>IMPORTANT LINKS</a><br />");
	    document.write("<a href='./emailyourmp.html' class='p_indent'>Email Your MP!</a><br />");
        
	    document.write("<a href='./blogs.html' class='p_indent'>Blogs &amp; Chat</a><br />");
        document.write("<a href='./govlinks.html' class='p_indent'>Government</a><br />");
        document.write("<a href='./press.html' class='p_indent'>Press</a><br />");
    document.write("</div>");
    document.write("<div class='navItem'>");
	    document.write("<a>JOIN US!</a><br />	");
        document.write("<a href='mailto:inquiry@cfet.ca' class='p_indent'>Email CFET</a><br />");
        document.write("<a href='http://www.facebook.com/group.php?gid=23977538936' target='_blank' class='p_indent'>CFET Facebook Group</a><br />");
        document.write("<a href='http://www.ipetitions.com/petition/cfet/' target='_blank' class='p_indent'>Sign our petition!</a>");
    document.write("</div>");
}
