channel = new Object();
channel.title="Home"
channel.description="Home Page"
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="Home"
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="Home Page"

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/home/2005/1116853906/index.shtm','Welcome','Welcome to Hartling Communication. We are a family owned company that specializes in products for people with hearing loss. We market, rent and consult on adaptive products that help to improve the everyday lives of our clients. The products listed in this online catalog represent some of the finest manufacturers in our industry.Our product list includes but is not limited to TTYs, amplified telephones, assitived listening devices, flashing and vibrating signalers and vibrating/flashing alarm clocks. ','http://www.hearitbetter.com:80/images/default.jpg','','Hartling Communications Inc.-Home'),

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



