$(function() {
	$('a[@rel*=lightbox]').lightBox(); // Select all links that contains lightbox in the attribute rel
	// $('#gallery a').lightBox(); // Select all links in object with gallery ID
	// $('a.lightbox').lightBox(); // Select all links with lightbox class
	// $('a').lightBox(); // Select all links in the page
});