jQuery.noConflict(); (function($) { $(function() {

// Enabled Javascript Detection
$('html').attr('id', 'js');

if ($('#flash').length){ $('#flash').coinslider({ width: 625, height: 282, hoverPause: false });}


$(".dropdown_list h3").click(function(){
	$(this).next("div").slideToggle("slow").siblings("div:visible").slideUp("slow");
	$(this).toggleClass("active");
	$(this).siblings("h3").removeClass("active");
});

if ($("#html_mail_form").length) { $("#html_mail_form").validate({errorElement: "span"})};

Cufon.replace('h1', { fontFamily: 'Chica Mono' });


}); })(jQuery);

