
		//alert("HE 0");

jQuery().ready(function() {
	//jQuery.getScript("/apps/javascript/jquery_plugins/prettyphoto/js/jquery.prettyPhoto.js");
	//jQuery.getScript("/apps/javascript/jquery_plugins/jquery.flickr/jquery.flickr-1.0.js");
	jQuery(".rssFeedIcon").each(
		function(){
			jQuery("head").append('<link rel="alternate" type="application/rss+xml" title="'+
				((jQuery(this).closest("a").prev().text() != "")? jQuery(this).closest("a").prev().text() : 'RSS') +
				' - City of Overland Park, Kansas" href="'+
				jQuery(this).closest("a").attr("href") +
				'">');
		}
	);
	
	//add flickr to find us online since DEG didn't
	jQuery("img[title='Twitter']").closest("td").after("<td><a href='http://www.flickr.com/photos/cityofop/' class='noExternalLink' target='_blank' alt='flickr'><img src='/app_/clientresources/images/flickr.gif' height='30' width='30' alt='flickr'></a></td>");
	
});
