<!--
/* CSV2JS v.1.1 created file
	OPG opons@eresmas.net */

function sp_events_i(title,country,startdate,location,email,link,comments,nw)
{
	this.title=title;
	this.country=country;
	this.startdate=startdate;
	this.location=location;
	this.email=email;
	this.link=link;
	this.comments=comments;
	this.nw=nw;
}

function sp_events_iCopy(entry)
{
	this.title=entry.title;
	this.country=entry.country;
	this.startdate=entry.startdate;
	this.location=entry.location;
	this.email=entry.email;
	this.link=entry.link;
	this.comments=entry.comments;
	this.nw=entry.nw;
}

var sp_events=new Array();
sp_events[0]=new sp_events_i("Raduno Mondiale Collezionisti Bustine di Zucchero (Terza Edizione)","IT","22/02/03","“Palacavicchi” Pieve di Cento (BO)","nonsolozucchero@nonsolozucchero.com","","","");
//-->