channel = new Object();
channel.title="Contact Information"
channel.description="Contact Information"
channel.link="www.finfuncharters.com"
channel.copyright="Copyright FinFun Charters"

channel.webmaster="webmaster@enthusiastmedia.com"


image = new Object();
image.title="Contact Information"
image.url="http://www.finfuncharters.com:80/images/rdf.jpg"
image.link="www.finfuncharters.com"
image.width="153"
image.height="25"
image.description="Contact Information"

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.finfuncharters.com:80/channels/contact_info/2005/1107648688/index.htm','FINFUN Charters Contact Information','Capt. Arthur Sawayer<br><br><br>By phone: (508) 930-6738 <br>','http://www.finfuncharters.com:80/images/default.jpg','<P>Email: <A href=\"mailto:finfuncharters@comcast.net\">finfuncharters@comcast.net</A><BR><BR></P>','FinFun Charters-Contact Information'),

new item("","","","","","")
)
itemcount=items.length-1




