document.observe("dom:loaded", function (e){
	$$('dt.gallery-icon a').each(function (n){
		n.addClassName("lightwindow");
		n.writeAttribute("rel","Photos[]");
	});
});