$(document).ready(function() {
     // put all your jQuery goodness in here.
	 initialiseLightBox();
});

function initialiseLightBox() {
	$('#gallery a').lightBox();
	//$('#webs a').lightBox();
}