//
');
if (bit != (countVisits) && bit % 3 == 0) $("#countdown-visits").prepend('');
bit++;
}
// Sets them to the right number
var digitsVisits = splitToArrayVisits(initial.toString());
for (var i = 0, c = digitsVisits.length; i < c; i++){
$("#dvisits" + i).css({'background-position': '0 ' + initialPosVisits[digitsVisits[i]] + 'px'});
}
}
// Start it up
initialDigitCheckVisits(theNumberVisits);
//]]>