strHtmlHeader = "" +
"        <div id=\"cdlog\">" +
"          <br style=\"clear:both;\"/>" +
"        </div>" +
"        <div id=\"cdheadbgHome\">" +
"          <div id=\"cdlogotop\">" +
"            <a href=\"index.htm\" title=\"站点首页\"><strong class=\"cntTitlesplashHead\">Dandy Cheung</strong></a>" +
"		  </div>" +
"          <br style=\"clear:both;\"/>" +
"          <div class=\"cdHeaderBorder\"></div>" +
"        </div>";

function dcDrawHeader()
{
	document.write(strHtmlHeader);
}

dcDrawHeader();
