<!--
/* CSV2JS v.1.1 created file
	OPG opons@eresmas.net */

function sp_news_i(number,lang,title,date,source,contents,more,nw)
{
	this.number=number;
	this.lang=lang;
	this.title=title;
	this.date=date;
	this.source=source;
	this.contents=contents;
	this.more=more;
	this.nw=nw;
}

function sp_news_iCopy(entry)
{
	this.number=entry.number;
	this.lang=entry.lang;
	this.title=entry.title;
	this.date=entry.date;
	this.source=entry.source;
	this.contents=entry.contents;
	this.more=entry.more;
	this.nw=entry.nw;
}

var sp_news=new Array();
sp_news[0]=new sp_news_i("1","ES","Sobre de azucar dividido","10/08/03","La Vanguardia #43.741, Los inventos del 2004","Para el Fòrum del 2004, hay previsto un certamen de inventores. Entre ellos hay que destacar el sobre de azucar con dos compartimentos inventado por Pep Torres.","http://www.invents2004.com","N");
sp_news[1]=new sp_news_i("1","CAT","Sobre de sucre dividit","10/08/03","La Vanguardia #43.741, Los inventos del 2004","Pel Fòrum del 2004, hi ha previst un certamen d'inventors. Entre ells s'ha de destacar el sobre de sucre amb dos compartiments inventat per Pep Torres.","http://www.invents2004.com","N");
sp_news[2]=new sp_news_i("1","UK","Splitted sugar packet","08/10/03","La Vanguardia #43.741, Los inventos del 2004","For the Barcelona's 2004 Fòrum, there will be one invention contest, where we can find the sugar packet with two compartments invented by Pep Torres.","http://www.invents2004.com","N");
sp_news[3]=new sp_news_i("1","FR","Sac de sucre divisé","10/08/03","La Vanguardia #43.741, Los inventos del 2004","Pour le Fòrum 2004, il aura un concours d'inventeurs. Entre eux, il y a un sac de sucre divisé avec deux compartiments que c'est inventé par Pep Torres.","http://www.invents2004.com","N");
//-->