// JavaScript Document


/*Example message arrays for the two demo scrollers*/

var tickercontent=new Array()
tickercontent[0]='There are two ways to live your life.  One is as though nothing is a miracle.  The other is as though everything is a miracle. - Albert Einstein'
tickercontent[1]='There are two ways to live your life.  One is as though nothing is a miracle.  The other is as though everything is a miracle. - Albert Einstein'


/*to add more messages, follow this layout.
tickercontent[0]='<a href="http://www.codingforums.com">Coding Forums</a>'
tickercontent[1]='<a href="http://www.cssdrive.com" target="_new">CSS Drive</a>'
tickercontent[2]='<a href="http://www.codingforums.com">Coding Forums</a>'
tickercontent[3]='<a href="http://www.cssdrive.com" target="_new">CSS Drive</a>'
*/

