channel = new Object();
channel.title="FinFun Photo Gallery"
channel.description="FinFun Photo Gallery"
channel.link="www.enthusiastmedia.com"
channel.copyright="Copyright FinFun Charters"

channel.webmaster="webmaster@enthusiastmedia.com"


image = new Object();
image.title="FinFun Photo Gallery"
image.url="http://www.finfuncharters.com:80/images/rdf.jpg"
image.link="www.enthusiastmedia.com"
image.width="153"
image.height="25"
image.description="FinFun Photo Gallery"

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/photos/2009/1244302927/index.htm','Bass','','http://www.finfuncharters.com:80/channels/photos/2009/1244302927/100_0841 (2).jpg','','FinFun Charters-FinFun Photo Gallery'),
new item('http://www.finfuncharters.com:80/channels/photos/2009/1237506978/index.htm','Mar 19, 2009','','http://www.finfuncharters.com:80/channels/photos/2009/1237506978/DSCN4511.jpg','','FinFun Charters-FinFun Photo Gallery'),

new item("","","","","","")
)
itemcount=items.length-1




