Header

From Biowiktionary

(Difference between revisions)
 
(13 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>
 
-
<script type="text/javascript">
 
-
<STYLE>
 
-
BODY {
 
-
SCROLLBAR-FACE-COLOR: red;
 
-
 
-
SCROLLBAR-HIGHLIGHT-COLOR: gray;
 
-
 
-
SCROLLBAR-SHADOW-COLOR: black;
 
-
 
-
SCROLLBAR-ARROW-COLOR: gray;
 
-
 
-
SCROLLBAR-TRACK-COLOR: orange;
 
-
 
-
SCROLLBAR-DARKSHADOW-COLOR: red;
 
-
}
 
-
</STYLE>
 
-
</script>
 

Current revision as of 22:09, 19 May 2007

Personal tools