
$(document).ready(function() {
	$("#commentForm").validate();
});

$(function() {
	$('.csc-textpic-image div a').lightBox();
});