jQuery(document).ready(function(){
				
								
	jQuery('#fisheye').Fisheye({
		maxWidth: 20,
		items: 'a',
		itemsText: 'span',
		container: '.fisheyeContainter',
		itemWidth: 100,
		proximity: 110,
		halign : 'center'
	});

	jQuery('#fisheye2').Fisheye({
		maxWidth: 20,
		items: 'a',
		itemsText: 'span',
		container: '.fisheyeContainter2',
		itemWidth: 75,
		proximity: 95,
		halign : 'center'
	});
	
	jQuery("#ma_liste").wslide({
		width: 890,
		height: 333,
		horiz: true,
		autolink: 'menu3',
		fade: true,
		duration: 2000

	});
});

var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-22395444-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
