function Page(id, context, title, copy) {	this.id = id;	this.context = context;	this.title = title;	this.copy = copy;}