/*
 * AR
 * Date: 2009-04-04 17:34:21 -0500 (Thu, 19 Feb 2009)
 * Revision: 1
 */
function movetoLoc(anchor){window.location.hash=anchor;}
function changeadd(index){$("#address").slideUp("slow",function(){changeText(index);$("#address").slideDown("slow");});movetoLoc("address");return false;}
function changeText(index)
{if(index=="v19")
        $("#address").html("<h1>West Vancouver</h1><p>Check back for locations</p>"); else if (index == "v18")
$("#address").html("<h1>North Vancouver</h1><p>Larson Elementary School - 2605 Larson Street</p>");else if(index=="v10")
$("#address").html("<h1>Anmore</h1><p>Check back for locations</p>");else if(index=="v11")
$("#address").html("<h1>Belcarra</h1><p>Check back for locations</p>");else if(index=="v5")
$("#address").html("<h1>Mission</h1><p>Check back for locations</p>");else if(index=="v12")
$("#address").html("<h1>Port Moody</h1><p>Heritage Mountain field/school - 125 Ravine Dr.</p>");else if(index=="v13")
$("#address").html("<h1>Coquitlam</h1><p>Check back for locations</p>"); else if (index == "v17")
    $("#address").html("<h1>Vancouver</h1><p>Kitsilano Beach Park - between the sand and Arbutus street, North of the basketball court </p><p>George Wainborn Park - Beach Cres. and Richards</p><p>Jericho Beach</p>"); else if (index == "v16")
$("#address").html("<h1>Burnaby</h1><p>Check back for locations</p>"); else if (index == "v14")
$("#address").html("<h1>Port Coquitlam</h1><p>Check back for locations</p>");else if(index=="v6")
$("#address").html("<h1>Maple Ridge </h1><p>Check back for locations</p>"); else if (index == "v15")
$("#address").html("<h1>New Westminster </h1><p>Check back for locations</p>"); else if (index == "v7")
$("#address").html("<h1>Pitt Meadows</h1><p>Check back for locations</p>");else if(index=="v20")
$("#address").html("<h1>Richmond</h1><p>Check back for locations</p>");else if(index=="v9")
$("#address").html("<h1>Surrey</h1><p>Check back for locations</p>"); else if (index == "v8")
$("#address").html("<h1>Langley</h1><p>Check back for locations</p>"); else if (index == "v4")
$("#address").html("<h1>Delta</h1><p>Check back for locations</p>"); else if (index == "v2")
$("#address").html("<h1>Abbotsford</h1><p>Abbotsford Collegiate - 2329 Crescent Way</p>");else if(index=="v3")
$("#address").html("<h1>White Rock</h1><p>Check back for locations</p>"); else if (index == "v1")
$("#address").html("<h1>Chilliwack</h1>Check back for locations"); else
$("#address").html("<h1>Locations</h1><p>Check back for locations</p>");}

