// JavaScript Document

$(document).ready(function() {
	$('#digiclock').jdigiclock({
		// Configuration goes here
	});
});

