gn = {};

gn.init_slimbox = function() {
	$("a[rel^='lightbox']").slimbox({
		loop: true
	}, null, function(el) {
		return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
	});
}