// jQuery goodness in here
$(document).ready(function () {

	// Select all links that contains lightbox in the attribute rel and convert to lightbox
	$('a[rel*=lightbox]').lightBox();

});
