teststring=document.title

if(teststring.indexOf("Home Page") != -1){
href=''
}
else{
href="../"
}

//document.write("<table width=100% cellspacing=0 cellpadding=0 border=0><tr><td valign=bottom>");
document.write("<div align=left><a href='" + href + "index.html' target='_top'><span class=mainhead>Welcome to BobFarley.com</span></a><img src='" + href + "graphics/shim.gif' width=100 height=15 border=0>");

//document.write("<a href='" + href + "webpages/index.html' target='_top'><span class=navhead>Web Site Construction</span></a>&nbsp;&nbsp;~&nbsp;&nbsp;");

//document.write("<a href='" + href + "editing/index.html' target='_top'><span class=navhead>Document Editing<span></a>");
