$(document).ready(function(){
	// call this code when page is ready
	// alert("ready!");
	
	// apply lightbox to all links with <a rel="lightbox">
	$("a[rel=lightbox]").lightBox();
});
