// JavaScript Document
var bottom="";

bottom += "<TABLE width='950' border=0 align=center cellPadding=0 cellSpacing=0  style=' margin-top:3px;'>"
bottom += "<TBODY>"
bottom += "<TR>"
bottom += "<td align='center' bgcolor='#FFFFFF' class='nva_bottom' style='border-top:1px dashed #ccc; padding-bottom:4px; padding-top:6px;' >"

bottom += "<a href='/AboutUs/Introduction/'>About Us</a><a>|</a>"
bottom += "<a href='/AboutUs/Contactus/'>Contact us</a><a>|</a>"
bottom += "<a href='/Feedback/'>Feedback</a><a>|</a>"
bottom += "<a href='/AboutUs/Advertisement/'>Advertisement</a><a>|</a>"
bottom += "<a href='/AboutUs/FishInfoNetwork/'>Fish Info Network</a><a>|</a>"
bottom += "<a href='/AboutUs/UesfulLinks/'>Uesful Links</a></td>"
bottom += "</TR>"
bottom += "</TBODY></TABLE>"

//bottom += "<script src='http://www.google-analytics.com/urchin.js' type='text/javascript'>";
//bottom += "<script type='text/javascript'>"
//bottom += "_uacct = 'UA-1924736-1';"
//bottom += "urchinTracker();"

document.write(bottom)
