
		//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");
	var locArr = location.pathname.split("/");
	jQuery("head").append('<link rel="alternate" type="application/rss+xml" title="'+
		((jQuery(".mainContent h1").text() != "")? jQuery(".mainContent h1").text() : 'RSS') +
		' - City of Overland Park, Kansas" href="/App_/ROOT/Module/Newsroom/Engine/Newsroom/NewsReleaseSimple.ashx?type='+
		locArr[locArr.length -1] +
		'">');
		
	
});
