	$(document).ready(function()
			{
				$(".feedblock").emoryFeed(
						{
							feedURL : "http://feeds.feedburner.com/GoizuetaNewsroomExecutiveEducation",
							maxItems : 7,
							maxWords : 50,
							rssIconURL : "http://www.emory.edu/home/img/rss.gif",
							viewAllText : "View all stories",
							viewAllTextURL : "https://newsroom.goizueta.emory.edu/gnr/",
							contentSelector: "p:gt(0)"
						});
						

								
				$("#home-news-feedblock").emoryFeed(
						{
							feedURL : "http://feeds.feedburner.com/GoizuetaNewsroomExecutiveEducation",
							feedTitle : "Executive Education News",
							maxItems : 4,
							maxWords : 18,
							rssIconURL : "http://www.emory.edu/home/img/rss.gif",
							viewAllText : "View all stories",
							viewAllTextURL : "https://newsroom.goizueta.emory.edu/gnr/",
							contentSelector: "p:gt(0)"
						});
						
				$('#exec_events_home img[src*="events_calendar_icons"]').each(function(i)
				{
					if (i > 3) 
						$(this).remove();
					else
					{
						$(this).width(50);
						$(this).height(51);
						$(this).css("margin-right", "0px").css("margin-bottom", "2px");
					}
					
				});
				
				$('#exec_events_home .coCopy p:gt(0)').each(function(i)
				{
					if (i > 3)
						$(this).remove();
					else	
						$(this).css({'width' : '170px', 'float' : 'right' });
					

				});
						
			});
