var lightBoxImages = document.getElementById("LightBoxImages");
if(lightBoxImages) {
	var anchors = lightBoxImages.getElementsByTagName("a");
	for(i=0; i<(anchors.length-1); i++) {
		anchors[i].setAttribute("rel", "lightbox[g1]");
	}
}