jQuery(document).ready(
	function(){
		jQuery('ul#diapo').innerfade({
			speed: 2000,
			timeout: 5000,
			type: 'sequence',
			containerheight: '425px'
		});
	// initialise plugins
	jQuery(function(){
		jQuery('ul.sf-menu').superfish();
	});
if (top!= self) top.location.replace(self.location.href);
});