channel = new Object();
channel.title="Contact Us"
channel.description="Directions"
channel.link="http://www.hartling.com/channels/news/latest.htm"
channel.copyright="Hartling Communications Inc., 2005"

channel.webmaster="rmertens@bobm.org"


image = new Object();
image.title="Contact Us"
image.url="http://www.hearitbetter.com:80/images/rdf.jpg"
image.link="http://www.hartling.com/channels/news/latest.htm"
image.width="144"
image.height="24"
image.description="Directions"

function item(link,title,description,image,body,source)
{
   this.link= link
   this.title = title
   this.description = description   
   this.image= image
   this.body= body
   this.source= source   
}

items = new Array(
new item('http://www.hearitbetter.com:80/channels/contact/2005/1115819867/index.shtm','Directions','From Route 128: Take exit 33B At end of ramp, take a Right and proceed onto Rte 3A North Travel approx. 2.5 miles through Burlington Take a Right onto Rte 62 east towards Wilmington Less than one mile on Left..enter Plaza 62 on Left Facing the plaza we are all the way to the RightLink to MapQuest OFFICE HOURS: Monday-Friday 9am-5pm (Saturdays and Evenings by appt. only)Voice: 1.800.475.3183TTY: 1.800.672.9455 FAX: 781.229.9161Send Us an Email Hartling Communications, Inc., 85 Wilmington Road, Unit 16, Burlington, MA 01803 ','http://www.hearitbetter.com:80/images/default.jpg','','Hartling Communications Inc.-Contact Us'),

new item("","","","","","")
)
itemcount=items.length-1



