about = new AJScroller();
about.name = 'about';
about.type = 0;
about.width = 380;
about.height = 30;
about.spacing = 10;
about.scrollspeed = 100;
about.pausedelay = 0000;
about.pausemouseover = true;
about.add('<FONT SIZE="+1">Ashford Demographics</FONT> &nbsp; provided by <A HREF="http://products.cerc.com/pdf/tp/ashford.pdf" TARGET="_blank">CERC</A>...', '', 'Item 1');
about.add('<DIV ALIGN="center">Ashford is home to 157 businesses (2005)</DIV>', '', 'Item 2');
about.add('Ashford encompasses 38.79 square miles of land<BR><BR>...and 0.71 square miles of water', '', 'Item 3');
about.add('<DIV ALIGN="center">The Board of Education is Ashford\'s largest employer (2005)</DIV>', '', 'Item 4');
about.add('<DIV ALIGN="center">25.6% of the population is under the age of 18 years</DIV>', '', 'Item 5');
about.add('<DIV ALIGN="center">8% of the population is over the age of 65 years vs 14% for CT</DIV>', '', 'Item 6');
about.add('<DIV ALIGN="center">The median age of an Ashford resident is 38 years</DIV>', '', 'Item 7');
about.add('<DIV ALIGN="center">Ashford\'s population is 4,280 (as of 2005)</DIV>', '', 'Item 8');
about.add('<DIV ALIGN="center">More Ashford residents commute to Mansfield than work in Ashford</DIV>', '', 'Item 9');
about.add('<DIV ALIGN="center">There were 1634 households in Ashford (2005)</DIV>', '', 'Item 10');



/* -- Replicate Items -- */
about.display();
onload = function(){about.load();about.start();};
onresize = function(){about.load();};
