wikistudy4sidebar.appjet.net

<!--
  Wikipediaのおまかせページを表示しまくる

  2008 1/8 Toshiyuki Masui
-->
<html>
<head>
<meta content='text/html; charset=EUC-JP' http-equiv='Content-Type'>
</head>
<body>

<iframe id="iframe" frameborder=0 width=100% height=100% marginwidth=0></iframe>

<script type="text/javascript">
var interval = 20000;
var timer;

document.onkeydown = onkeydown;
function onkeydown(event){
  clearTimeout(timer);
}

function refresh(){
  c = document.getElementById('iframe');
  c.src = 'http://ja.wikipedia.org/wiki/%E7%89%B9%E5%88%A5:Random'
  timer = setTimeout("refresh()", interval);
}
refresh();

</script>

<body>
http://pitecan.com/wikistudy.html
/* appjet:version 0.1 */

var x = wget('http://pitecan.com/wikistudy.html');
x = x.replace(/c\.src = '/, 'c.src = \'http://mgw.hatena.ne.jp/?');
page.setMode("plain");
print(raw(x));
source: wikistudy4sidebar.appjet.net