$(function() {
	$(".jCarouselLite").jCarouselLite({
		auto: 800,
		speed: 1000,
		visible: 2
	});

	$('a.new-window').click(function(){
		window.open(this.href);
		return false;
	});

	$('#insert_mail').html('<a href="mailto:sayhello' + '@' + 'skylight.be">sayhello' + '@' + 'skylight.be</a>');

});

