var sec=Math.floor(Math.random()*60);var min=Math.floor(Math.random()*11+15);if (window.addEventListener){window.addEventListener('load',countDown,false)} else if (window.attachEvent) {window.attachEvent('onload',countDown)};function countDown(){sec--;if(sec==-1){sec=59;min=min-1}else{min=min}if(sec<=9){sec="0"+sec}time=(min<=9?"0"+min:min)+" min and "+sec+" sec ";if(document.getElementById){document.getElementById("countdown").innerHTML=time}s=window.setTimeout("countDown();",1000);if(min=="00"&&sec=="00"){window.clearTimeout(s);window.location.reload()}}window.onload=function(){domain="dchoe.com";var e="var _gaq = _gaq||[];_gaq.push(['_setAccount', 'UA-15878007-1'],['_setDomainName', '"+domain+"'],['_trackPageview']);(function() {var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);})();";var d=document.createElement("script");d.type="text/javascript";d.text=e;document.body.insertBefore(d,document.body.firstChild);var h=document.getElementsByTagName("a");var f=new RegExp("http://"+domain.replace(".","\\."),"i");if(typeof(h)!="undefined"){for(i=0;i<h.length;i++){var g=null;var c=null;var b=null;var a=h[i].href;if(!a.match(f)){c=a.replace(/http:\/\//i,"");if(c.length>0){if(h[i].getAttribute("onclick")!=null){b=h[i].getAttribute("onclick")+";"}g=document.createAttribute("onclick");if(b==null){g.nodeValue="_gaq.push(['_trackPageview', 'out/"+c+"'])"}else{g.nodeValue=b+"_gaq.push(['_trackPageview', 'out/"+c+"'])"}h[i].setAttributeNode(g)}}}}};
