function gettime(foo)
{
var time
var foo = new clocker('foo', 0, 0, 0, ':', ':', 0, 1, 1, -10, gettime);

foo.run();
document.write("" +foo+ "");
}