var or="0";function adjustCSSClasses(){var w=window.innerWidth?window.innerWidth:document.body.offsetWidth;var h=window.innerHeight?window.innerHeight:document.body.offsetHeight;var isIE7=navigator.userAgent.match(/MSIE 7/)?true:false;if(isIE7){w=document.documentElement.clientWidth;h=document.documentElement.clientHeight}var nr="1248x832";if(w<1228||h<812)nr="800x600";$("[class$=-"+or+"], [class$='-0']").each(function(){this.className=this.className.replace(/[^-]+$/,nr)});or=nr}function updateNews(){$.getFeed({"url":"./text/actualites.xml",success:function(feed){var news="";for(var i=0;i<feed.items.length&&i<2;i++)news+='<a href="'+feed.items[i].link+'" title="Lire tout l\'article"><span class="news-title">'+feed.items[i].title+"</span><br />"+'<span class="news-desc">'+feed.items[i].description.replace(/[\s-]*<a.*a>/,"")+"</span></a><br />";news.replace(/&[^;]+;/,"_");$("[class^='zone-news-texte-']").html(news)}})}function start(){adjustCSSClasses();if(document.URL=="http://www.rebel-promotion.com/"||document.URL=="http://www.rebel-promotion.com/?action=hall")updateNews()}function show(id){$("[id^='panneau']").css("display","none");$("#"+id).css("display","block")}function hide(id){$("#"+id).css("display","none")}function showWaitMessage(){$("#wait_message").text("Veuillez patienter sur cette page. L'envoi peut durer quelques minutes...")}function confirmAction(uri){if(window.confirm('Effectuer cette action ?')){window.location.replace(uri)}}window.onresize=adjustCSSClasses;window.onload=start;