$(document).ready(function()
{
	$.fn.kfBox && $('.lightbox').kfBox();

	$('a.external').click(function(){return !window.open($(this).attr("href"))});

	$.fn.cycle && $('.slider-box .inner').cycle({
		fx: 'fade',
		speed: 2000,
		timeout: 5000
	});
	
});
