// JavaScript Document

document.write('<div id="push"></div> <!-- This is to make the footer "stick" to the bottom -->');
document.write('</div> <!-- This is the end of div with id=wrap -->');

document.write('<!-- FOOTER -->');
document.write('<div id="footerContainer">');
	document.write('<div id="footer">');
    	document.write('<div id="foot_l">');
        	document.write('<a href="http://www.pctia.bc.ca/"><img src="/footer_images/pctia.png" alt="PCTIA"');
            document.write('/></a> <a href="http://www.ppoc-bc.ca/"><img src="/footer_images/ppabc.png" alt="PPABC"');
            document.write('/></a> <a href="http://www.ppoc.ca/"><img src="/footer_images/ppoc.png" alt="PPOC" /></a><br />');
            document.write('<span>All courses at Focal Point are PCTIA accredited and are tax deductible.</span><br />');
            document.write('<span class="small">Some JavaScript by <a href="http://www.javascript-array.com/scripts/simple_drop_down_menu/">JavaScript Array</a>.</span>');
			document.write('</div>');
        document.write('<div id="foot_r">');
        	document.write('<p>Email: <a href="mailto:info@focalpoint.bc.ca">info@focalpoint.bc.ca</a><br />');
            document.write('Phone: 604-224-3636<br />');
            document.write('Toll Free: 1-877-224-3636<br />');
            document.write('Fax: 604-224-4235</p>');
            document.write('<p class="last">4474 West 10th Avenue<br />Vancouver, BC<br />V6R 2H9</p>');
        document.write('</div>');
    document.write('</div>');
document.write('</div>');

