document.write("<div align='center'>");
document.write("<table border='1' style='border-collapse:collapse' cellspacing='2' cellpadding='2' bgcolor='#003366' bordercolor='#ffffff'>");
document.write("<tr>");
document.write("<td><a href='index.htm'>Home</a></td>");
document.write("<td><a href='profile.htm'>CSM Profile</a></td>");
document.write("<td><a href='pricing.htm'>Pricing</a></td>");
document.write("<td><a href='terms.htm'>Terms & Conditions</a></td>");
document.write("<td><a href='testimonials.htm'>Testimonials</a></td>");

document.write("</tr>");
document.write("</table>");
document.write("</div>");


