amendOgl = function() {

	 $('.ogl').prepend(
	  "<div style='\
	  background-color: transparent;\
	  color: #dddddd; \
border-top: dotted 1px black;\
text-align: center; font-weight: normal;\
	  '> [ <a href=/spip.php?article390>OGL v1.0a</a> content ] </div>"
	  );
	  
	  $('.ogl').append(    
            "<div style='\
	    text-align: center;\
	    border-bottom: dotted black 1px;\
                color: #dddddd; \
          font-weight: bold;\
            '>Ending OGL v1.0a content</div>"           
          ); 
}

onHelpLoaded = function() {
     refreshDeploy();
     amendOgl();
			     		

 /*       flash4ie(           
               'id', 'menubar',                   
                'movie', 'http://www.moutonking.com/e/other/flash/menubar?searchText=&alphaButton=10&alphaSearch=25&alphaSearchInput=100&selected=world&lg=fr&searchText=&where=http://www.moutonking.com/e/php/webservices/banniere.php',
                'width', '687',           
		'height', '34',                           
		'allowScriptAccess', 'sameDomain',                                        
                'menu', 'false',           
		'quality', 'best',                           
		'wmode', 'transparent'
       );
*/
}























