

$(document).ready(function(num){
	
	$(function(num) {
        $('a[@rel*='+ num + ']').lightBox();
  	});
});
	
