$(function() {$('#header div').addClass('rotator');$("#email img").click(function(){window.open('mailto:info@smarterwarranty.com');return false;});$('.rotator').cycle({ timeout: 6000, speed: 800,random: 1 });	
	$("#member_listing_form h2:first").addClass("active").css('margin-top','0');
	$("#member_listing_form div:not(:first)").hide();
	$("#member_listing_form h2").click(function(){
		$(this).next("div").slideToggle("fast")
		.siblings("div:visible").slideUp("fast");
		$(this).toggleClass("active");
		$(this).siblings("h2").removeClass("active");
	});																																															   
																																									   
																																									   
																																									   
 });
