$(document).ready(function(){
	
	// slider js
	var page = window.location.pathname;
	
	$.post('/iedema/header.php?headerName=eyecatcher&page='+page, function(data) {
	 	$('.rotatingHeader').html(data);
		$('.slideshow').cycle({
			fx: 'fade',
			speed:  4500 
		});
	});
	
	// client js
	$('body').addClass($.client.os.toLowerCase()).addClass($.client.browser.toLowerCase());
});
