function zeWidgetLoopCountries () { var left = document.getElementById('ZeWidgetGeoCounterCountries').style.left ; left = parseInt(left.substr(0, left.length-2)) ; var width = document.getElementById('ZeWidgetGeoCounterCountries').style.width ; width = parseInt(width.substr(0, width.length-2)) ; var newLeft = left - 179 ; if(newLeft <= - width) { newLeft = 0 ; } zeWidgetLoopCountriesAnim(newLeft) ; setTimeout(function () { zeWidgetLoopCountries() ; }, 7000) ; } function zeWidgetLoopCountriesAnim (newLeft) { var left = document.getElementById('ZeWidgetGeoCounterCountries').style.left ; left = parseInt(left.substr(0, left.length-2)) ; if(newLeft == 0) left += 5 ; else left -= 5 ; if((left < newLeft && newLeft != 0) || (left > newLeft && newLeft == 0)) { left = newLeft ; } document.getElementById('ZeWidgetGeoCounterCountries').style.left = left + 'px' ; if(left != newLeft) { setTimeout(function () { zeWidgetLoopCountriesAnim(newLeft) ; }, 10) ; } } document.write( '
' + '
Aujourd\'hui :
1
' + '
Total :
427309
' + '
En ligne :
1
' + '
' + '
' +'
United St... United St... :
1
' +'
' + '
' + '
' ) ; document.write('');