channel = new Object();
channel.title="Roccus Rates"
channel.description="Roccus Rates"
channel.link="www.roccuscharters.com"
channel.copyright="Roccus Charters"

channel.webmaster="webmaster@roccuscharters.com"


image = new Object();
image.title="Roccus Rates"
image.url="http://www.roccuscharters.com:80/images/rdf.jpg"
image.link="www.roccuscharters.com"
image.width="153"
image.height="25"
image.description="Roccus Rates"

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.roccuscharters.com:80/channels/rates/2003/1057699549/index.htm','Rates for ROCCUS Charters','Trips run 5 to 6 hours<br>Up to three anglers: &#36;400. <br>Add &#36;50 for the fourth angler.<br>Single angler rate available upon request.','http://www.roccuscharters.com:80/channels/rates/2003/1057699549/rocks.jpg','<P>A $100. deposit is required to confirm all bookings. On cancellation, the deposit will be refunded only if cancellation is made at least 14 days in advance of your scheduled date.</P>','Roccus Charters-Roccus Rates'),

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



