jQuery(document).ready(function($) {
	$('#flip-images').cycle();
	$('#home-tabs').tabs();
	$('.highlight div a').append(' <img src="/wp-content/themes/wynn/images/icons/read-more-arrow.png" />');
});