var headerSwfUrl = "http://flash.atlrec.com/atlstreet/ning/atlanticstreetheader3.swf";
x$(document).ready(function() {
	x$('p#xg_sitename').html('<embed wmode="transparent" src="'+headerSwfUrl+'" width="1200" height="272" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer <http://www.macromedia.com/go/getflashplayer> "></embed>');
	x$('p#xg_sitename').css('text-indent','0');

	x$('p#xg_sitedesc').css('text-indent','0');

	x$(".module_feed a[href='']").each(function(i) {
    	x$temp=$(this).text();
		x$(this).parent().html($temp);
   	});
  	x$(".module_feed a[href='http://feature.atlrec.com/blockentertainment/feed/atlstreetnews.php']").addClass("hidden");
  	x$('li#xg_tab_invite').hide();
});
