//var bDisplayStatus;


function executeSplashLogic() {
	bDisplayStatus  = "false";

    if ( jQuery.cookie('libelleSiteSplash') != 'HIDE' ) {
		bDisplayStatus = "true";
        jQuery.cookie('libelleSiteSplash', 'HIDE', { expires: 1, path: '/', domain: 'libelle.be' });
	}

}


function executeSplashLogicXX() {
	bDisplayStatus  = "false";

    if ( jQuery.cookie('libelleSiteSplash') != 'HIDE' ) {
		bDisplayStatus = "true";
        jQuery.cookie('libelleSiteSplash', 'HIDE', { expires: 1, path: '/', domain: 'libelle.be' });
	}
			
				
    if ( bDisplayStatus == "true") {
		jQuery.get("http://www.libelle.be/shared_scripts/php/getSplashStatus.php?SITE=LIBELLE", function(data){
        bDisplayStatus = data;

		});                
    }

}
