channel = new Object();
channel.title="Rates and Info"
channel.description="Rates and Info"
channel.link="www.enthusiastmedia.com"
channel.copyright="Copyright FinFun Charters"

channel.webmaster="webmaster@enthusiastmedia.com"


image = new Object();
image.title="Rates and Info"
image.url="http://www.finfuncharters.com:80/images/rdf.jpg"
image.link="www.enthusiastmedia.com"
image.width="153"
image.height="25"
image.description="Rates and Info"

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/rates/2002/1015475024/index.htm','Rates and Information','','http://www.finfuncharters.com:80/http://enthusiastmedia.com/accounts/finfun/images/default.jpg','Trip and Booking Information... The season generally begins the end of April and can extend into the month of November.','FinFun Charters-Rates and Info'),

new item("","","","","","")
)
itemcount=items.length-1




