// JavaScript Document
var quote = new Array();

quote[0] = "<FONT face=ARIAL size=3 color=#30D5C8><b>Let's Play Extract:</b></font><br><br><FONT face=ARIAL size=2 color=#006><b>Building Good Self Concept:</b><br><br> My name is special: tell what you know about your name.  Give yourself another name that you would like to have as well.  Choose a nice adjective to go with your name: Smiling Susan, Jolly John.</FONT>";

quote[1] = "<FONT face=ARIAL size=3 color=#30D5C8><b>Let's Play Extract:</b></font><br><br><FONT face=ARIAL size=2 color=#006><b>Building Good Self Concept:</b><br><br> My name is special: tell what you know about your name.  Give yourself another name that you would like to have as well.  Choose a nice adjective to go with your name: Smiling Susan, Jolly John.</FONT>";

quote[2] = "<FONT face=ARIAL size=3 color=#30D5C8><b>Let's Play Extract:</b></font><br><br><FONT face=ARIAL size=2 color=#006><b>Building Good Self Concept:</b><br><br> My name is special: tell what you know about your name.  Give yourself another name that you would like to have as well.  Choose a nice adjective to go with your name: Smiling Susan, Jolly John.</FONT>";


now=new Date()

num=(now.getSeconds())%3

document.write(quote[num])