// 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=120;
var colnumbers='ff0000';
var colseconds='000000';
var colminutes='ffcccc';
var colhours='ffcccc';
var numstyle = 2;
var font_family = 'helvetica,arial,sans-serif';
var localZone = 0;
var mytimezone = 3;
var dst = 0;
var city = 'Khartoum';
var country = 'Sudan';
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)
                  