$(document).ready(function(){
	var src = $("option:selected", this).val();
	$("#OccasionIndexForm select").change(function () {
		$('#OccasionIndexForm').submit();
	});
});
$(function() {
	$('#images .image > a').lightBox();
});
