/**************************************
*  GUI functions tool kit 
*  required jQuery
*      
* author:  erational(http://www.erational.org)
* version: 0.3
* date:    2011.06.07 - 葛飾区 !
* licence: GPL 2.0    
***********************************/


$(document).ready(function(){
    
    // forcer spip-listes a tous cocher     
    $("#extraz input[type=checkbox]").attr("checked","checked");

    // popup annonce
    /*
    var t = setTimeout(showAnnonce,1000);
   
    function showAnnonce() {
          $("#annonce").fadeIn('slow');
          t = setTimeout(hideAnnonce,7000);
    };
    function hideAnnonce() {
          $("#annonce").fadeOut('slow');          
    };
    */
     
}); 


// pas de seance: on charge un fond
function home_fix() {
  $("#container .core").addClass("fond_sommaire");
  $("#footer .lien").addClass("special");
  
}

