$(document).ready(function(){
	$.expr[':'].external = function(obj){
    return !obj.href.match(/^mailto\:/)
            && (obj.hostname != location.hostname);
	};

	$('a:external').attr('target', '_blank');
	
    $('#featured').cycle({ timeout: 6000, speed: 1000});
	$('#testimonials').cycle({ timeout: 7000, speed: 1500 });
});
