// when the DOM is ready, convert the feed anchors into feed content 
    $(document).ready(function() { 
        $(document).ready(function() { 
			// add a feed manually 
			$('#airfare').gFeed({  
				url: 'http://www.airfarewatchdog.com/rss/?airport=dca&direction=arrival',
				max: '100'
			});     
		}); 
    }); 
