// JavaScript Document
/*Example message arrays for the two demo scrollers*/

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

var pausecontent2=new Array()
pausecontent2[0]='<a><img src="Home_Page_files/Giving-you-the-Edge-banner.jpg" alt="the edge" /></a>'
pausecontent2[1]='<a><img src="Home_Page_files/Unique-Diamond-Applicatons-banner.jpg"></a>'
pausecontent2[2]='<a><img src="Home_Page_files/Best-Price-Best-Selection-banner.jpg" alt="best price" /></a>'
pausecontent2[3]='<a><img src="Home_Page_files/New-Featured-Products-banner.jpg"></a>'
