<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Asif Nasir (Asifnasir@yahoo.com) -->
<!-- Begin
var scrl = " Remember that this IS the single most powerful day of your life .........  Talk much less.... DO much more.... watch what happens in the next week of your life.....If you knew this better you would do this better ................. ";
function scrlsts() {
 scrl = scrl.substring(1, scrl.length) + scrl.substring(0, 1);
 document.title = scrl;
 setTimeout("scrlsts()", 300);
 }
//  End -->
