

var activeLinkColor   = "DD0000";
var inactiveLinkColor = "A88962";
var URLstring         = "http://www.419eater.com/html/SkeletonCoast/";

function indexLinkColor()
{
   var pageString = URLstring + "index.html";

   if( document.URL == pageString ){ return( activeLinkColor ); }
   else if( document.URL == URLstring ){ return( activeLinkColor ); }
   else{ return( inactiveLinkColor ); }
}

function photosLinkColor()
{
   var pageString  = URLstring + "photos.html";
   var pageString1 = URLstring + "photo1.html";
   var pageString2 = URLstring + "photo2.html";
   var pageString3 = URLstring + "photo3.html";
   var pageString4 = URLstring + "photo4.html";
   var pageString5 = URLstring + "photo5.html";
   var pageString6 = URLstring + "photo6.html";
   var pageString7 = URLstring + "photo7.html";
   var pageString8 = URLstring + "photo8.html";

   if( document.URL == pageString ){ return( activeLinkColor ); }
   else if( document.URL == pageString1 ){ return( activeLinkColor ); }
   else if( document.URL == pageString2 ){ return( activeLinkColor ); }
   else if( document.URL == pageString3 ){ return( activeLinkColor ); }
   else if( document.URL == pageString4 ){ return( activeLinkColor ); }
   else if( document.URL == pageString5 ){ return( activeLinkColor ); }
   else if( document.URL == pageString6 ){ return( activeLinkColor ); }
   else if( document.URL == pageString7 ){ return( activeLinkColor ); }
   else if( document.URL == pageString8 ){ return( activeLinkColor ); }
   else{ return( inactiveLinkColor ); }
}

function ladLinkColor()
{
   var pageString = URLstring + "lad.html";

   if( document.URL == pageString ){ return( activeLinkColor ); }
   else{ return( inactiveLinkColor ); }
}

function lootLinkColor()
{
   var pageString = URLstring + "loot.html";

   if( document.URL == pageString ){ return( activeLinkColor ); }
   else{ return( inactiveLinkColor ); }
}

function lootLinkColor2()
{
   var pageString = URLstring + "loot2.html";

   if( document.URL == pageString ){ return( activeLinkColor ); }
   else{ return( inactiveLinkColor ); }
}

function safari2LinkColor()
{
   var pageString = URLstring + "safari2.html";

   if( document.URL == pageString ){ return( activeLinkColor ); }
   else{ return( inactiveLinkColor ); }
}

function safari3LinkColor()
{
   var pageString = URLstring + "safari3.html";

   if( document.URL == pageString ){ return( activeLinkColor ); }
   else{ return( inactiveLinkColor ); }
}

function safari4LinkColor()
{
   var pageString = URLstring + "safari4.html";

   if( document.URL == pageString ){ return( activeLinkColor ); }
   else{ return( inactiveLinkColor ); }
}

function safari5LinkColor()
{
   var pageString = URLstring + "safari5.html";

   if( document.URL == pageString ){ return( activeLinkColor ); }
   else{ return( inactiveLinkColor ); }
}

function safari6LinkColor()
{
   var pageString = URLstring + "safari6.html";

   if( document.URL == pageString ){ return( activeLinkColor ); }
   else{ return( inactiveLinkColor ); }
}

function safari7LinkColor()
{
   var pageString = URLstring + "safari7.html";

   if( document.URL == pageString ){ return( activeLinkColor ); }
   else{ return( inactiveLinkColor ); }
}

