width: 370px;
height: 100px;
var digitalClock1 = new zeu.DigitalClcok(document.getElementById('digital-clock-1'));
var digitalClock2 = new zeu.DigitalClcok(
document.getElementById('digital-clock-2'), {
barWidth: 8,
barHeight : 30,
space: 8,
hourOffset: 5,
dashColor: '#000',
numberColor: 'blue'
}
);
digitalClock2.numberColor = '#ff0000';
digitalClock2.dashColor = '#000';