function Page(url,txt,page){
	this.url = url;
	this.txt = txt;
	this.page = page;
	
}