var geekTime=null;function startGeekClock(){var a=Math.round(Math.random());$.ajax({type:"POST",url:"/getclocktime/detail/"+a,success:function(c){geekTime=c;var b={timeNotation:"12h",am_pm:true,fontFamily:"Verdana, Times New Roman",fontSize:"12px",utc:true,utc_offset:jqclock_utf_offset,seedTime:geekTime-0};$(".jclock").jclock(b)}})}$(document).ready(function(){startGeekClock()});