var clocksize = 90;
var colnumbers = 'ffffff';
var colseconds = 'ff0000'; // or false to hide
var colminutes = '000000';
var colhours = '000000';
var numstyle = 0;
var font_family = 'helvetica,arial,sans-serif';
var localZone = 0;
var mytimezone = -5;
var dst = 0;
var city = '';
var country = '';
var fix = 1;
var xpos = 0;
var ypos = 0;

// code to adjust for daylight saving time if applicable (localzone = 0)
// code to handle clock positioning (fix = 0)

new clock('a',clocksize, colnumbers,colseconds,colminutes, colhours,numstyle,font_family, localZone,-2,dst,city, country,fix,xpos,ypos);
new clock('b',clocksize, colnumbers,colseconds,colminutes, colhours,numstyle,font_family, localZone,-6,dst,city, country,fix,xpos,ypos);
new clock('c',clocksize, colnumbers,colseconds,colminutes, colhours,numstyle,font_family, localZone,-3,dst,city, country,fix,xpos,ypos);
new clock('d',clocksize, colnumbers,colseconds,colminutes, colhours,numstyle,font_family, localZone,-5,dst,city, country,fix,xpos,ypos);
new clock('e',clocksize, colnumbers,colseconds,colminutes, colhours,numstyle,font_family, localZone,-3,dst,city, country,fix,xpos,ypos);
                    
