// jQuery
$(document).ready(function(){
	// jQuery Lightbox
	$('a[rel*=lightbox]').lightBox();
						   
	// QapTcha 
	//$('#QapTcha').QapTcha({txtLock:'test',txtUnlock:'test2'});
	$('#QapTcha').QapTcha();
	
	// Carousel Lite
    $("#newsbox_home").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev"
    });	
});
