//Copyright 2003 by MyKazaam.com Author: Yaza.  You must leave this copyright header in tact for use.  Please read the License file that accompanies the full package of this script.  For support visit http://www.mykazaam.com

var banner=new Array()



banner[0]='<font color="FFFFFF" face="Arial, Helvetica, sans-serif" align="left">Human beings, by changing the inner attitudes of their minds, can change the outer aspects of their lives. <BR>~ William James'



banner[1]='<font color="FFFFFF" face="Arial, Helvetica, sans-serif" align="left">Turbulence is life force.<BR> It is opportunity.<BR> Lets love turbulence<BR> and use it for change.<BR> ~ Ramsay Clark'



banner[2]='<font color="FFFFFF" face="Arial, Helvetica, sans-serif" align="left">For me, words are a <BR>form of action, capable<BR> of influencing change. <BR>~ Ingrid Bengis'



banner[3]='<font color="FFFFFF" face="Arial, Helvetica, sans-serif" align="left">Change has a considerable psychological impact on the human mind. To the fearful it is threatening because it means that things may get worse.  To the hopeful it is encouraging because things may get better.  To the confident it is inspiring because the challenge exists to make things better. <BR>~ King Whitney Jr.'



banner[4]='<font color="FFFFFF" face="Arial, Helvetica, sans-serif" align="left">Only I can change my life.<BR> No one can do it for me. <BR>~ Carol Burnett'



banner[5]='<font color="FFFFFF" face="Arial, Helvetica, sans-serif" align="left">Before you try to change others, change yourself.  <BR> ~ Gregg Ward'



var whichbanner=Math.floor(Math.random()*(banner.length))

document.write(banner[whichbanner])

