
function executeSplashLogic() {
	bDisplayStatus  = "false";

    if ( jQuery.cookie('humoSiteSplash') != 'HIDE' ) {
		bDisplayStatus = "true";
        jQuery.cookie('humoSiteSplash', 'HIDE', { expires: 1, path: '/', domain: 'humo.be' });
	}

}


