$(document).ready(function($){
  
	// Select all links whose attribute rel starts with lightbox
	$('a[rel^=lightbox]').lightBox();
   
});
