// JavaScript Document
document.write("<strong>");
document.write("<a href=\"index.html\"><img src=\"images/home.jpg\" alt=\"home\" /></a>");
document.write("<a href=\"profile.html\"><img src=\"images/profile.jpg\" alt=\"profile\" /></a>");
document.write("<a href=\"portfolio.html\"><img src=\"images/portfolio.jpg\" alt=\"portfolio\" /></a>");
document.write("<a href=\"rates.html\"><img src=\"images/rates.jpg\" alt=\"rates\" /></a>");
document.write("<a href=\"order.html\"><img src=\"images/order.jpg\" alt=\"order\"/></a>");
document.write("<a href=\"contact.html\"><img src=\"images/contact.jpg\" alt=\"contact\" /></a>");
document.write("</strong>");
document.write("</div>");
			   
			   
/*   
document.write("<a href=\"index.html\"><img src=\"images/pink.jpg\" />home</a>");
document.write("<a href=\"profile.html\"><img src=\"images/gray.jpg\" />profile</a>");
document.write("<a href=\"portfolio.html\"><img src=\"images/red.jpg\" />portfolio</a>");
document.write("<a href=\"rates.html\"><img src=\"images/orange.jpg\" />rates</a>");
document.write("<a href=\"order.html\"><img src=\"images/blue.jpg\" />order</a>");
document.write("<a href=\"contact.html\"><img src=\"images/purple.jpg\" />contact</a>");
*/