var navpath = new String();
navpath = "<a class='deptlink' href='/index.html'>&nbsp;LVFD Home</a>";
if (page == "apparatus") {
  navpath = navpath + "&nbsp;&gt;&gt;<font class='bucket'>&nbsp;Apparatus</font>";
}
if (page == "et106") {
  navpath = navpath + "&nbsp;&gt;&gt;<a class='deptlink' href='/apparatus/index.html'>&nbsp;Apparatus</a>&nbsp;&gt;&gt;<font class='bucket'>&nbsp;ET 106</font>";
}
if (page == "et206") {
  navpath = navpath + "&nbsp;&gt;&gt;<a class='deptlink' href='/apparatus/index.html'>&nbsp;Apparatus</a>&nbsp;&gt;&gt;<font class='bucket'>&nbsp;ET 206</font>";
}
if (page == "et306") {
  navpath = navpath + "&nbsp;&gt;&gt;<a class='deptlink' href='/apparatus/index.html'>&nbsp;Apparatus</a>&nbsp;&gt;&gt;<font class='bucket'>&nbsp;Tanker 106</font>";
}
if (page == "ladder106") {
  navpath = navpath + "&nbsp;&gt;&gt;<a class='deptlink' href='/apparatus/index.html'>&nbsp;Apparatus</a>&nbsp;&gt;&gt;<font class='bucket'>&nbsp;Ladder 106</font>";
}
if (page == "res506") {
  navpath = navpath + "&nbsp;&gt;&gt;<a class='deptlink' href='/apparatus/index.html'>&nbsp;Apparatus</a>&nbsp;&gt;&gt;<font class='bucket'>&nbsp;RES 506</font>";
}
if (page == "res106") {
  navpath = navpath + "&nbsp;&gt;&gt;<a class='deptlink' href='/apparatus/index.html'>&nbsp;Apparatus</a>&nbsp;&gt;&gt;<font class='bucket'>&nbsp;RES 106</font>";
}
if (page == "wr_trailer") {
  navpath = navpath + "&nbsp;&gt;&gt;<a class='deptlink' href='/apparatus/index.html'>&nbsp;Apparatus</a>&nbsp;&gt;&gt;<font class='bucket'>&nbsp;Water Rescue Trailer</font>";
}
if (page == "forestry106") {
  navpath = navpath + "&nbsp;&gt;&gt;<a class='deptlink' href='/apparatus/index.html'>&nbsp;Apparatus</a>&nbsp;&gt;&gt;<font class='bucket'>&nbsp;Forestry 106</font>";
}
if (page == "history") {
  navpath = navpath + "&nbsp;&gt;&gt;<font class='bucket'>&nbsp;History</font>";
}
if (page == "charter") {
  navpath = navpath + "&nbsp;&gt;&gt;<a class='deptlink' href='/history/history.html'>&nbsp;History</a>&nbsp;&gt;&gt;<font class='bucket'>&nbsp;Charter Members</font>";
}
if (page == "chiefs") {
  navpath = navpath + "&nbsp;&gt;&gt;<a class='deptlink' href='/history/history.html'>&nbsp;History</a>&nbsp;&gt;&gt;<font class='bucket'>&nbsp;Chiefs</font>";
}
if (page == "presidents") {
  navpath = navpath + "&nbsp;&gt;&gt;<a class='deptlink' href='/history/history.html'>&nbsp;History</a>&nbsp;&gt;&gt;<font class='bucket'>&nbsp;Presidents</font>";
}
if (page == "cur_officers") {
  navpath = navpath + "&nbsp;&gt;&gt;<a class='deptlink' href='/history/history.html'>&nbsp;History</a>&nbsp;&gt;&gt;<font class='bucket'>&nbsp;Current Officers</font>";
}
if (page == "join_us") {
  navpath = navpath + "&nbsp;&gt;&gt;<font class='bucket'>&nbsp;Join Us</font>";
}
if (page == "app_process") {
  navpath = navpath + "&nbsp;&gt;&gt;<a class='deptlink' href='/recruiting/index.html'>&nbsp;Join Us</a>&nbsp;&gt;&gt;<font class='bucket'>&nbsp;Application Process</font>";
}
if (page == "application") {
  navpath = navpath + "&nbsp;&gt;&gt;<a class='deptlink' href='/recruiting/index.html'>&nbsp;Join Us</a>&nbsp;&gt;&gt;<font class='bucket'>&nbsp;Application Form</font>";
}
if (page == "positions") {
  navpath = navpath + "&nbsp;&gt;&gt;<a class='deptlink' href='/recruiting/index.html'>&nbsp;Join Us</a>&nbsp;&gt;&gt;<font class='bucket'>&nbsp;Positions</font>";
}
if (page == "community") {
  navpath = navpath + "&nbsp;&gt;&gt;<font class='bucket'>&nbsp;Community</font>";
}
if (page == "fundraising") {
  navpath = navpath + "&nbsp;&gt;&gt;<a class='deptlink' href='/community/index.html'>&nbsp;Community</a>&nbsp;&gt;&gt;<font class='bucket'>&nbsp;Fundraising</font>";
}
if (page == "golf") {
  navpath = navpath + "&nbsp;&gt;&gt;<a class='deptlink' href='/community/index.html'>&nbsp;Community</a>&nbsp;&gt;&gt;<a class='deptlink' href='/community/fundraising/index.html'>&nbsp;Fundraising</a>&nbsp;&gt;&gt;<font class='bucket'>&nbsp;Golf Tournament</font>";
}
if (page == "steakdinnerfall") {
  navpath = navpath + "&nbsp;&gt;&gt;<a class='deptlink' href='/community/index.html'>&nbsp;Community</a>&nbsp;&gt;&gt;<a class='deptlink' href='/community/fundraising/index.html'>&nbsp;Fundraising</a>&nbsp;&gt;&gt;<font class='bucket'>&nbsp;Fall Steak Dinner</font>";
}
if (page == "YourHIP") {
  navpath = navpath + "&nbsp;&gt;&gt;<font class='bucket'>&nbsp;Notice of Privacy Practices</font>";
}
if (page == "Photos") {
  navpath = navpath + "&nbsp;&gt;&gt;<font class='bucket'>&nbsp;FD Photos</font>";
}
if (page == "news") {
   if (article != "null") {
     navpath = navpath + "&nbsp;&gt;&gt;<a class='deptlink' href='/news/index.html'>&nbsp;News</a>&nbsp;&gt;&gt;<font class='bucket'>&nbsp;" + article + "</font>";
   } else {
     navpath = navpath + "&nbsp;&gt;&gt;<font class='bucket'>&nbsp;News</font>";
   }
}
if (page == "auxiliary") {
  navpath = navpath + "&nbsp;&gt;&gt;<font class='bucket'>&nbsp;Auxiliary</font>";
}
if (page == "aux_fundraising") {
  navpath = navpath + "&nbsp;&gt;&gt;<a class='deptlink' href='/auxiliary/index.html'>&nbsp;Auxiliary</a>&nbsp;&gt;&gt;<font class='bucket'>&nbsp;Auxiliary Fundraising</font>";
}

document.writeln("<table width='778' border='0' cellpadding='0' cellspacing='0'>");
document.writeln("  <tr>");
document.writeln("<!-- Change 'Department Link' to Your Department name, change 'Bucket' to name of bucket if applicable -->");
document.writeln("    <td width='700' valign='top' height='25'>" + navpath + " </td>");
document.writeln("  <td width='78' valign='top' height='25' align=right><a href='/siteindex.html'><font class='bucket'>Site Index</font></a></td>  </tr>");
document.writeln("</table>");
