var pageTracker = _gat._getTracker("UA-6074530-1"); pageTracker._trackPageview(); var sections; var cur_section; var speed = 500; $(document).ready(function(){ sections = [ $("#landing"), $("#about"), $("#chi_paintings"), $("#nyc_videos"), $("#community"), $("#crew"), $("#harlem_09"), $("#nyc_judges"), $("#nyc_contestants"), $("#honolulu_09"), $("#hnl_judges"), $("#hnl_contestants"), $("#chicago_09"), $("#finals_oakland_09"), $("#fine_print"), $("#hnl_videos"), $("#hnl_photos"), $("#chi_contestants"), $("#chi_judges"), $("#chi_photos"), $("#oak_contestants"), $("#eigb_mtn_artshow"), $("#artists_in_artshow"), $("#oak_judges"), $("#application"), $("#pecha_kucha"), $("#nyc_paintings"), $("#hnl_paintings"), $("#hnl_demos"), $("#hnl_raffle"), $("#hnl_demo_painters"), $("#2008"), $("#2007"), $("#2007_paintings"), $("#2007_videos"), $("#2007_photos"), $("#2008_paintings"), $("#2008_contestants"), $("#2008_media"), $("#2008_sponsors"), $("#2008_videos"), $("#2008_photos"), $("#rules"), $("#judging"), $("#pecha_kucha_presenters"), $("#can_film_festival"), $("#shoebiz_shoe_auction"), $("#sponsors"), $("#farmer_brown_after_party"), $("#oak_paintings"), $("#shoe_artists")]; $("#nav_about").hide(); //hide faster $("#nav_harlem_09").hide(); //hide faster $("#nav_honolulu_09").hide(); //hide faster $("#nav_chicago_09").hide(); //hide faster $("#nav_finals_oakland_09").hide(); //hide faster $("#nav_2008").hide(); //hide faster $("#nav_2007").hide(); //hide faster var anchor = window.location.href.split("#")[1]; if(anchor != undefined){ hideAllAndShow($("#"+anchor)); setPermalink(anchor); }else{ hideAllAndShow(sections[0]); setLanding(); } //------------root links w/out children--------------------- $("#landing_link").click(function(){ show($("#landing")); $("#content").hide(speed).load("/page.php?id=1").show(speed); }); //-------------root links w/children--------------- $("#about_link").click(function(){ show($("#about"),"about"); $("#nav_about").show(speed); $("#content").hide(speed).load("/page.php?id=2").show(speed); }); $("#harlem_09_link").click(function(){ show($("#harlem_09"),"harlem_09"); $("#nav_harlem_09").show(speed); $("#content").hide(speed).load("/page.php?id=3").show(speed); }); $("#honolulu_09_link").click(function(){ show($("#honolulu_09"),"honolulu_09"); $("#nav_honolulu_09").show(speed); $("#content").hide(speed).load("/page.php?id=6").show(speed); }); $("#chicago_09_link").click(function(){ show($("#chicago_09"),"chicago_09"); $("#nav_chicago_09").show(speed); $("#content").hide(speed).load("/page.php?id=9").show(speed); }); $("#finals_oakland_09_link").click(function(){ show($("#finals_oakland_09"),"finals_oakland_09"); $("#nav_finals_oakland_09").show(speed); $("#content").hide(speed).load("/page.php?id=10").show(speed); }); $("#2008_link").click(function(){ show($("#2008"),"2008"); $("#nav_2008").show(speed); $("#content").hide(speed).load("/page.php?id=21").show(speed); }); $("#2007_link").click(function(){ show($("#2007"),"2007"); $("#nav_2007").show(speed); $("#content").hide(speed).load("/page.php?id=22").show(speed); }); //------------children links---------------------- $("#chi_paintings_link").click(function(){ show($("#chi_paintings"),"chicago_09"); $("#nav_chicago_09").show(speed); $("#content").hide(speed).load("/page.php?id=57").show(speed); }); $("#nyc_videos_link").click(function(){ show($("#nyc_videos"),"harlem_09"); $("#nav_harlem_09").show(speed); $("#content").hide(speed).load("/page.php?id=35").show(speed); }); $("#community_link").click(function(){ show($("#community"),"about"); $("#nav_about").show(speed); $("#content").hide(speed).load("/page.php?id=36").show(speed); }); $("#crew_link").click(function(){ show($("#crew"),"about"); $("#nav_about").show(speed); $("#content").hide(speed).load("/page.php?id=37").show(speed); }); $("#nyc_judges_link").click(function(){ show($("#nyc_judges"),"harlem_09"); $("#nav_harlem_09").show(speed); $("#content").hide(speed).load("/page.php?id=4").show(speed); }); $("#nyc_contestants_link").click(function(){ show($("#nyc_contestants"),"harlem_09"); $("#nav_harlem_09").show(speed); $("#content").hide(speed).load("/page.php?id=5").show(speed); }); $("#hnl_judges_link").click(function(){ show($("#hnl_judges"),"honolulu_09"); $("#nav_honolulu_09").show(speed); $("#content").hide(speed).load("/page.php?id=7").show(speed); }); $("#hnl_contestants_link").click(function(){ show($("#hnl_contestants"),"honolulu_09"); $("#nav_honolulu_09").show(speed); $("#content").hide(speed).load("/page.php?id=8").show(speed); }); $("#fine_print_link").click(function(){ show($("#fine_print"),"about"); $("#nav_about").show(speed); $("#content").hide(speed).load("/page.php?id=11").show(speed); }); $("#hnl_videos_link").click(function(){ show($("#hnl_videos"),"honolulu_09"); $("#nav_honolulu_09").show(speed); $("#content").hide(speed).load("/page.php?id=20").show(speed); }); $("#harlem_battle_gallery_link").click(function(){ show($("#harlem_battle_gallery"),"harlem_09"); $("#nav_harlem_09").show(speed); $("#content").hide(speed).load("/page.php?id=14").show(speed); }); $("#hnl_photos_link").click(function(){ show($("#hnl_photos"),"honolulu_09"); $("#nav_honolulu_09").show(speed); $("#content").hide(speed).load("/page.php?id=12").show(speed); }); $("#chi_contestants_link").click(function(){ show($("#chi_contestants"),"chicago_09"); $("#nav_chicago_09").show(speed); $("#content").hide(speed).load("/page.php?id=43").show(speed); }); $("#chi_judges_link").click(function(){ show($("#chi_judges"),"chicago_09"); $("#nav_chicago_09").show(speed); $("#content").hide(speed).load("/page.php?id=44").show(speed); }); $("#chi_photos_link").click(function(){ show($("#chi_photos"),"chicago_09"); $("#nav_chicago_09").show(speed); $("#content").hide(speed).load("/page.php?id=58").show(speed); }); $("#oak_contestants_link").click(function(){ show($("#oak_contestants"),"finals_oakland_09"); $("#nav_finals_oakland_09").show(speed); $("#content").hide(speed).load("/page.php?id=59").show(speed); }); $("#eigb_mtn_artshow_link").click(function(){ show($("#eigb_mtn_artshow"),"finals_oakland_09"); $("#nav_finals_oakland_09").show(speed); $("#content").hide(speed).load("/page.php?id=60").show(speed); }); $("#artists_in_artshow_link").click(function(){ show($("#artists_in_artshow"),"finals_oakland_09"); $("#nav_finals_oakland_09").show(speed); $("#content").hide(speed).load("/page.php?id=61").show(speed); }); $("#oak_judges_link").click(function(){ show($("#oak_judges"),"finals_oakland_09"); $("#nav_finals_oakland_09").show(speed); $("#content").hide(speed).load("/page.php?id=62").show(speed); }); $("#application_link").click(function(){ show($("#application"),"about"); $("#nav_about").show(speed); $("#content").hide(speed).load("/page.php?id=63").show(speed); }); $("#pecha_kucha_link").click(function(){ show($("#pecha_kucha"),"finals_oakland_09"); $("#nav_finals_oakland_09").show(speed); $("#content").hide(speed).load("/page.php?id=64").show(speed); }); $("#nyc_paintings_link").click(function(){ show($("#nyc_paintings"),"harlem_09"); $("#nav_harlem_09").show(speed); $("#content").hide(speed).load("/page.php?id=15").show(speed); }); $("#hnl_video_link").click(function(){ show($("#hnl_video"),"honolulu_09"); $("#nav_honolulu_09").show(speed); $("#content").hide(speed).load("/page.php?id=34").show(speed); }); $("#hnl_paintings_link").click(function(){ show($("#hnl_paintings"),"honolulu_09"); $("#nav_honolulu_09").show(speed); $("#content").hide(speed).load("/page.php?id=16").show(speed); }); $("#hnl_demos_link").click(function(){ show($("#hnl_demos"),"honolulu_09"); $("#nav_honolulu_09").show(speed); $("#content").hide(speed).load("/page.php?id=17").show(speed); }); $("#hnl_raffle_link").click(function(){ show($("#hnl_raffle"),"honolulu_09"); $("#nav_honolulu_09").show(speed); $("#content").hide(speed).load("/page.php?id=18").show(speed); }); $("#hnl_demo_painters_link").click(function(){ show($("#hnl_demo_painters"),"honolulu_09"); $("#nav_honolulu_09").show(speed); $("#content").hide(speed).load("/page.php?id=19").show(speed); }); $("#2007_paintings_link").click(function(){ show($("#2007_paintings"),"2007"); $("#nav_2007").show(speed); $("#content").hide(speed).load("/page.php?id=23").show(speed); }); $("#2007_videos_link").click(function(){ show($("#2007_videos"),"2007"); $("#nav_2007").show(speed); $("#content").hide(speed).load("/page.php?id=24").show(speed); }); $("#2007_photos_link").click(function(){ show($("#2007_photos"),"2007"); $("#nav_2007").show(speed); $("#content").hide(speed).load("/page.php?id=25").show(speed); }); $("#2008_paintings_link").click(function(){ show($("#2008_paintings"),"2008"); $("#nav_2008").show(speed); $("#content").hide(speed).load("/page.php?id=26").show(speed); }); $("#2008_contestants_link").click(function(){ show($("#2008_contestants"),"2008"); $("#nav_2008").show(speed); $("#content").hide(speed).load("/page.php?id=27").show(speed); }); $("#2008_media_link").click(function(){ show($("#2008_media"),"2008"); $("#nav_2008").show(speed); $("#content").hide(speed).load("/page.php?id=28").show(speed); }); $("#2008_sponsors_link").click(function(){ show($("#2008_sponsors"),"2008"); $("#nav_2008").show(speed); $("#content").hide(speed).load("/page.php?id=29").show(speed); }); $("#2008_videos_link").click(function(){ show($("#2008_videos"),"2008"); $("#nav_2008").show(speed); $("#content").hide(speed).load("/page.php?id=30").show(speed); }); $("#2008_photos_link").click(function(){ show($("#2008_photos"),"2008"); $("#nav_2008").show(speed); $("#content").hide(speed).load("/page.php?id=31").show(speed); }); $("#rules_link").click(function(){ show($("#rules"),"about"); $("#nav_about").show(speed); $("#content").hide(speed).load("/page.php?id=32").show(speed); }); $("#judging_link").click(function(){ show($("#judging"),"about"); $("#nav_about").show(speed); $("#content").hide(speed).load("/page.php?id=33").show(speed); }); $("#hnl_test_1_link").click(function(){ show($("#hnl_test_1"),"honolulu_09"); $("#nav_honolulu_09").show(speed); $("#content").hide(speed).load("/page.php?id=42").show(speed); }); $("#pecha_kucha_presenters_link").click(function(){ show($("#pecha_kucha_presenters"),"finals_oakland_09"); $("#nav_finals_oakland_09").show(speed); $("#content").hide(speed).load("/page.php?id=65").show(speed); }); $("#can_film_festival_link").click(function(){ show($("#can_film_festival"),"finals_oakland_09"); $("#nav_finals_oakland_09").show(speed); $("#content").hide(speed).load("/page.php?id=66").show(speed); }); $("#shoebiz_shoe_auction_link").click(function(){ show($("#shoebiz_shoe_auction"),"finals_oakland_09"); $("#nav_finals_oakland_09").show(speed); $("#content").hide(speed).load("/page.php?id=67").show(speed); }); $("#sponsors_link").click(function(){ show($("#sponsors"),"finals_oakland_09"); $("#nav_finals_oakland_09").show(speed); $("#content").hide(speed).load("/page.php?id=68").show(speed); }); $("#farmer_brown_after_party_link").click(function(){ show($("#farmer_brown_after_party"),"finals_oakland_09"); $("#nav_finals_oakland_09").show(speed); $("#content").hide(speed).load("/page.php?id=69").show(speed); }); $("#oak_paintings_link").click(function(){ show($("#oak_paintings"),"finals_oakland_09"); $("#nav_finals_oakland_09").show(speed); $("#content").hide(speed).load("/page.php?id=70").show(speed); }); $("#shoe_artists_link").click(function(){ show($("#shoe_artists"),"finals_oakland_09"); $("#nav_finals_oakland_09").show(speed); $("#content").hide(speed).load("/page.php?id=71").show(speed); }); }); function hideAllAndShow(obj){ if(cur_section != obj){ $(sections).each(function(i){ if(sections[i] != obj){ sections[i].hide(speed); }else{ obj.show(speed); } }); } cur_section = obj; hideSubNavs(); } function show(obj,saveSub){ cur_section.hide(speed); obj.show(speed); cur_section = obj; var save = "nav_" + saveSub; hideSubNavs(save); $(save).show(speed); } //html_content to replace content with different page function hideSubNavs(except){ if(except != "nav_about"){ $("#nav_about").hide(speed); } if(except != "nav_harlem_09"){ $("#nav_harlem_09").hide(speed); } if(except != "nav_honolulu_09"){ $("#nav_honolulu_09").hide(speed); } if(except != "nav_chicago_09"){ $("#nav_chicago_09").hide(speed); } if(except != "nav_finals_oakland_09"){ $("#nav_finals_oakland_09").hide(speed); } if(except != "nav_2008"){ $("#nav_2008").hide(speed); } if(except != "nav_2007"){ $("#nav_2007").hide(speed); } } function setLanding(){ $("#content").hide(speed).load("landing.php").show(speed); } function setPermalink(link){ $("#content").hide(speed).load("page.php?permalink="+link).show(speed); }