/**
 * @author Joshua Albert
*/ 

jQuery(document).ready(function(){
	$('.cycle_this').cycle();
})

