
var strChUserAgent=navigator.userAgent;var intSplitStart=strChUserAgent.indexOf("(",0);var intSplitEnd=strChUserAgent.indexOf(")",0);var strChStart=strChUserAgent.substring(0,intSplitStart);var strChMid=strChUserAgent.substring(intSplitStart,intSplitEnd);var IE6=strChMid.indexOf("MSIE 6")!=-1
var variableslide=new Array();variableslide[0]=['./BANN PUB/calypso_pub2.png','http://www.calypso-locations.fr'];variableslide[1]=['./BANN PUB/CSCmetro_pub2.png','http://www.csc-metrologie.com'];variableslide[2]=['./BANN PUB/eurli_pub2.png','http://www.eurli.com'];var premier=0;function rotateimages(){if(premier>(variableslide.length-1)){premier=0;}
img=variableslide[premier][0];url=variableslide[premier][1];if(IE6==true){PNG();document.getElementById("imgpub").style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader (src=\'"+img+"\', sizingMethod='scale')";}
else{document.getElementById("imgpub").src=img;}
document.getElementById("lienpub").href=url;premier++;setTimeout(rotateimages,5000);}