document.write("<TABLE CELLPADDING=\"0\" CELLSPACING=\"0\" WIDTH=\"760\" ALIGN=\"CENTER\" Border=\"0\">")
document.write("<TR>")
document.write("<TD WIDTH=\"1\" BgColor=\"#000000\"><IMG SRC=\"/graphics/blank.gif\" Height=\"20\" Width=\"1\" Border=\"0\" /></TD>")
document.write("<TD WIDTH=\"140\" Align=\"center\" BgColor=\"#DD0000\" BACKGROUND=\"red-plain.gif\">")
document.write("<DIV CLASS=\"white\"><FONT SIZE=\"1\">NAVIGATION</FONT></DIV>")
document.write("</TD>")
document.write("<TD WIDTH=\"1\" BgColor=\"#000000\"><IMG SRC=\"/graphics/blank.gif\" Height=\"20\" Width=\"1\" Border=\"0\" /></TD>")
document.write("<TD WIDTH=\"617\" BgColor=\"#DD0000\"><IMG SRC=\"red_back.jpg\" Height=\"20\" Width=\"617\" Border=\"0\" /></TD>")
document.write("<TD WIDTH=\"1\" BgColor=\"#000000\"><IMG SRC=\"/graphics/blank.gif\" Height=\"20\" Width=\"1\" Border=\"0\" /></TD>")
document.write("</TR><TR>")
document.write("<TD COLSPAN=\"5\" Width=\"760\" height=\"1\" bgColor=\"#000000\"><IMG SRC=\"/graphics/blank.gif\" Width=\"760\" Height=\"1\" Border=\"0\" /></TD>")
document.write("</TR><TR>")
document.write("<TD WIDTH=\"1\" ROWSPAN=\"2\" BgColor=\"#000000\"><IMG SRC=\"/graphics/blank.gif\" Height=\"1\" Width=\"1\" Border=\"0\" /></TD>")
document.write("<TD WIDTH=\"140\" Align=\"center\" vAlign=\"top\" BgColor=\"#000000\"><IMG SRC=\"/graphics/blank.gif\" Height=\"1\" Width=\"140\" Border=\"0\" /><br />")
document.write("<DIV Align=\"RIGHT\">")
document.write("<TABLE CELLPADDING=\"0\" CELLSPACING=\"4\" WIDTH=\"134\" BORDER=\"0\">")
document.write("<TR>")
document.write("<TD COLSPAN=\"2\"><TD>")
document.write("</TR><TR>")

document.write("<TD bgColor=\"#") 
document.write( indexLinkColor() ) 
document.write("\" width=\"6\"><IMG SRC=\"/graphics/blank.gif\" Height=\"13\" Width=\"6\" Border=\"0\"/></TD>")
document.write("<TD vAlign=\"top\"><FONT SIZE=\"1\"><A HREF=\"index.html\" CLASS=\"nav\">Safari Homepage</A>")
document.write("</FONT></TD>")
document.write("</TR><TR>")

document.write("<TD bgColor=\"#")
document.write( photosLinkColor() )
document.write("\" width=\"6\"><IMG SRC=\"/graphics/blank.gif\" Height=\"13\" Width=\"6\" Border=\"0\"/></TD>")
document.write("<TD vAlign=\"top\"><FONT SIZE=\"1\"><A HREF=\"photos.html\" CLASS=\"nav\">Photos (3)</A>")
document.write("</FONT></TD>")
document.write("</TR><TR>")

document.write("<TD bgColor=\"#")
document.write( ladLinkColor() ) 
document.write("\" width=\"6\"><IMG SRC=\"/graphics/blank.gif\" Height=\"13\" Width=\"6\" Border=\"0\"/></TD>")
document.write("<TD vAlign=\"top\"><FONT SIZE=\"1\"><A HREF=\"lad.html\" CLASS=\"nav\">Lad Locator</A>")
document.write("</FONT></TD>")
document.write("</TR><TR>")

document.write("<TD bgColor=\"#")
document.write( lootLinkColor() ) 
document.write("\" width=\"6\"><IMG SRC=\"/graphics/blank.gif\" Height=\"13\" Width=\"6\" Border=\"0\"/></TD>")
document.write("<TD vAlign=\"top\"><FONT SIZE=\"1\"><A HREF=\"loot.html\" CLASS=\"nav\">Loot Locator</A>")
document.write("</FONT></TD>")
document.write("</TR><TR>")

