drawClock(
'#000080', //colour of hour hand
'#000080', //colour of minute hand
'#ff0000', //colour of second hand
'#000080', //colour of numbers
40,        //size of clock - best around 50
1,         //position of clock: 1 = top-left, 2 = top-right, 3 = bottom-left, 4 = bottom-right
4,      //horizontal offset from normal position in corner (normally 0)
14,       //vertical offset from normal position in corner (normally 0)
800,     //centrally fixed page size ( 0 if not centrally fixed)
false       //scroll with screen
);
