// We'll avoid relying on any specific JS framework to keep this open.
window.onload = function() {
	if(gallery = document.getElementById('gallery-list'))
		gallery.className = "gallery-layout loaded";
}
