$(document).ready(function(){

 

    //$(document).pngFix();
    //$("div#holder").pngFix();
    //$("#footer").pngFix();




    $("#application-error").hide();
  
    $("#show-error").click(function (){
        $("#application-error").toggle("slow");
								   
    });
  
 
 
	
	
    var url = document.URL
    $('a').each(function(){
	
        if (url == this.href) {
		
            $(this).addClass("active")
        }
   
    });


   
  Shadowbox.init({
counterType: "skip"
  });


               


  
});



