// slidshows 
var c4slideShow_header;

$(document).ready(function(){
	getStateFromSession();
	$(window).bind( 'hashchange', saveStateToSession);
	$(document).tooltip();
	$('.jsHide').hide();
	if($('#slideShow_header').length)
		c4slideShow_header = new c4SlideShow('slideShow_header',0,6000,3000);
});
