// Analog Clock - Parameters Head Script
// You may change the parameters here to set up your clock
// refer to  http://javascript.about.com/library/blclock1.htm
// for a description of the parameters
// WEBSITE: http://javascript.about.com/library/blclock1.htm
var clocksize=140; // size in pixels
var colnumbers='cc9900';
//var colnumbers='000000';
var colseconds='ff0000';
//var colminutes='000000';
var colminutes='ab2e2e';
//var colhours='000000';
var colhours='ab2e2e';
var numstyle = 3; // sets face number style. 3 = none, 1 = default digits 
var font_family = 'helvetica,arial,sans-serif';
var localZone = 1;
var mytimezone = 0;
var dst = 1;
var city = '';
var country = '';
var fix = 1;
var xpos=10;
var ypos=10;

// code to adjust for daylight saving time if applicable (localzone = 0)

// code to handle clock positioning (fix = 0)

