// Focntionnalités du moteur de recherche
// Auteur : KS
// Date : 23/03/2010

$(document).ready(function(){
//$('#somediv').html('<p>Some cool comment</p>');
});


$(window).load(function() {
	//$('#recherche1').focus();
});
