channel = new Object();
channel.title="Testimonials"
channel.description="Testimonials"
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="Testimonials"
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="Testimonials"

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/testimonials/2005/1121280689/index.shtm','Feedback','Let us know what you think of us!','http://www.hearitbetter.com:80/images/default.jpg','','Hartling Communications Inc.-Testimonials'),

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



