// 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=150;
var colnumbers='cc9900';
var colseconds='ff0000';
var colminutes='000000';
var colhours='000000';
var numstyle = 1;
var font_family = 'georgia,times,serif';
var localZone = 0;
var mytimezone = 10;
var dst = 0;
var city = 'Zillmere';
var country = 'Queensland';
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)
