$(document).ready(function(){
	$("a.colorbox").colorbox();
	$('img.captify').captify({});
});	
