How to show Current Time in Title bar of your blog

I found a javascript somewhere over the Internet, whis is used to display Current Time in the Title Bar along with the Title of your blog. I am going to share with you how you can show time on title bar easily. Follow these steps:

Step 1: Certainly you need to Log into your blogger account. After loging in, go to your Dashboard.
Step 2: Go to 'Layout' tab and add a HTML/Javascript widget anywhere in your template design.
Step 3: Copy the following javascript code and paste it into the widget window.

<Script Language="JavaScript" Type="Text/JavaScript">

var mytime1=24;
function mytime2() {
mytime3=mytime1+6;
mytime4=mytime1+mytime3;
timexx=mytime1+mytime3+mytime4;
timexxx=timexx/mytime4*mytime1; twelfth=mytime4*mytime1/12*mytime3;
timexxxx=mytime1+mytime3/timexxx-16*timexx;
timexxxxx=twelfth*(mytime1-5)/mytime4+timexx;
timexxxxxx=timexxxxx/timexxxx+mytime1*mytime4-timexx;
mytime5=(timexxxxxx+mytime1/mytime4*timexx+mytime3*timexxx)/twelfth+timexxxxx-timexxxxxx-1;
mytime6=Math.floor(mytime5);
mytime8=mytime6*mytime3/2+100;
mytime7 = window.setTimeout("mytime2()", mytime8);
var mytime9 = new Date();
var mytime10= mytime9.toLocaleString();
document.title = mytime10;}
function op(){mytime2()}
window.onload=op;

</script>

Step 4: Hit Save. Save your Template. You are done. 
You can view your blog typing the blog url in a new tab to check whether the time is showing properly or not. Hope you did it.