// Analog Clock - Parameters Head Script
// You may change the parameters here to set up your clock
// refer to http://javascript.about.com/library/blclockm1.htm
// for a description of the parameters
var clocksize=50;
var colnumbers='cc9900';
var colseconds='ff0000';
var colminutes='00FF00';
var colhours='0000FF';
var numstyle = 0;
var font_family = 'helvetica,arial,sans-serif';
var localZone = 0;

var dst = 0;
var city = 'GMT';
var country = '';
var fix = 1;
var xpos=16;
var ypos=16;
// code to adjust for daylight saving time if applicable (localzone = 0)

// code to handle clock positioning (fix = 0)
var mytimezone = 3;
new clock('a',clocksize, colnumbers,colseconds,colminutes, colhours,numstyle,font_family, localZone,mytimezone,dst,city, country,fix,xpos,ypos);
var mytimezone = 2;
new clock('b',clocksize, colnumbers,colseconds,colminutes, colhours,numstyle,font_family, localZone,mytimezone,dst,city, country,fix,xpos,ypos);
var mytimezone = 2;
new clock('c',clocksize, colnumbers,colseconds,colminutes, colhours,numstyle,font_family, localZone,mytimezone,dst,city, country,fix,xpos,ypos);
mytimezone = 3;
new clock('d',clocksize, colnumbers,colseconds,colminutes, colhours,numstyle,font_family, localZone,mytimezone,dst,city, country,fix,xpos,ypos);
mytimezone = 3;
new clock('e',clocksize, colnumbers,colseconds,colminutes, colhours,numstyle,font_family, localZone,mytimezone,dst,city, country,fix,xpos,ypos);
mytimezone = 2;
new clock('f',clocksize, colnumbers,colseconds,colminutes, colhours,numstyle,font_family, localZone,mytimezone,dst,city, country,fix,xpos,ypos); mytimezone = 1;
new clock('g',clocksize, colnumbers,colseconds,colminutes, colhours,numstyle,font_family, localZone,mytimezone,dst,city, country,fix,xpos,ypos);