$('.body_1 #supersized').hide();



jQuery(function($){
				$.supersized({
					//Background image
					slides	:  [ { image : 'http://www.jeannettecorbeau.com/bin/hg.jpg' } ]					
				});
			});
