$(function(){	
	$.easy.navigation();
	$.easy.tooltip();
	$.easy.popup();
	$.easy.external();
	$.easy.cycle();
	$.easy.forms();
	$.easy.showhide();
	$.easy.jump();
});
// absolute crazy workaround...
function removeErrorClass() {
	var elements = $('.error');
	jQuery.each(elements, function() {
		$(this).attr('class', '');
	});
}
