/*Example message arrays for the two demo scrollers*/
		/*
		var pausecontent=new Array()
		pausecontent[0]='<a href="http://www.javascriptkit.com" target="_blank">JavaScript Kit</a><br />Comprehensive JavaScript tutorials and over 400+ free scripts!'
		pausecontent[1]='<a href="http://www.codingforums.com" target="_blank">Coding Forums</a><br />Web coding and development forums.'
		pausecontent[2]='<a href="http://www.cssdrive.com" target="_blank">CSS Drive</a><br />Categorized CSS gallery and examples.'

		new pausescroller(name_of_message_array, CSS_ID, CSS_classname, pause_in_miliseconds)
		new pausescroller(pausecontent, "pscroller1", "someclass", 3000)
		
		
		var pausecontent2=new Array()
		pausecontent2[0]=''
		pausecontent2[1]='Thank you for visiting our website!'
		pausecontent2[2]='<b>Ginger needs Help!</b> Please check the <a href="../featuredadoptions.shtml" target="_self"><i>Featured Adoptions</i></a> page.'
		pausecontent2[3]='Please visit the <a href="../featuredadoptions.shtml" target="_self">Fetured Adoptions</a> page'
		pausecontent2[1]='<font color="DarkCyan"><b>PetSmart adoption weekend</b></font>:    Sept 9th, 10th, 11th ...'
		pausecontent2[2]='... at <b>PetSmart</b> <font color="Blue">Marine Way</font>, Burnaby & <font color="Blue">Grandview Highway</font>, Vancouver.'
		pausecontent2[3]='For <font color="Blue"><b>Dogs</b></font>, please contact <b>Christa</b> prior to the event at <b>(604)-861-4340</b> and ...'
		pausecontent2[4]=' ... also visit our <b>face book</b> page at <font color="Green"><i>Action for Animals in Distress Society</i></font>.'
		pausecontent2[5]='<font color="Blue"><b>Cats</b></font> are available for viewing at <b>both locations</b>.'
		pausecontent2[6]='There will also be a <font color="Blue"><b>bake sale</b></font> at both locations ...'
		pausecontent2[7]='... from 11am to 3pm on <b>Saturday, September 10th</b>.'
		pausecontent2[1]='<font color="Crimson"><b>Ginger needs Help!</b></font>     Please check the <a href="../featuredadoptions.shtml" target="_self"><u>Featured Adoptions</u></a> page.'
		pausecontent2[2]='<font color="DarkCyan"><b>Recently added:</b></font>     Kitten named <b>Tom</b> on <a href="../featuredadoptions.shtml" target="_self"><u>Featured Adoptions</u></a> page.'
		*/		
            
		var pausecontent2=new Array()
		pausecontent2[0]='<font color="Blue"><i>Thank you</i></font> for visiting <font color="Green"><i>Action For Animals In Distress</i></font> website !'
//		pausecontent2[1]='For <font color="Blue"><b>upcoming events</b></font> and <font color="Blue"><b>recent news</b></font> please visit our <a href="../newsandevents.shtml" target="_self"><u>News and Events</u></a> page.'
//		pausecontent2[1]='<font color="Blue"><b>Upcoming events:</b></font> <font color="DarkCyan"><b>PetSmart adoption weekend</b></font>: &nbsp;&nbsp;&nbsp; Feb 11th and 12th ...'
//		pausecontent2[2]='... at <b>PetSmart</b> <font color="Blue">Marine Way</font>, Burnaby & <font color="Blue">Grandview Highway</font>, Vancouver.'
//		pausecontent2[3]='<font color="Blue"><b>Cats</b></font> are available for viewing at <b>both locations</b>.'
//		pausecontent2[4]='There will also be a <font color="Blue"><b>bake sale</b></font> at both locations ...  Please visit our <a href="../newsandevents.shtml" target="_self"><u>News and Events</u></a> page.'
//		pausecontent2[5]='<font color="Blue"><b>Upcoming events:</b></font> <a href="http://www.crankycrowstudios.com" target="_blank"><u>Cranky Crow Studios</u></a> </font>. Please visit our <a href="../newsandevents.shtml" target="_self"><u>News and Events</u></a> page.'
		pausecontent2[1]='<font color="Crimson"><b>Phoenix needs Help!</b></font>     Please check the <a href="../featuredadoptions.shtml" target="_self"><u>Featured Adoptions</u></a> page.'
		pausecontent2[2]='<font color="DarkCyan"><b>Recently added:</b></font>  <b>Elliot</b> on <a href="../featuredadoptions.shtml" target="_self"><u>Featured Adoptions</u></a> page.'
//		pausecontent2[2]='<font color="DarkCyan"><b>Recently added:</b></font> <b>Pusha</b> and <b>Tabby</b> on <a href="../featuredadoptions.shtml" target="_self"><u>Featured Adoptions</u></a> page.'
//		pausecontent2[10]=''


