$(function() {
	$("a[href^='http'], a.external").attr('target','_blank');
	
	$(".scrollable").scrollable({
		circular:true
	});
});
