/*##################################################################################################*/
//getURL
/*##################################################################################################*/

function gotoURL(the_url){
		location.href = the_url;
}

/*##################################################################################################*/

//click pour aller aux galeries

/*##################################################################################################*/



jQuery(document).ready(function(){

	jQuery('li#slideshow').click(function(){
			
				gotoURL('http://www.expedition-pop.com/galeries');
				
						
		});
	


});

