1.Login to your blogger dashboard--> Desing- -> Edit HTML
2.Scroll down to where you see <head> tag
3.Copy below code and paste it just before the <head> tag
<script type='text/javascript'>
//<![CDATA[
msg = "Type Your Text Hear";
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>
4.Now Click on "Save Templates" Now your Done
Picture from http://www.blogger.com