<!-- Code after this will be ignored by older browsers

// Link Info

document.writeln("<TABLE WIDTH=100%>")
document.writeln("<TR>")
document.writeln("<TD COLSPAN=3 BGCOLOR=RED>")
document.writeln("</TD>")
document.writeln("</TR>")

document.writeln("<TR HEIGHT=75>")
document.writeln(" <TD ALIGN=CENTER COLSPAN=2>")
document.writeln("")
document.writeln("<FONT FACE='Verdana, Arial, Helvetica' SIZE=1><B>")
document.writeln("CPANJ: <a href='http://www.njconcretepipe.com/main.html target=mainFrame'>Home</a> |")
document.writeln("<a href='http://www.njconcretepipe.com/members.html target=mainFrame'>Members</a> |")
document.writeln("<a href='http://www.njconcretepipe.com/newsletters/index.html target=mainFrame'>Newsletters</a> |")
document.writeln("<a href='http://www.njconcretepipe.com/tables/index.html' target=mainFrame>Tables</a> |")
document.writeln("<a href='http://www.njconcretepipe.com/software/index.html' target=mainFrame>Software</a> |")
document.writeln("<a href='http://www.njconcretepipe.com/presentations/culverts/culverts.htm' target=mainFrame>Presentations</a> |")
document.writeln("<a href='http://www.njconcretepipe.com/feedback.html' target=mainFrame>Feedback</a> |")
document.writeln("<a href='http://www.njconcretepipe.com/links.html' target=mainFrame>Links</a></b><br>")
document.writeln("<FONT SIZE='-2'>")
document.writeln("&copy; 1997-2004 Copyright. Concrete Pipe Association of New Jersey")
document.writeln("<BR><!--<A HREF='/legal.html' target=mainFrame>-->Conditions of Use</A>.")
document.writeln("<!--<A HREF='/privacy.html' window.status='CPANJ' target=mainFrame>-->Privacy Policy</A></FONT><BR>")
document.writeln("</FONT><BR><BR>")
document.writeln(" </TD>")
document.writeln("</TR>")
document.writeln("")
document.writeln("<TR>")
document.writeln(" <TD ALIGN=LEFT COLSPAN=2>")
document.writeln("<FONT FONT FACE='Verdana, Arial, Helvetica' SIZE='-2'>")

// Assign the last modified date to the variable lastmoddate
var lastmoddate = document.lastModified;
// Create an if statement to test the value of lastmoddate
if(lastmoddate == 0)
{ 
document.writeln("Lastmodified: Unknown")
}
else
{
document.writeln("LastModified: " + lastmoddate)
}

document.writeln("</FONT>")
document.writeln(" </TD>")
document.writeln("</TR>")
document.writeln("</TABLE")

// Stop Hiding Code Here -->
