here:
Code:
<SCRIPT LANGUAGE="JavaScript">
<!--
var ar = new Array(".",
".",
".",
".",
".",
".",
".",
".",
"<b>It is your attitude at the beginning of a task more than anything else, that will determine our success or failure.</b>",
"<b>It is our attitude toward life that will determine life's attitude towards you. Despite many people's belief to the contrary, life pays no favourites.</b>",
"<b>You control your attitude. If you are negative, it is because you have decided to be negative and not because of other people or circumstances.</b>",
"<b>Act as if you have a good attitude. Remember actions triggers feelings just like feelings trigger actions.</b>",
"<b>Before a person can achieve the kind of results he wants, he must first become that person. He must then think, walk, talk, act and conduct himself in all of his affairs, as would the person he wishes to become.</b>",
"<b>Treat everybody as the most important person in the world.</b>",
"<b>Attitudes are based on assumptions. In order to change attitudes, one must first change one's assumptions.</b>",
"<b>Develop the attitude that there are more reasons why you should succeed than reasons why you should fail.</b>",
"<b>When you are faced with a problem, adopt the attitude that you can and will solve it.</b>",
"<b>We become what we think about. Control your thoughts and you will control your life.</b>",
"<b>Radiate the attitude of confidence, of well being, of a person who knows what he is doing. You will then find good things happening to you right away.",
"<b>It is your attitude at the beginning of a task more than anything else, that will determine our success or failure.</b>",
"<b>It is our attitude toward life that will determine life's attitude towards you. Despite many people's belief to the contrary, life pays no favourites.</b>",
".",
".",
".");
var now = new Date();
var num = now.getHours();
num %= ar.length;
document.write(ar[num]);
// -->
</SCRIPT>
to make the text italic change the <b></b> to <i></i>
Bookmarks