<!--


var action = document.routage.action, url_page = document.location + '';
document.routage._url_html.value = url_page;
if(!url_page.match(/\/index\.php$/i) && !action.match(/^[0-9\.]+\//)) document.routage.action = action.replace(/\/index\.php$/i, '/');
document.routage._referer.value = document.referrer;
document.routage._def.value = screen.width + 'x' + screen.height;
document.routage._navigateur.value = navigator.appName;
document.routage._version_navig.value = navigator.appVersion;
if(navigator.plugins['Shockwave Flash']) document.routage._plugin_flash.value = navigator.plugins['Shockwave Flash'];
document.routage.submit();


//-->

