<!-- Code after this will be ignored by older browsers

// Link Info

document.writeln("<!-- Horizontal Line -->")
document.writeln("<TABLE>")
document.writeln("<TR HEIGHT=5>")
document.writeln(" <TD WIDTH=750 BGCOLOR=SILVER COLSPAN=2>")
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("PCPA: <a href='http://www.paconcretepipe.com/main.html' target=mainFrame>Home</a> |")
document.writeln("<a href='http://www.paconcretepipe.com/members.html' target=mainFrame>Members</a> |")
document.writeln("<a href='http://www.paconcretepipe.com/amembers.html' target=mainFrame>Associate Members</a> |")
document.writeln("<a href='http://www.paconcretepipe.com/contacts.html' target=mainFrame>Contacts</a> |")
document.writeln("<a href='http://www.paconcretepipe.com/technical.html' target=mainFrame>Technical</a> |")
// document.writeln("<a href='http://www.paconcretepipe.com/feedback.html' target=mainFrame>Feedback</a> |")
document.writeln("<a href='http://www.paconcretepipe.com/links.html' target=mainFrame>Links</a></b><br>")
document.writeln("<FONT SIZE='-2'>")
document.writeln("&copy; 2003 Copyright. Pennsylvania Concrete Pipe Association")
document.writeln("<BR><!--<A HREF='/legal.html'>-->Conditions of Use</A>.")
document.writeln("<!--<A HREF='/privacy.html' window.status='PACPA'>-->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 -->
