$(document).ready(function() {
  $('a:has(.image)').lightBox();
	$('.date-pick').datePicker();
});