<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Mortgage Bust - News for the New Depression</title>
	<atom:link href="http://mortgagebust.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://mortgagebust.com</link>
	<description>Monitoring the economic fallout</description>
	<pubDate>Sat, 28 Aug 2010 16:04:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Scott Edward Jennings of Ft Lauderdale</title>
		<link>http://mortgagebust.com/?p=569</link>
		<comments>http://mortgagebust.com/?p=569#comments</comments>
		<pubDate>Sat, 28 Aug 2010 16:04:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mortgagebust.com/?p=569</guid>
		<description><![CDATA[BEIJING/SEOUL (Reuters) – China is lobbying neighbors to sign up to a road map for renewed nuclear disarmament talks with North Korea, whose leader Kim Jong-il is visiting China amid conciliatory words and threats of &#8220;holy war.&#8221;
The details of Beijing&#8217;s plan for restarting stalled six-party nuclear talks came from a South Korean diplomatic source, who [...]]]></description>
			<content:encoded><![CDATA[<p>BEIJING/SEOUL (Reuters) – China is lobbying neighbors to sign up to a road map for renewed nuclear disarmament talks with North Korea, whose leader Kim Jong-il is visiting China amid conciliatory words and threats of &#8220;holy war.&#8221;</p>
<p>The details of Beijing&#8217;s plan for restarting stalled six-party nuclear talks came from a South Korean diplomatic source, who spoke on Saturday after discussion in Seoul with Wu Dawei, China&#8217;s top envoy in the talks.</p>
<p>But the source, as well as a Japanese official speaking in Beijing, stressed that big obstacles remained, even if the secretive Kim&#8217;s trip to China yields another vow of North Korea&#8217;s willingness to sit down and discuss a dormant deal to scrap its nuclear weapons in return for aid.</p>
<p>&#8220;We don&#8217;t want to restart six-party talks for the sake of talks,&#8221; the South Korean diplomatic source said. &#8220;North Korea should change its attitude and show seriousness in denuclearizing.&#8221;</p>
<p>China&#8217;s regional lobbying, and courting of the reclusive Kim, highlight the pressures that North Korea &#8212; isolated, poor and with a brace of primitive nuclear bombs &#8212; has brought to bear on northeast Asia, home to the world&#8217;s second and third biggest economies and a big U.S. military presence.</p>
]]></content:encoded>
			<wfw:commentRss>http://mortgagebust.com/?feed=rss2&amp;p=569</wfw:commentRss>
		</item>
		<item>
		<title>Scott Edward Jennings</title>
		<link>http://mortgagebust.com/?p=566</link>
		<comments>http://mortgagebust.com/?p=566#comments</comments>
		<pubDate>Wed, 25 Aug 2010 02:10:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mortgagebust.com/?p=566</guid>
		<description><![CDATA[Fedora, Red Hat: yum
yum does for RPM packages roughly what apt-get does for Debian packages. Like apt-get, yum can download and install packages from a configured repository. ft lauderdale
[root]# yum install packagename
To remove software is just as easy.
[root]# yum remove packagename
yum does not keep a local copy of your package database by default, so normally there is no need [...]]]></description>
			<content:encoded><![CDATA[<h2 id="yum">Fedora, Red Hat: <code>yum</code></h2>
<p><code>yum</code> does for RPM packages roughly what <code>apt-get</code> does for Debian packages. Like <code>apt-get</code>, <code>yum</code> can download and install packages from a configured repository. ft lauderdale</p>
<pre><kbd>[root]# yum install <em>packagename</em></kbd></pre>
<p>To remove software is just as easy.</p>
<pre><kbd>[root]# yum remove <em>packagename</em></kbd></pre>
<p><code>yum</code> does not keep a local copy of your package database by default, so normally there is no need to update it. To install all available security patches and bug fixes, use this command:</p>
<pre><kbd>[root]# yum update</kbd></pre>
<p>You can also explicitly update a single package with:</p>
<pre><kbd>[root]# yum update <em>packagename</em></kbd></pre>
<pre><kbd><em>Scott Edward Jennings</em></kbd></pre>
]]></content:encoded>
			<wfw:commentRss>http://mortgagebust.com/?feed=rss2&amp;p=566</wfw:commentRss>
		</item>
		<item>
		<title>Scott Edward Jennings</title>
		<link>http://mortgagebust.com/?p=563</link>
		<comments>http://mortgagebust.com/?p=563#comments</comments>
		<pubDate>Tue, 24 Aug 2010 02:15:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mortgagebust.com/?p=563</guid>
		<description><![CDATA[What does a DNS server do?

A DNS server provides name resolution for TCP/IP-based networks. That is, it makes it possible for users of client computers to use names rather than numeric IP addresses to identify remote hosts. A client computer sends the name of a remote host to a DNS server, which responds with the [...]]]></description>
			<content:encoded><![CDATA[<h2 class="heading">What does a DNS server do?</h2>
<div id="sectionSection0" class="section">
<p>A DNS server provides name resolution for TCP/IP-based networks. That is, it makes it possible for users of client computers to use names rather than numeric IP addresses to identify remote hosts. A client computer sends the name of a remote host to a DNS server, which responds with the corresponding IP address. The client computer can then send messages directly to the remote host&#8217;s IP address. If the DNS server does not have an entry in its database for the remote host, it can respond to the client with the address of a DNS server that is more likely to have information about that remote host, or it can query the other DNS server itself. This process can take place recursively until either the client computer receives the IP address or it is established that the queried name does not belong to a host within the specific DNS namespace.</p>
<p>The DNS server in the Windows Server® 2008 operating system complies with the set of Requests for Comments (RFCs) that define and standardize the DNS protocol. Because the DNS Server service is RFC-compliant and it can use standard DNS data file and resource record formats, it can work successfully with most other DNS server implementations, such as DNS implementations that use the Berkeley Internet Name Domain (BIND) software.</p>
<p>In addition, the DNS server in Windows Server 2008 provides the following special benefits in a Windows®-based network:</p>
<ul>
<li>Support for Active Directory® Domain Services (AD DS)<br />
DNS is required for support of AD DS. If you install the Active Directory Domain Services role on a server, you can automatically install and configure a DNS server if a DNS server that meets AD DS requirements cannot be located.<br />
DNS zones can be stored in the domain or application directory partitions of AD DS. A partition is a data container in AD DS that distinguishes data for different replication purposes. You can specify in which Active Directory partition to store the zone and, consequently, the set of domain controllers among which that zone&#8217;s data will be replicated.<br />
In general, use of the Windows Server 2008 DNS Server service is strongly recommended for the best possible integration and support of AD DS and enhanced DNS server features. You can, however, use another type of DNS server to support AD DS deployment.</li>
<li>Stub zones<br />
DNS running on Windows Server 2008 supports a zone type called a stub zone. A stub zone is a copy of a zone that contains only the resource records that are necessary to identify the authoritative DNS servers for that zone. A stub zone keeps a DNS server hosting a parent zone aware of the authoritative DNS servers for its child zone. This helps maintain DNS name-resolution efficiency.</li>
<li>Integration with other Microsoft networking services<br />
The DNS Server service provides integration with other services, and it contains features that go beyond the features that are specified in the DNS RFCs. These features include integration with other services, such as AD DS, Windows Internet Name Service (WINS), and Dynamic Host Configuration Protocol (DHCP).</li>
<li>Improved ease of administration<br />
The DNS snap-in in Microsoft Management Console (MMC) offers a graphical user interface (GUI) for managing the DNS Server service. Also, there are several configuration wizards for performing common server administration tasks. In addition to the DNS console, other tools are provided to help you better manage and support DNS servers and clients on your network.</li>
<li>RFC-compliant dynamic update protocol support<br />
Clients can use the DNS Server service to dynamically update resource records, based on the dynamic update protocol (RFC 2136). This improves DNS administration by reducing the time needed to manage these records manually. Computers running the DNS Client service can register their DNS names and IP addresses dynamically. In addition, the DNS Server service and DNS clients can be configured to perform secure dynamic updates, a capability that enables only authenticated users with appropriate rights to update resource records on the server. Secure dynamic updates are available only for zones that are integrated with AD DS.</li>
<li>Support for incremental zone transfer between servers<br />
Zone transfers replicate information about a portion of the DNS namespace among DNS servers. Incremental zone transfers replicate only the changed portions of a zone, which conserves network bandwidth.</li>
<li>Conditional forwarders<br />
The DNS Server service extends a standard forwarder configuration with conditional forwarders. A conditional forwarder is a DNS server on a network that forwards DNS queries according to the DNS domain name in the query. For example, a DNS server can be configured to forward all the queries that it receives for names ending with sales.fabrikam.com to the IP address of a specific DNS server or to the IP addresses of multiple DNS servers.</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://mortgagebust.com/?feed=rss2&amp;p=563</wfw:commentRss>
		</item>
		<item>
		<title>Scott Edward Jennings</title>
		<link>http://mortgagebust.com/?p=560</link>
		<comments>http://mortgagebust.com/?p=560#comments</comments>
		<pubDate>Tue, 24 Aug 2010 02:09:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mortgagebust.com/?p=560</guid>
		<description><![CDATA[Before you prepare Active Directory and your domain for Exchange 2007, confirm the following:

The computer on which you perform this procedure has the Microsoft .NET Framework 2.0 and the Microsoft Command Shell installed.
Your domains and the domain controllers meet the system requirements in the &#8220;Network and Directory Servers&#8221; section of Exchange 2007 System Requirements.
In each domain in which you [...]]]></description>
			<content:encoded><![CDATA[<p>Before you prepare Active Directory and your domain for Exchange 2007, confirm the following:</p>
<ul>
<li>The computer on which you perform this procedure has the Microsoft .NET Framework 2.0 and the Microsoft Command Shell installed.</li>
<li>Your domains and the domain controllers meet the system requirements in the &#8220;Network and Directory Servers&#8221; section of <a id="ctl00_MTCS_main_ctl29_ctl00_ctl00" href="http://technet.microsoft.com/en-us/library/aa996719(EXCHG.80).aspx">Exchange 2007 System Requirements</a>.</li>
<li>In each domain in which you will install Exchange 2007, (or will contain mail-enabled users), you have at least one domain controller that is running Windows Server 2003 Service Pack 1 (SP1).</li>
<li>If you are running the release to manufacturing (RTM) version of Exchange 2007 Setup.com, in each domain (including child domains) where you have the Exchange Enterprise Servers and Exchange Domains Servers security groups and therefore must run <strong>Setup /PrepareLegacyExchangePermissions</strong>, you must have at least one domain controller that is running Windows Server 2003 SP1 or a later version.</li>
<li>If you have any domain controllers that are running Windows 2000 Server and you are using the Exchange 2007 RTM Setup.com, you must run each of the steps below with the <em>/DomainController</em>parameter to specify a domain controller that is running Windows Server 2003 SP1. If you are using Setup.com from Exchange 2007 SP1, you do not have to specify a domain controller that is running Windows Server 2003 SP1.</li>
<li>If you are deploying a new Exchange organization, and you are preparing your Active Directory schema and domains by using a computer running Windows Server 2008, you must first install the Active Directory management tools on the Windows Server 2008 computer prior to preparing the schema or domains. To do this, run the following command:<br />
<span id="ctl00_MTCS_main_ctl29_ctl00_ctl01"></p>
<div id="ctl00_MTCS_main_ctl29_ctl00_ctl01_" class="libCScode">
<div dir="ltr">
<pre id="ctl00_MTCS_main_ctl29_ctl00_ctl01_code" class="libCScode">ServerManagerCmd -i RSAT-ADDS</pre>
</div>
</div>
<p></span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mortgagebust.com/?feed=rss2&amp;p=560</wfw:commentRss>
		</item>
		<item>
		<title>Scott Edward jennings</title>
		<link>http://mortgagebust.com/?p=557</link>
		<comments>http://mortgagebust.com/?p=557#comments</comments>
		<pubDate>Fri, 20 Aug 2010 02:03:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mortgagebust.com/?p=557</guid>
		<description><![CDATA[The surface of the moon has moved the equivalent of a football field closer to the core during the past billion or so years
But it&#8217;s true. Images from NASA&#8217;s Lunar Reconnaissance Orbiter (LRO) have uncovered evidence that the moon is shrinking.
Not by much, mind you. The lunar surface is about a football field&#8217;s length closer to [...]]]></description>
			<content:encoded><![CDATA[<p>The surface of the moon has moved the equivalent of a football field closer to the core during the past billion or so years</p>
<p>But it&#8217;s true. Images from NASA&#8217;s <a href="http://www.csmonitor.com/Science/Discoveries/2009/0623/nasas-tandem-spacecraft-reach-the-moon" target="_blank">Lunar Reconnaissance Orbiter</a> (LRO) have uncovered evidence that the moon is shrinking.</p>
<p>Not by much, mind you. The lunar surface is about a football field&#8217;s length closer to the center of the moon that it was, say, a billion years ago.</p>
<p>But for an object long thought tectonically dead, the discovery of &#8220;recent&#8221; faulting on the lunar surface indicative of shrinkage is pretty surprising. It&#8217;s but the latest indication that &#8220;this isn&#8217;t your grandfather&#8217;s moon anymore,&#8221; says Michael Wargo, chief lunar scientist at NASA headquarters in Washington.</p>
<p>&#8220;When you look at the new information we&#8217;ve garnered with a number of different missions to the moon over the last year, we&#8217;re now talking about the moon in a completely different way,&#8221; he says. &#8220;It was thought to be dead and unchanging. And now you have this dynamism.&#8221;</p>
<p>The changes the LRO has uncovered may be taking place on geological time scales, he explains. But recent evidence that the moon has its own active, if spare, <a href="http://www.csmonitor.com/Innovation/2009/0924/new-evidence-of-water-on-the-moon" target="_blank">hydrological cycle</a> has revealed a process that occurs on weekly and monthly time scales.</p>
<p>The moon&#8217;s newfound dynamism is &#8220;just unlike what folks were thinking of a year ago,&#8221; Dr. Wargo says.</p>
]]></content:encoded>
			<wfw:commentRss>http://mortgagebust.com/?feed=rss2&amp;p=557</wfw:commentRss>
		</item>
		<item>
		<title>Scott Edward Jennings</title>
		<link>http://mortgagebust.com/?p=554</link>
		<comments>http://mortgagebust.com/?p=554#comments</comments>
		<pubDate>Fri, 20 Aug 2010 01:41:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mortgagebust.com/?p=554</guid>
		<description><![CDATA[Intel Corp., the world&#8217;s largest chip maker, is buying its way into the security software market by paying about $7.7 billion to acquire one of the biggest players in the cyber-protection field, McAfee Inc.
Intel of Santa Clara, Calif., said the acquisition, one of the year&#8217;s largest technology deals, could allow it to build McAfee&#8217;s anti-virus technology [...]]]></description>
			<content:encoded><![CDATA[<p><a id="ORCRP007932" class="taxInlineTagLink" title="Intel Corp." href="http://www.latimes.com/topic/economy-business-finance/intel-corp.-ORCRP007932.topic">Intel Corp.</a>, the world&#8217;s largest chip maker, is buying its way into the security software market by paying about $7.7 billion to acquire one of the biggest players in the cyber-protection field, <a id="ORCRP009595" class="taxInlineTagLink" title="McAfee Incorporated" href="http://www.latimes.com/topic/economy-business-finance/mcafee-incorporated-ORCRP009595.topic">McAfee Inc.</a></p>
<p>Intel of Santa Clara, Calif., said the acquisition, one of the year&#8217;s largest technology deals, could allow it to build McAfee&#8217;s anti-virus technology directly into its chips. Intel said this would help shield computers, wireless devices and embedded systems in vehicles and ATMs from online crime.</p>
<p>Traditionally, anti-virus software has been downloaded onto desktop and laptop computers. But Intel and McAfee together might have an easier time embedding security into tablets and smart phones, said Erik Suppiger, senior research analyst at Signal Hill Capital.</p>
<p>&#8220;There are some pretty good growth opportunities as the number of devices grows with the adoption of wireless,&#8221; Suppiger said.</p>
<p>Ft Lauderdale</p>
]]></content:encoded>
			<wfw:commentRss>http://mortgagebust.com/?feed=rss2&amp;p=554</wfw:commentRss>
		</item>
		<item>
		<title>Scott Edward Jennings</title>
		<link>http://mortgagebust.com/?p=551</link>
		<comments>http://mortgagebust.com/?p=551#comments</comments>
		<pubDate>Fri, 20 Aug 2010 01:38:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mortgagebust.com/?p=551</guid>
		<description><![CDATA[Dolphins planning to open water park
Ft Lauderdale
THE ASSOCIATED PRESS

MIAMI &#8212; Dolphins owner Stephen Ross is planning to build a water park adjacent to the team&#8217;s stadium.
The team says the park will open in 2012, around the time the Florida Marlins move out of Sun Life Stadium into a baseball-only facility in downtown Miami.
The Dolphins say [...]]]></description>
			<content:encoded><![CDATA[<h1 class="storyHeadline">Dolphins planning to open water park</h1>
<div class="facebook_like_small">Ft Lauderdale</div>
<h3 class="credit_line">THE ASSOCIATED PRESS</h3>
<div id="storyBodyContent">
<p><span class="dateline">MIAMI &#8212; </span>Dolphins owner Stephen Ross is planning to build a water park adjacent to the team&#8217;s stadium.</p>
<p>The team says the park will open in 2012, around the time the Florida Marlins move out of Sun Life Stadium into a baseball-only facility in downtown Miami.</p>
<p>The Dolphins say the project will contribute $7 million annually to area tax revenues, plus create jobs.</p></div>
<p><span>Read more: <a href="http://www.miamiherald.com/2010/08/19/1783882/dolphins-planning-to-open-water.html#ixzz0x6d9hSIN">http://www.miamiherald.com/2010/08/19/1783882/dolphins-planning-to-open-water.html#ixzz0&#215;6d9hSIN</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://mortgagebust.com/?feed=rss2&amp;p=551</wfw:commentRss>
		</item>
		<item>
		<title>Scott Edward Jennings</title>
		<link>http://mortgagebust.com/?p=548</link>
		<comments>http://mortgagebust.com/?p=548#comments</comments>
		<pubDate>Thu, 19 Aug 2010 03:39:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mortgagebust.com/?p=548</guid>
		<description><![CDATA[As their convoy reached the barbed wire at the border crossing out of Iraq on Wednesday, the soldiers whooped and cheered. Then they scrambled out of their stifling hot armored vehicles, unfurled an American flag and posed for group photos.
For these troops of the 4th Stryker Brigade, 2nd Infantry Division, it was a moment of [...]]]></description>
			<content:encoded><![CDATA[<p>As their convoy reached the barbed wire at the border crossing out of Iraq on Wednesday, the soldiers whooped and cheered. Then they scrambled out of their stifling hot armored vehicles, unfurled an American flag and posed for group photos.</p>
<p>For these troops of the 4th Stryker Brigade, 2nd Infantry Division, it was a moment of relief fraught with symbolism. Seven years and five months after the U.S.-led invasion, the last American combat brigade was leaving Iraq, well ahead of President Barack Obama&#8217;s Aug. 31 deadline for ending U.S. combat operations there.</p>
<p>Ft Lauderdale</p>
]]></content:encoded>
			<wfw:commentRss>http://mortgagebust.com/?feed=rss2&amp;p=548</wfw:commentRss>
		</item>
		<item>
		<title>Scott Edward Jennings</title>
		<link>http://mortgagebust.com/?p=543</link>
		<comments>http://mortgagebust.com/?p=543#comments</comments>
		<pubDate>Wed, 18 Aug 2010 14:28:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mortgagebust.com/?p=543</guid>
		<description><![CDATA[As we approach the 5th anniversary of the flooding of New Orleans, it&#8217;s clear that, though the city has seen a profusion of &#8220;Katrina&#8221; art and music, the major enduring presence of the catastrophe has been on the bookshelf, or the e-reader. Because I live in the city, and because &#8220;keeping them honest&#8221; wasn&#8217;t quite [...]]]></description>
			<content:encoded><![CDATA[<p>As we approach the 5th anniversary of the flooding of New Orleans, it&#8217;s clear that, though the city has seen a profusion of &#8220;Katrina&#8221; art and music, the major enduring presence of the catastrophe has been on the bookshelf, or the e-reader. Because I live in the city, and because &#8220;keeping them honest&#8221; wasn&#8217;t quite enough for me, I&#8217;ve managed to read many, if not most, of the &#8220;Katrina books&#8221;. So, if you want to do something other than watch old footage be rerun late this month, try some of the selections on this list:</p>
<p>Ft Lauderdale</p>
]]></content:encoded>
			<wfw:commentRss>http://mortgagebust.com/?feed=rss2&amp;p=543</wfw:commentRss>
		</item>
		<item>
		<title>Scott Edward Jennings Ft Lauderdale</title>
		<link>http://mortgagebust.com/?p=541</link>
		<comments>http://mortgagebust.com/?p=541#comments</comments>
		<pubDate>Wed, 18 Aug 2010 02:20:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mortgagebust.com/?p=541</guid>
		<description><![CDATA[Nikkei Shoots Higher Following Wall Street&#8217;s Strong Showing
Read more: http://www.businessinsider.com/nikkei-shoots-higher-following-wall-streets-strong-showing-2010-8#ixzz0wv6WyMei
Today actually could have been a lot better from the bull perspective. At one point the NASDAQ was up 2%, well above its close, and the final half hour of the day was pretty underwhelming.
But finally, at least, the market ended higher, after 5 straight down days. [...]]]></description>
			<content:encoded><![CDATA[<p>Nikkei Shoots Higher Following Wall Street&#8217;s Strong Showing</p>
<p><span>Read more: <a href="http://www.businessinsider.com/nikkei-shoots-higher-following-wall-streets-strong-showing-2010-8#ixzz0wv6WyMei">http://www.businessinsider.com/nikkei-shoots-higher-following-wall-streets-strong-showing-2010-8#ixzz0wv6WyMei</a></span></p>
<p>Today actually could have been a lot better from the bull perspective. At one point the NASDAQ was up 2%, well above its close, and the final half hour of the day was pretty underwhelming.</p>
<p>But finally, at least, the market ended higher, after 5 straight down days. And it seems the &#8220;risk on&#8221; sentiment, for now, is carrying through to Japan, where the yen is weakening, and the Nikkei is shooting higher.</p>
<p><span>Read more: <a href="http://www.businessinsider.com/nikkei-shoots-higher-following-wall-streets-strong-showing-2010-8#ixzz0wv6lYkxr">http://www.businessinsider.com/nikkei-shoots-higher-following-wall-streets-strong-showing-2010-8#ixzz0wv6lYkxr</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://mortgagebust.com/?feed=rss2&amp;p=541</wfw:commentRss>
		</item>
	</channel>
</rss>
