// This is the base-RSS-module code
// The users might modify their own copy, which then it will go into a webdav place
renderRSSModule = function(data,format, div) {
	$('#tour_dates.long').tourdates({tourData:data,artistName:"Laura Izibor",noDatesStr:"There are no upcoming events scheduled at this time. Please check back soon."});
	$('#tour_dates.short').tourdates({maxDates:4,tourData:data,artistName:"Laura Izibor",noDatesStr:"There are no upcoming events scheduled at this time. Please check back soon."});
}