var url = 'http://timecounter.jetnavi.com/';

document.write('<style type="text/css"><!--#countuptimer{');
document.write('color:#'+t_c+';');
document.write('width:'+width+'px;');
document.write('height:'+height+'px;');
document.write('background-color:#'+b_c+';margin:0 auto}');
document.write('#countuptimer p{margin:3px;text-align:center;');
document.write('font:'+italic+' '+weight+' '+size+'px '+family+';');
document.write('line-height:'+line+'}');
document.write('#cut_link{background-color:#'+b_c+';width:'+width+'px;height:15px;margin:0 auto;text-indent:-9999px;text-align:center;font-size:1px}');
document.write('#cut_link a{position:relative;top:0;text-align:center;display:block;background:url('+url+'img/button/link.gif) no-repeat;width:94px;height:11px;margin:0 auto;padding:0;}');
document.write('--></style>');
document.write('<div id="countuptimer"></div>');

millenium = new Date(cy,cmn-1,cd,ch,cm)
function display() {
today = new Date()
myMsec= today.getTime()-millenium.getTime();
time0 = Math.floor(myMsec/(1000*60*60*24));
myMsec -= (time0*(1000*60*60*24));
time1 = Math.floor(myMsec/(1000*60*60));
myMsec -= (time1*(1000*60*60));
time2 = Math.floor(myMsec/(1000*60));
myMsec -= (time2*(1000*60));
time3 = Math.floor(myMsec/1000);
myMsec -= (time3*(1000));
time4 = Math.floor(myMsec/10);

for(i=0;i<2;i++){ time2 = '' + '0' + time2; }
for(i=0;i<2;i++){ time3 = '' + '0' + time3; }
for(i=0;i<2;i++){ time4 = '' + '0' + time4; }
time2 = time2.substring(time2.length - 2,time2.length);
time3 = time3.substring(time3.length - 2,time3.length);
time4 = time4.substring(time4.length - 2,time4.length);

var obj = document.getElementById('countuptimer');

obj.innerHTML = "<p>"+c01+"<br />"+time0+t_01+time1+t_02+"<br />+<br />"+time2+t_03+time3+t_04+"</p>";

tid = setTimeout('display()', 10)
}
display()
document.write('<div id="cut_link">');
