function f(n_title, n_url, n_date, n_descr)
{
	this.title = n_title;
	this.url = n_url;
	this.date = n_date;
	this.descr = n_descr;
}