<!--
//edit the links as you would with regular html but remeber the "/" changes and follow the examples as a guide
document.write("<div id=\"navlink\" align=\"center\">");
document.write("<a id=\"navlink2\" href=\"http://www.packagedice.com.au/index.html\">Home Page</a> | ");
document.write("<a href=\"about.php\">About Us</a> | ");
document.write("<a href=\"news.php\">Current Issues</a> | ");
document.write("<a href=\"equip.html\">Equipment Sales & Services</a> | ");
document.write("<a href=\"buysell.html\">Associations Wanted to Buy and Sell</a> | ");
document.write("<a href=\"accred.html\">Food Safety</a> | ");
document.write("<a href=\"accdet.html\">Accreditation of Ice Manufacturers Plants</a> | ");
document.write("<a href=\"conferview.php\">Conference & Trade Fair</a> | ");
document.write("<a href=\"mship.php\">Membership</a> | ");
document.write("<a href=\"memberhow.html\">How to become a Member</a> | ");
document.write("<a href=\"contact.html\">Contact Us</a> | ");
document.write("<a href=\"exec.html\">Executive Members</a> ");
// document.write("<a href=\"bus.html\">Business Management</a> | "); 
// document.write("<a href=\"http://www.packagedice.com.au/members\">Members Only Pages</a>");
document.write("</div>");
//-->
