		jQuery(function($){
				$.supersized({
					start_slide				:	0,		//Start slide (0 is random) //Requires multiple background images
					vertical_center         :   1,		//Vertically center background
					horizontal_center       :   1,		//Horizontally center background
					min_width		        :   1000,	//Min width allowed (in pixels)
					min_height		        :   700,	//Min height allowed (in pixels)
					fit_portrait         	:   1,		//Portrait images will not exceed browser height
					fit_landscape			:   0,		//Landscape images will not exceed browser width
					image_protect			:	1,		//Disables image dragging and right click with Javascript
					slides					:   [ 		//Background image
												  		{ image : 'img/1.jpg' },
												  		{ image : 'img/2.jpg' },
												  		{ image : 'img/3.jpg' },
												  		{ image : 'img/4.jpg' },
												  		{ image : 'img/5.jpg' },
												  		{ image : 'img/6.jpg' }
										
												]					
				});
			});
			
			
			
			
			   var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-21542999-1']);
  _gaq.push(['_setDomainName', '.officine.cc']);
  _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);
  })();
