// JavaScript Document




$(document).ready(function(){

	//Toogle Information section

	$('#news').tabs({ fxSlide: true, fxFade: true, fxSpeed: 'normal' });

	//Settings for Projects
	$(".projectlist").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 3,
		speed: "slow",
		easing: "easeinout",
		circular: true
	});

	$("//a[@rel='external']").attr("target","_blank");
});