calling jquery-clock plugin without option
$(function() { $.clock(); });

calling jquery-clock plugin with option
$(function() { $.clock({ Face:'I II III IV V VI VII VIII IX X XI XII' }); });

overriding options
fCol:'000000', face color
sCol:'FF0000', seconds color
mCol:'000000', minute color
hCol:'000000', hour color
H:'....', Hours
M:'.....', Minutes
S:'.....', Seconds
font:'Arial', font color
element : div,
speed:0.3
Click here to downlaod clock plugin