<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>你好,jinhom</title>
</head>
<body onload="init()">
<script type="text/javascript">
function init(){
var title = document.title;
var arr = title.split("");
var first = arr.shift();
arr.push(first);
title = arr.join("");
document.title = title;
setTimeout("init()",1000);
}
</script>
</body>
</html>