/*  * © Albin Carrier for LILHOOT, www.lilhoot.eu - 22 janv. 2011 */


/*******************************************************************************ACTION*/
$(function() //jQuery call
{
	//menuInit();

	if(!document.location.toString().match('.php') || document.location.toString().match('/index.php'))
		slideSwitch();	/*LILHOOT.EU SLIDESWITCH*/
});
