var url = "file:///Macintosh%20HD/Desktop%20Folder/grwf/"var where = window.location;if (where == url + "index.shtml" || where == "") {document.write("home");}else {document.write("<A HREF=\"index.shtml\" CLASS=\"link\">home</A>");}document.write(" | ");if (where == url + "benefit.shtml") {document.write("comedy benefit");}else {document.write("<A HREF=\"benefit.shtml\" CLASS=\"link\">comedy benefit</A>");}document.write(" | ");if (where == url + "contact.shtml") {document.write("contact us");}else {document.write("<A HREF=\"contact.shtml\" CLASS=\"link\">contact us</A>");}document.write(" | ");if (where == url + "links.shtml") {document.write("links");}else {document.write("<A HREF=\"links.shtml\" CLASS=\"link\">links</A>");}