/*
$(document).ready(function() {
	$("#freequoteForm").validate();
});
*/
/*$(document).ready(function(){	
	$("#slider").easySlider({
		auto: true,
		continuous: true 
	});
});	
*/

$(function(){
	jQuery(document).ready(function() {
		jQuery('#mycarousel').jcarousel();
	});
});
$(function() {
	$('.religious-middle a').lightBox();
});
function new_captcha()
{
var c_currentTime = new Date();
var c_miliseconds = c_currentTime.getTime();
document.getElementById('captcha').src = 'quote_captcha.php?x='+ c_miliseconds;
}

