// 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=160;
var colnumbers='999999';
var colseconds='cc0000';
var colminutes='000000';
var colhours='999999';
var numstyle = 3;
var font_family = 'helvetica,arial,sans-serif';
var localZone = 1;
var mytimezone = 0;
var dst = 0;
var city = 'MANTIKO';
var country = 'Lithuania';
var fix = 1;
var xpos=18;
var ypos=0;

// code to adjust for daylight saving time if applicable (localzone = 0)

// code to handle clock positioning (fix = 0)

