function LWPhoto(id, pageURL, photoURL) {
	this.id = id;
	this.pageURL = pageURL;
	this.photoURL = photoURL;
}
