// JavaScript Document
$(function() {
	$('a.lightbox').lightBox(); // Select all links in the page
	// ... The possibility are many. Use your creative or choose one in the examples above
});

