
jsLoadHook = function() {
	if (!document.getElementsByTagName) { return false; }
	var jsEls = document.getElementById("content").getElementsByTagName("dt");
	for (var i=0; i<jsEls.length; i++) { jsEls[i].getElementsByTagName("a")[0].setAttribute('rel', 'lightbox[gallery]'); }
}

if (window.attachEvent) { window.attachEvent("onload", jsLoadHook); }
if (window.addEventListener) { window.addEventListener("load", jsLoadHook, false); }
