function Article(imgsrc, headline, teaser, url){
	this.imgsrc = imgsrc;
	this.headline = headline;
	this.teaser = teaser;
	this.url = url;
}
