/********************************************

THP Highlights Module
Required Plugins: cycle
Author: Poccuo (http://www.poccuo.com)	

*******************************************/


$(document).ready(function(){
	
	$('#highlights #highlights_wrapper').cycle({ 
		fx: 'fade', 
		speed: 600, 
		timeout: 4500
	});

});


