// JavaScript Document
document.writeln("<script language=\'javascript\' src=\'http:\/\/www.sdfda.gov.cn\/vc\/vc\/interface\/index\/que_scount.jsp?webid=1\'><\/script>");
document.writeln("<div id=\"visitedcount\" style=\"width:200px;font-family:\'宋体\';font-size:10pt;\"></div>");
 function visitedshow() {
document.getElementById("visitedcount").innerHTML = "总访问量：<font style=\"font-family:Georgia, \'Times New Roman\', Times, serif;color:#165eb3;font-size:12pt;\">"+strTotalCount+"</font>";
}
addLoadListener(visitedshow);
