document.documentElement.className = "js";

/* Open external links in new tab/window */
( function($) {
  $(document).ready(function(){
      $('a[href^="http://"]').attr("target", "_blank");
      $('a[href^="https://"]').attr("target", "_blank");
  });
} ) ( jQuery );

( function($) {
    $(document).ready(function(){
        $('#logoslideshow').cycle();
    });
} ) ( jQuery );

( function($) {
	$(document).ready(function(){
	    $(".trigger").click(function(){
	        $(".panel").toggle("fast");
	        $(this).toggleClass("active");
	        return false;
	    });
	});
} ) ( jQuery );
