Message In Brownser Tab

Hello,



With the holidays, i added some scrolling text to show in the brownser.

[attachment=8826:2014-12-09_010042.png]



For people who are intrested, I like to share it with you.



Past this code above the < / head > in the index.tpl, and change the text to what ever you like “Company wish you happy New Year.”

<br />
<script language="javascript"><br />
var msg = " Company wish you happy New Year. ";<br />
var pos = 0;<br />
var spacer = " ... ";<br />
var time_length = 150;<br />
function ScrollTitle()<br />
{<br />
document.title = msg.substring(pos, msg.length) + spacer + msg.substring(0, pos);<br />
pos++;<br />
if (pos > msg.length) pos=0;<br />
window.setTimeout("ScrollTitle()",time_length);<br />
}<br />
ScrollTitle();<br />
</script><br />

```<br />
<br />
Kindley Regards<br />
Anaconda<p><a href="127.0.0.1/uploads/monthly_12_2014/post-22938-0-51011500-1418083253.png">2014-12-09_010042.png</a></p>