function setGallery() {
	$("div.polaroid_body a").each(function (i) {this.href=this.href.replace('980',parseInt(screen.width*0.9));});
	$('.propertyimage a').lightBox(); // Select all links in object with gallery ID
}
