// jQuery
$(document).ready(function(){	
	// jQuery Lightbox
	$('a[rel*=lightbox]').lightBox();
	
   // QapTcha 
   $('#QapTcha').QapTcha({txtLock:'Fomular gesperrt! Zum entsperren Schieber nach rechts schieben!',txtUnlock:'Formular bereit zum senden!'});
});
