jQuery(document).ready(function(){
	jQuery('#featured').cycle({
								fx:'fade',
								speed:1000,
								timeout:7000,
								pause: 1});
								
	jQuery('.flash-ad').flash({
								swf: 'http://www.timespub.tc/wp-content/themes/TimesPubTemplate/images/Times_Flash_Movie.swf',
								width: 301,
								height: 77
							  });
	jQuery(".ad:odd").addClass("right");
});
