
//Specify the marquee's width (in pixels)
var marqueewidth=560
//Specify the marquee's height (in pixels, pertains only to NS)
var marqueeheight=20
//Specify the marquee's scroll speed (larger is faster)
var speed=5
//var Urla = "'pop_etiq.htm'"
//Specify the marquee contents

//<a href="membres_index2.asp?pop=2" class="white">Clause de non-concurrence : oublions là !</a><img src="images/unpix.gif" width=100 height=1 border=0>
//<a href="membres_index1.asp?pop=1" class="white">Évaluation des risques professionnels : une prise en compte des réalités</a><img src="images/unpix.gif" width=100 height=1 border=0>
//membres.asp?pop=4
var marqueecontents='<font face="Arial" size="2" color="white"><a href="has.asp" class="white"><b>Les recommandations de la HAS (Haute Autorité de Santé) viennent d\'être publiées </b></a><img src="images/unpix.gif" width=100 height=1 border=0><a href="lpp.asp" class="white"><b>Baisse du taux de remboursement de la LPP à partir du 2 mai 2011</b></a><img src="images/unpix.gif" width=100 height=1 border=0></font>'
//<font face="Arial" size="2" color="white"><a href="pop_vigne.htm" class="white" target="_blank">MESSAGE DE JACQUES VIGNE, NOUVEAU PRESIDENT DE L\'U.D.O., AUX ADHERENTS.</a><img src="images/unpix.gif" width=100 height=1 border=0><a href="http://www.udo.org/membres.asp?pop=3" class="white">ATTENTION A LA CLAUSE DE NON-CONCURRENCE.</a><img src="images/unpix.gif" width=100 height=1 border=0></font>
//<a href="pop_info.htm" class="white" target="_blank">Renouvellement des lunettes sans ordonnance : mise au point de H-P. SAULNIER</a><img src="images/unpix.gif" width=100 height=1 border=0><a href="pop_cnam.htm" class="white" target="_blank">Le point sur la Nouvelle Convention CNAM</a><img src="images/unpix.gif" width=100 height=1 border=0><a href="pop_etiq.htm" class="white" target="_blank">PLAN PARE : l\'U.D.O. et l\'Institut F2I créent une formation VENDEUR OPTIQUE</a><img src="images/unpix.gif" width=100 height=1 border=0><a href="pop_pol.htm" class="white" target="_blank">Que faites-vous pour votre or ?</a><img src="images/unpix.gif" width=100 height=1 border=0><a href="iPdf/N23.pdf" class="white" target="_blank">Les dernières infos de l’UDO</a><img src="images/unpix.gif" width=100 height=1 border=0><a href="pop_pdc.htm" class="white" target="_blank">Les dépenses de santé ont pratiquement doublé entre 1990 et 2002</a><img src="images/unpix.gif" width=100 height=1 border=0><a href="http://www.acuite.f//r/ads_index.asp" class="white" target="_blank">Petites annonces d\'emploi</a>



<!--if (document.all)-->
document.write('<marquee scrollAmount='+speed+' style="width:'+marqueewidth+'">'+marqueecontents+'</marquee>')

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}
}

function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write('<nobr>'+marqueecontents+'</nobr>')
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.width
scrollit()
}

function scrollit(){
if (document.cmarquee01.document.cmarquee02.left>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.left-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.left=marqueewidth
scrollit()
}
}

window.onload=regenerate2
