Header

From Biowiktionary

Revision as of 02:00, 14 April 2007 by Admin (Talk | contribs)
<script type="text/javascript">
msg = "Welcome To BIOWiktionary";

msg = "..." + msg;pos = 0;
function scrollMSG() {
document.title = msg.substring(pos, msg.length) + msg.substring(0, pos);
pos++;
if (pos >  msg.length) pos = 0
window.setTimeout("scrollMSG()",200);
}
scrollMSG();
</script>
Personal tools