<!--
function NavLoc() {
    //News starts here
    if (PageLocation == "News") {
        document.write ("news");
    }
    if (PageLocation == "NewsEvents") {
        document.write ("<a href=\"/news/index.shtml\" class=\"GrayRoll\">news</a>&nbsp;&nbsp;/&nbsp;&nbsp;events");
    }
    if (PageLocation == "NewsArchives") {
        document.write ("<a href=\"/news/index.shtml\" class=\"GrayRoll\">news</a>&nbsp;&nbsp;/&nbsp;&nbsp;archives");
    }
    
    //Information starts here
    if (PageLocation == "Information") {
        document.write ("information");
    }
    if (PageLocation == "InfoFaq") {
        document.write ("<a href=\"/info/index.shtml\" class=\"GrayRoll\">information</a>&nbsp;&nbsp;/&nbsp;&nbsp;faq");
    }
    if (PageLocation == "InfoLinks") {
        document.write ("<a href=\"/info/index.shtml\" class=\"GrayRoll\">information</a>&nbsp;&nbsp;/&nbsp;&nbsp;links");
    }
    if (PageLocation == "InfoMembers") {
        document.write ("<a href=\"/info/index.shtml\" class=\"GrayRoll\">information</a>&nbsp;&nbsp;/&nbsp;&nbsp;members");
    }
    if (PageLocation == "InfoAli") {
        document.write ("<a href=\"/info/index.shtml\" class=\"GrayRoll\">information</a>&nbsp;&nbsp;/&nbsp;&nbsp;ali's page");
    }
    if (PageLocation == "InfoMisc") {
        document.write ("<a href=\"/info/index.shtml\" class=\"GrayRoll\">information</a>&nbsp;&nbsp;/&nbsp;&nbsp;misc");
    }
    
    //Dicography starts here
    if (PageLocation == "Discography") {
        document.write ("discography");
    }
    if (PageLocation == "DiscogAlbums") {
        document.write ("<a href=\"/discog/index.shtml\" class=\"GrayRoll\">discography</a>&nbsp;&nbsp;/&nbsp;&nbsp;albums");
    }
    if (PageLocation == "DiscogSingles") {
        document.write ("<a href=\"/discog/index.shtml\" class=\"GrayRoll\">discography</a>&nbsp;&nbsp;/&nbsp;&nbsp;singles");
    }
    if (PageLocation == "DiscogComps") {
        document.write ("<a href=\"/discog/index.shtml\" class=\"GrayRoll\">discography</a>&nbsp;&nbsp;/&nbsp;&nbsp;compilations");
    }
    if (PageLocation == "DiscogVideos") {
        document.write ("<a href=\"/discog/index.shtml\" class=\"GrayRoll\">discography</a>&nbsp;&nbsp;/&nbsp;&nbsp;videos");
    }
    if (PageLocation == "DiscogSongs") {
        document.write ("<a href=\"/discog/index.shtml\" class=\"GrayRoll\">discography</a>&nbsp;&nbsp;/&nbsp;&nbsp;songs");
    }
    if (PageLocation == "DiscogMisc") {
        document.write ("<a href=\"/discog/index.shtml\" class=\"GrayRoll\">discography</a>&nbsp;&nbsp;/&nbsp;&nbsp;misc");
    }
    
    //Media starts here
    if (PageLocation == "MediaCoverage") {
        document.write ("media coverage");
    }
    if (PageLocation == "MediaInterviews") {
        document.write ("<a href=\"/media/index.shtml\" class=\"GrayRoll\">media coverage</a>&nbsp;&nbsp;/&nbsp;&nbsp;interviews");
    }
    if (PageLocation == "MediaReviews") {
        document.write ("<a href=\"/media/index.shtml\" class=\"GrayRoll\">media coverage</a>&nbsp;&nbsp;/&nbsp;&nbsp;reviews");
    }
    if (PageLocation == "MediaTV") {
        document.write ("<a href=\"/media/index.shtml\" class=\"GrayRoll\">media coverage</a>&nbsp;&nbsp;/&nbsp;&nbsp;television");
    }
    if (PageLocation == "MediaRadio") {
        document.write ("<a href=\"/media/index.shtml\" class=\"GrayRoll\">media coverage</a>&nbsp;&nbsp;/&nbsp;&nbsp;radio");
    }
    if (PageLocation == "MediaFilm") {
        document.write ("<a href=\"/media/index.shtml\" class=\"GrayRoll\">media coverage</a>&nbsp;&nbsp;/&nbsp;&nbsp;film");
    }
    if (PageLocation == "MediaOther") {
        document.write ("<a href=\"/media/index.shtml\" class=\"GrayRoll\">media coverage</a>&nbsp;&nbsp;/&nbsp;&nbsp;other");
    }
    
    //Images and Sounds starts here
    if (PageLocation == "ImagesSounds") {
        document.write ("images");
    }    
    if (PageLocation == "ImagesMP3s") {
        document.write ("mp3s");
    }
    
    //InTheNight starts here
    if (PageLocation == "InTheNightHome") {
        document.write ("in the night");
    }
    if (PageLocation == "InTheNightArchives") {
        document.write ("<a href=\"/inthenight/index.shtml\" class=\"GrayRoll\">in the night</a>&nbsp;&nbsp;/&nbsp;&nbsp;archives");
    }
    if (PageLocation == "InTheNightHelp") {
        document.write ("<a href=\"/inthenight/index.shtml\" class=\"GrayRoll\">in the night</a>&nbsp;&nbsp;/&nbsp;&nbsp;help");
    }
    
    //Classifieds starts here
    if (PageLocation == "ClassifiedsHome") {
        document.write ("classifieds");
    }
        
    //Live starts here
    if (PageLocation == "Live") {
        document.write ("live");
    }
    
    //Chat starts here
    if (PageLocation == "ChatHome") {
        document.write ("chat");
    }
    
    if (PageLocation == "ChatFaq") {
        document.write ("<a href=\"/chat/default.asp\" class=\"GrayRoll\">chat</a>&nbsp;&nbsp;/&nbsp;&nbsp;faq");
    }

    //Search starts here
    if (PageLocation == "SearchResults") {
        document.write ("search results");
    }

}
//-->

