<html>
<head>
  <title>卡通时钟</title>
 <style type="text/css">
   body {
   text-align:center;
}
</style>
</head>

<body>
<script type="text/javascript">
 var swfUrl = "http://chabudai.sakura.ne.jp/blogparts/honehoneclock/honehone_clock_wh.swf";

var swfTitle = "honehoneclock";


LoadBlogParts();

function LoadBlogParts(){
 var sUrl = swfUrl;
 
 var sHtml = "";
 sHtml += '<object class />';
 sHtml += '</object>';
 
 document.write(sHtml);
}
</script>
</body>
 
</html>

相关文章:

  • 2022-12-23
  • 2021-11-04
  • 2021-12-18
  • 2021-09-28
  • 2021-07-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-25
  • 2022-03-03
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案