Adding marque scrolling text effect could give your site an added advantage.
It is fairly easy to do. Simply add this code to the header.php file in the head section and watch your site tile or message come to life.
I may also give your site a second look. It will help your site stand out in a sea of open window tabs.
Here is the code you will need.
<script language="JavaScript">
<!--
var space = " ";
var speed = "50";
var pos = 0;
var msg = "Make Your Title Bar Scroll - Attract Attention!!";
function Scroll()
{
document.title = msg.substring(pos, msg.length) + space + msg.substring(0,pos);
pos++;
if (pos > msg.length) pos = 0;
window.setTimeout("Scroll()", speed);
}
Scroll();
-->
</script>
This code will not change your site title. It simply offers you an opportunity to add a different message to your site.
Thanks for your valuable time.
You Got This! Go Get'em!
Until next time,