mypage = location.href.toLowerCase();
var myString = mypage;
var myfolderlength = myString.lastIndexOf("m_kwikshop") + 10;

document.write("<table border='0' cellpadding='2' cellspacing='0' width='750' align='center' class=\"menu\">");
document.write("  <tr bgcolor='#000000'>");

<!--//kwik card
if (mypage.substring(mypage.length - 12, mypage.length) == "kwikshop.asp")
{
  <!--//whoweare
  document.write("    <td align='center'>");
  document.write("      <a href=\"/whoweare.asp\">");
  document.write("<span onmouseover=\"this.style.color=\'#996633\';\" onmouseout=\"this.style.color=\'#FFFFFF\';\">");
  document.write("<b>who we are</b></span></a>");
  document.write("</td><td align='center'>");

  <!--//whereweare
  document.write("<a href=\"/whereweare.asp\">");
  document.write("<span onmouseover=\"this.style.color=\'#5a865a\';\" onmouseout=\"this.style.color=\'#FFFFFF\';\">");
  document.write("<b>where we are</b></span></a>");
  document.write("</td><td align='center'>");

  <!--//eats and drinks
  document.write("<a href=\"/eatsanddrinks.asp\">");
  document.write("<span onmouseover=\"this.style.color=\'#ad0408\';\" onmouseout=\"this.style.color=\'#FFFFFF\';\">");
  document.write("<b>eats & drinks</b></span></a>");
  document.write("</td><td align='center'>");

  <!--//kids club
  document.write("<a href=\"/kidsclub.asp\">");
  document.write("<span onmouseover=\"this.style.color=\'#336699\';\" onmouseout=\"this.style.color=\'#ffffff\';\">");
  document.write("<b>kids club</b></span></a>");
  document.write("</td><td align='center'>");

  <!--//join our team
  document.write("<a href=\"/joinourteam.asp\">");
  document.write("<span onmouseover=\"this.style.color=\'#FF9900\';\" onmouseout=\"this.style.color=\'#ffffff\';\">");
  document.write("<strong>employment</strong></span></a>");
  document.write("</td><td align='center'>");

  <!--//just 4 u
  document.write("<a href=\"/just4you.asp\">");
  document.write("<span onmouseover=\"this.style.color=\'#d64118\';\" onmouseout=\"this.style.color=\'#FFFFFF\';\">");
  document.write("<b>just 4 you</b></span></a>");
  document.write("</td><td align='center'>");

  <!--//kwik card
  document.write("<a href=\"/kwikcard.asp\">");
  document.write("<span onmouseover=\"this.style.color=\'#9933cc\';\" onmouseout=\"this.style.color=\'#FFFFFF\';\">");
  document.write("<b>kwik card</b></span></a>");
  document.write("</td><td align='center'>");

  <!--//kwikshop
  document.write("<span style=\"color: #ffcc33; font-size: .7em;\" onmouseover=\"this.style.color=\'#ffffff\';\" onmouseout=\"this.style.color=\'#ffcc33\';\">");
  document.write("<b>kwik shop</b></span>");
  document.write("</td></tr></table>");

  <!--//divider kwik card section
  document.write("<div class=\"litegrey-border\"><hr /></div>");
  document.write("<table border='0' cellpadding='2' cellspacing='0' width='750' align='center' class=\"menu\">");
  document.write("  <tr>");
  document.write("    <td bgcolor='#ffcc33' align=\"right\">");
  document.write("      &nbsp;&nbsp;&nbsp;");
  document.write("      <a href=\"shopping/productlistcw.aspx\"><span onmouseover=\"this.style.color='#f60';\" onmouseout=\"this.style.color=\'#ffffff\';\"><b>car wash cards</b></span></a>");
  document.write("      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
  document.write("      <a href=\"shopping/productlist.aspx\"><span onmouseover=\"this.style.color='#f60';\" onmouseout=\"this.style.color=\'#ffffff\';\"><b>gas & gift cards</b></span></a>");
  document.write("    </td>");
  document.write("  </tr>");
  document.write("</table>");
}	

<!--//Single Gray and Black Lines
document.write("<div class='litegrey-border'><hr /></div>");
//-->