document.write("<map name=\"map_header\">");
document.write("  <area shape=\"rect\" coords=\"767,8,898,69\" href=\"http:\/\/www.chageandaska.com\/\">");
document.write("  <area shape=\"rect\" coords=\"500,77,532,96\" href=\"..\/index\/index.htm\">");
document.write("  <area shape=\"rect\" coords=\"543,77,575,96\" href=\"..\/index\/intro.htm\">");
document.write("  <area shape=\"rect\" coords=\"586,77,618,96\" href=\"..\/index\/news.htm\">");
document.write("  <area shape=\"rect\" coords=\"627,77,659,96\" href=\"..\/history\/1979.htm\">");
document.write("  <area shape=\"rect\" coords=\"670,77,702,96\" href=\"..\/discography\/ca.htm\">");
document.write("  <area shape=\"rect\" coords=\"710,77,742,96\" href=\"..\/document\/index.htm\">");
document.write("  <area shape=\"rect\" coords=\"754,77,786,96\" href=\"..\/photos\/index.htm\">");
document.write("  <area shape=\"rect\" coords=\"795,77,849,96\" href=\"..\/fans\/index.htm\">");
document.write("  <area shape=\"rect\" coords=\"863,77,891,96\" href=\"..\/bbs\/\">");
document.write("<\/map><img src=\"..\/images\/header.jpg\" width=\"900\" height=\"120\" border=\"0\" usemap=\"#map_header\">");

var now = new Date();
function GetServerTime()
{
var urodz = new Date("12/11/2010 19:30:00");
now.setTime(now.getTime()+250);
days = (urodz - now) / 1000 / 60 / 60 / 24;
daysRound = Math.floor(days);
hours = (urodz - now) / 1000 / 60 / 60 - (24 * daysRound);
hoursRound = Math.floor(hours);
minutes = (urodz - now) / 1000 /60 - (24 * 60 * daysRound) - (60 * hoursRound);
minutesRound = Math.floor(minutes);
seconds = (urodz - now) / 1000 - (24 * 60 * 60 * daysRound) - (60 * 60 * hoursRound) - (60 * minutesRound);
secondsRound = Math.round(seconds);
document.getElementById("date").innerHTML = daysRound;
document.getElementById("time").innerHTML = hoursRound + "小时" + minutesRound + "分" + secondsRound + "秒";
}
setInterval("GetServerTime()",250);

//document.write("<div id=\"Layer_countdown\" style=\"position:relative; width:620px; height:25px; z-index:1; left: -125px; top: -5px;\">");
document.write("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#ffffff\">");
document.write(" <tr>");
document.write(" <td height=\"33\"  align=\"center\">");
document.write("<table width=\"620\" style=\"border-width: 1px;border-style:solid;border-color: #856E46\;background-color:#ffffff\" cellpadding=\"0\" cellspacing=\"0\">");
document.write(" <tr> ");
document.write("   <td><img src=\"../2010faces/faces2.gif\" width=\"383\" height=\"22\" hspace=\"4\" align=\"absmiddle\"><font color=\"#856E46\" style=\"font-size:14px\"><b>倒计时 <span id=\"date\"></span>天 <span id=\"time\"></span></b></font></td>");
document.write("  </tr>");
document.write("  </table>");
//document.write("</div>");
document.write("</td>");
document.write(" </tr>");
document.write("</table>");