$(function(){
// ============ search and subscribe anims
// flip center row
//$(".pullerHolder").mouseenter(
//	function(){$(".pullerOn", this).fadeOut(1);
//				$(".pullerOver", this).fadeIn(300);
//	}
//	).mouseleave(
//	function(){
//	$(".pullerOn", this).stop(true, true);
//	$(".pullerOver", this).stop(true, true);
//	$(".pullerOver", this).fadeOut(1);
//	$(".pullerOn").fadeIn(300);
//	}
//	);

        $('#slider').nivoSlider({
             effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
             slices:1,
             pauseTime:8000,
             controlNav:false //1,2,3...
          });
// variable to display nav rollovers
	showRolls = true;
});
