今日のWikipediaをjavascriptで書いてみました。
var now = new Date();
var month = now.getMonth() + 1; // 月
var day = now.getDate(); // 日
document.write('' "scripts/dailywiki.js"></script>
<title>今日の Wikipedia サンプル</title>
</head>
<body>
<a href=" http://ja.wikipedia.org/">Wikipedia</a> でみる
<script type="text/javascript">
DailyWiki();
</script>
</body>
</html>
var month = now.getMonth() + 1; // 月
var day = now.getDate(); // 日
document.write('' "scripts/dailywiki.js"></script>
<title>今日の Wikipedia サンプル</title>
</head>
<body>
<a href=" http://ja.wikipedia.org/">Wikipedia</a> でみる
<script type="text/javascript">
DailyWiki();
</script>
</body>
</html>