Header

From Biowiktionary

(Difference between revisions)
 
(20 intermediate revisions not shown)
Line 1: Line 1:
-
<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>
 

Current revision as of 22:09, 19 May 2007

Personal tools