// JavaScript Document

$(function() {
	$('a.lightbox').lightBox(); // Select all links with lightbox class
	// This, or...
});
