<!--
function xDay(y,m,d)
{
today = new Date();
xday = new Date(y,m-1,d);
n = Math.floor((xday.getTime()-today.getTime())/86400000)+1;
document.write(num2img(n));
}
function num2img(num){
dir = "http://ham-com.info/blogparts/news/count/";
num=""+num;
temp="";
for(var i=0;i<num.length;i++){
temp+="<img src=\""+dir +num.charAt(i)+".gif\">";
}
return temp;
}

document.write("<table width=122 height=151 cellpadding=0 cellspacing=0 border=0 background=http://ham-com.info/blogparts/img/back_09.gif>");
document.write("<tr valign=top><td>");
document.write("<a href=http://ham-com.info target=_blank><img src=http://ham-com.info/blogparts/news/news.gif border=0 height=33></a>");
document.write("</td></tr><tr valign=top><td>");
document.write("<IMG src=http://ham-com.info/blogparts/news/message_A.gif border=0 onMouseOver=this.src='http://ham-com.info/blogparts/news/message_B.gif' onMouseOut=this.src='http://ham-com.info/blogparts/news/message_A.gif' height=48>");
document.write("</td></tr><tr valign=top><td>");

document.write("<table cellpadding=0 cellspacing=0><tr><td>");
document.write("<table cellpadding=0 cellspacing=0><tr><td>");
document.write("<img src=http://ham-com.info/blogparts/news/count/countdown.gif border=0 width=75 height=12>");
document.write("</td></tr><tr><td>");
document.write("<img src=http://ham-com.info/blogparts/img/dmy.gif border=0 width=23 height=1>");
xDay(2009,10,11);
document.write("<img src=http://ham-com.info/blogparts/news/count/day.gif border=0>");
document.write("</td></tr>");
document.write("</table>");
document.write("</td><td>");
document.write("<img src=http://ham-com.info/blogparts/img/ham_01_01.gif border=0>");
document.write("</td></tr></table>");

document.write("</td></tr><tr valign=top><td>");
document.write("<a href=http://ham-com.info target=_blank><img src=http://ham-com.info/blogparts/img/dmy.gif border=0 width=122 height=22></a>");
document.write("</td></tr></table>");
// -->