// 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
var clocksize=125;
var colnumbers='3C0966';
var colseconds='630FA8';
var colminutes='000000';
var colhours='000000'; 
var numstyle = 0;
//var font_family = 'helvetica,arial,sans-serif';
var font_family = 'Verdana,Verdana,Verdana';
var localZone = 1;
var mytimezone = 5;
var dst = 0;
var city = '';
var country = '';
var fix = 0;
var xpos=35;
var ypos=10;

// code to adjust for daylight saving time if applicable (localzone = 0)

// code to handle clock positioning (fix = 0)
                  