function popContent(){
	this.image = null;
	this.imageH = null;
	this.imageW = null;
	this.caption = null;
	this.credit = null;
	return this;
}