document.write("<TD bgColor=\"#")
document.write( lootLinkColor2() ) 
document.write("\" width=\"6\"><IMG SRC=\"/graphics/blank.gif\" Height=\"13\" Width=\"6\" Border=\"0\"/></TD>")
document.write("<TD vAlign=\"top\"><FONT SIZE=\"1\"><A HREF=\"loot2.html\" CLASS=\"nav\">Trunkbox Travels</A>")
document.write("</FONT></TD>")
document.write("</TR><TR>")

document.write("<TD bgColor=\"#000000\" width=\"6\"><IMG SRC=\"/graphics/blank.gif\" Height=\"13\" Width=\"6\" Border=\"0\"/></TD>")
document.write("<TD vAlign=\"top\"><FONT SIZE=\"1\"><font color=\"#ffffff\">WEEKS ENDING</font>")
document.write("</FONT></TD>")
document.write("</TR><TR>")

document.write("<TD bgColor=\"#")
document.write( safari2LinkColor() ) 
document.write("\" width=\"6\"><IMG SRC=\"/graphics/blank.gif\" Height=\"13\" Width=\"6\" Border=\"0\"/></TD>")
document.write("<TD vAlign=\"top\"><FONT SIZE=\"1\"><A HREF=\"safari2.html\" CLASS=\"nav\">01-Jul-06</A>")
document.write("</FONT></TD>")
document.write("</TR><TR>")

document.write("<TD bgColor=\"#")
document.write( safari3LinkColor() )
document.write("\" width=\"6\"><IMG SRC=\"/graphics/blank.gif\" Height=\"13\" Width=\"6\" Border=\"0\"/></TD>")
document.write("<TD vAlign=\"top\"><FONT SIZE=\"1\"><A HREF=\"safari3.html\" CLASS=\"nav\">08-Jul-06</A>")
document.write("</FONT></TD>")
document.write("</TR><TR>")

document.write("<TD bgColor=\"#")
document.write( safari4LinkColor() )
document.write("\" width=\"6\"><IMG SRC=\"/graphics/blank.gif\" Height=\"13\" Width=\"6\" Border=\"0\"/></TD>")
document.write("<TD vAlign=\"top\"><FONT SIZE=\"1\"><A HREF=\"safari4.html\" CLASS=\"nav\">15-Jul-06</A>")
document.write("</FONT></TD>")
document.write("</TR><TR>")

document.write("<TD bgColor=\"#")
document.write( safari5LinkColor() )
document.write("\" width=\"6\"><IMG SRC=\"/graphics/blank.gif\" Height=\"13\" Width=\"6\" Border=\"0\"/></TD>")
document.write("<TD vAlign=\"top\"><FONT SIZE=\"1\"><A HREF=\"safari5.html\" CLASS=\"nav\">22-Jul-06</A>")
document.write("</FONT></TD>")
document.write("</TR><TR>")

document.write("<TD bgColor=\"#")
document.write( safari6LinkColor() )
document.write("\" width=\"6\"><IMG SRC=\"/graphics/blank.gif\" Height=\"13\" Width=\"6\" Border=\"0\"/></TD>")
document.write("<TD vAlign=\"top\"><FONT SIZE=\"1\"><A HREF=\"safari6.html\" CLASS=\"nav\">29-Jul-06</A>")
document.write("</FONT></TD>")
document.write("</TR><TR>")

document.write("<TD bgColor=\"#")
document.write( safari7LinkColor() )
document.write("\" width=\"6\"><IMG SRC=\"/graphics/blank.gif\" Height=\"13\" Width=\"6\" Border=\"0\"/></TD>")
document.write("<TD vAlign=\"top\"><FONT SIZE=\"1\"><A HREF=\"safari7.html\" CLASS=\"nav\">5-Aug-06</A>")
document.write("</FONT></TD>")
document.write("</TR><TR>")

document.write("</TABLE>")
document.write("</DIV>")


