<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://archive.freecapitalists.org:443/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Current Events</title><link>https://archive.freecapitalists.org:443/forums/197.aspx</link><description>Politics, disasters, war and peace.</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Re: The NSA's Newest Datacenter</title><link>https://archive.freecapitalists.org:443/forums/thread/467276.aspx</link><pubDate>Mon, 30 Apr 2012 01:00:24 GMT</pubDate><guid isPermaLink="false">944abf2b-d1be-4bf2-990d-438cb0e377e9:467276</guid><dc:creator>John James</dc:creator><slash:comments>0</slash:comments><comments>https://archive.freecapitalists.org:443/forums/thread/467276.aspx</comments><wfw:commentRss>https://archive.freecapitalists.org:443/forums/commentrss.aspx?SectionID=197&amp;PostID=467276</wfw:commentRss><description>&lt;p&gt;
	&lt;blockquote&gt;&lt;div&gt;&lt;img src="https://archive.freecapitalists.org:443/Themes/mises2008/images/icon-quote.gif"&gt; &lt;strong&gt;Wibee:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;Link to your blog please.&amp;nbsp; :)&lt;/div&gt;&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;a href="http://bit.ly/IGVcEI"&gt;See here.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: The NSA's Newest Datacenter</title><link>https://archive.freecapitalists.org:443/forums/thread/467273.aspx</link><pubDate>Mon, 30 Apr 2012 00:46:15 GMT</pubDate><guid isPermaLink="false">944abf2b-d1be-4bf2-990d-438cb0e377e9:467273</guid><dc:creator>Wibee</dc:creator><slash:comments>0</slash:comments><comments>https://archive.freecapitalists.org:443/forums/thread/467273.aspx</comments><wfw:commentRss>https://archive.freecapitalists.org:443/forums/commentrss.aspx?SectionID=197&amp;PostID=467273</wfw:commentRss><description>&lt;p&gt;
	Link to your blog please.&amp;nbsp; :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: The NSA's Newest Datacenter</title><link>https://archive.freecapitalists.org:443/forums/thread/467232.aspx</link><pubDate>Sun, 29 Apr 2012 18:19:49 GMT</pubDate><guid isPermaLink="false">944abf2b-d1be-4bf2-990d-438cb0e377e9:467232</guid><dc:creator>Clayton</dc:creator><slash:comments>0</slash:comments><comments>https://archive.freecapitalists.org:443/forums/thread/467232.aspx</comments><wfw:commentRss>https://archive.freecapitalists.org:443/forums/commentrss.aspx?SectionID=197&amp;PostID=467232</wfw:commentRss><description>&lt;p&gt;
	From my blog, Sunday, January 2, 2011:&lt;/p&gt;
&lt;p&gt;
	&lt;strong&gt;WSREP - Widespread Surveillance Resistant Email Protocol&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
	I had an idea while showering today. I was thinking of how &lt;a href="http://en.wikipedia.org/wiki/Hashcash"&gt;hashcash&lt;/a&gt; forces would-be spammers to expend considerable computation effort if they want to spam email servers that use hashcash. This imposes a dollars-and-cents barrier on spamming. This got me to thinking about the fact that, even today, the vast majority of email communications are sent in the clear. If the NSA or Mossad or fill-in-the-blank intelligence agency wants to engage in widespread, ECHELON-style surveillance of emails, the fact that they are sent in unmasked text is a great assistance to the would-be eavesdroppers.&lt;/p&gt;
&lt;p&gt;
	Ideally, people might encrypt all communications but it turns out that encryption has a lot of overhead problems. The most significant problem with encryption is key management. If you send me an email and I&amp;#39;ve lost or misplaced the key, I can&amp;#39;t read it. And this brings me to WSREP - Widespread Surveillance-Resistant Email Protocol!&lt;/p&gt;
&lt;p&gt;
	Basically, WSREP is implemented by encrypting emails and sending &lt;em&gt;almost &lt;/em&gt;all of the key along with the email. The WSREP email reader then makes repeated, blind guesses at the missing bits of the key until it gets it right and then decrypts the email into plaintext on the client end. The obvious choice of encryption algorithm would be AES, since that is the new &amp;quot;official&amp;quot; encryption standard.&lt;/p&gt;
&lt;p&gt;
	Let&amp;#39;s say Alice wants to send Bob an email. She first types it up, then her WSREP-compliant email client prepends a clever check-phrase like &amp;quot;4thamendment4eva&amp;quot;, then chooses a random 128-bit key and encrypts the body of Alice&amp;#39;s email. It then chops off, say, 20 bits of the key and transmits the email with the 108-bit key to Bob. Bob&amp;#39;s WSREP-compliant email client receives the mail and then begins randomly guessing the missing 20 bits until it gets those bits right (as indicated by successfully decrypting the check-phrase). The number of bits which are dropped should be chosen such that this process takes significantly less than a second on an average computer, say, 250ms. After the key has been guessed, the client decrypts the email, removes the cheesy, clever check-phrase and then displays the email to Bob. If SMTP is extensible, you might be able to implement this protocol with zero changes to email servers.&lt;/p&gt;
&lt;p&gt;
	Now, let&amp;#39;s say you&amp;#39;re the NSA and you want to read everyone&amp;#39;s email without exception. Granted, WSREP-masked emails are logically equivalent to plaintext since they&amp;#39;re being transmitted with almost all of the key. The difference, however, is that the NSA must expend the same computational effort as anybody else to guess the missing bits, even if the NSA has &amp;quot;broken&amp;quot; the encryption algorithm in use. This puts a nice dollars-and-cents limit on the number of emails which the NSA can open and read, all while avoiding the nasty complexities of key management and the other difficulties of traditional encryption.&lt;/p&gt;
&lt;p&gt;
	I thought it was a good idea. Hopefully someone out there who knows something about email clients sees this and agrees.&lt;/p&gt;
&lt;p&gt;
	WSREP would automatically provide anti-spam filtering since spammers will be loathe to expend the computational time and power required to encrypt their spam mails.&lt;/p&gt;
&lt;p&gt;
	Clayton -&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: The NSA's Newest Datacenter</title><link>https://archive.freecapitalists.org:443/forums/thread/467216.aspx</link><pubDate>Sun, 29 Apr 2012 16:35:48 GMT</pubDate><guid isPermaLink="false">944abf2b-d1be-4bf2-990d-438cb0e377e9:467216</guid><dc:creator>John James</dc:creator><slash:comments>0</slash:comments><comments>https://archive.freecapitalists.org:443/forums/thread/467216.aspx</comments><wfw:commentRss>https://archive.freecapitalists.org:443/forums/commentrss.aspx?SectionID=197&amp;PostID=467216</wfw:commentRss><description>&lt;h2 class="post-title entry-title"&gt;
	&lt;a href="http://www.economicpolicyjournal.com/2012/04/whistleblower-nsa-is-lying-us.html"&gt;Whistleblower: The NSA is Lying -- The U.S. Government Has Copies of Most of Your Emails&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: The NSA's Newest Datacenter</title><link>https://archive.freecapitalists.org:443/forums/thread/462522.aspx</link><pubDate>Fri, 30 Mar 2012 09:17:38 GMT</pubDate><guid isPermaLink="false">944abf2b-d1be-4bf2-990d-438cb0e377e9:462522</guid><dc:creator>Al_Gore the Idiot</dc:creator><slash:comments>0</slash:comments><comments>https://archive.freecapitalists.org:443/forums/thread/462522.aspx</comments><wfw:commentRss>https://archive.freecapitalists.org:443/forums/commentrss.aspx?SectionID=197&amp;PostID=462522</wfw:commentRss><description>&lt;p&gt;
	Some old news - &amp;quot;Library of Congress to house Twitter data&amp;quot;:&lt;/p&gt;
&lt;p&gt;
	&lt;a href="http://www.bizjournals.com/sanfrancisco/stories/2010/04/12/daily46.html"&gt;http://www.bizjournals.com/sanfrancisco/stories/2010/04/12/daily46.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: The NSA's Newest Datacenter</title><link>https://archive.freecapitalists.org:443/forums/thread/462084.aspx</link><pubDate>Sun, 25 Mar 2012 03:15:28 GMT</pubDate><guid isPermaLink="false">944abf2b-d1be-4bf2-990d-438cb0e377e9:462084</guid><dc:creator>Clayton</dc:creator><slash:comments>0</slash:comments><comments>https://archive.freecapitalists.org:443/forums/thread/462084.aspx</comments><wfw:commentRss>https://archive.freecapitalists.org:443/forums/commentrss.aspx?SectionID=197&amp;PostID=462084</wfw:commentRss><description>&lt;p&gt;
	@Aristophanes: Ctl+C is your friend... :-P&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	Mission: IW officers create warfighting&lt;br /&gt;
	options for Fleet Commanders to fight&lt;br /&gt;
	and win in the information age. IWOs&lt;br /&gt;
	deliver and operate a reliable, secure and&lt;br /&gt;
	battle-ready global network, and lead in&lt;br /&gt;
	the development and integration of IO&lt;br /&gt;
	capabilities into the Fleet.&lt;br /&gt;
	&lt;br /&gt;
	&lt;strong&gt;Guiding Principles:&lt;br /&gt;
	&lt;br /&gt;
	(1) Warfare Competency: IWOs lead&lt;br /&gt;
	Navy Information Warfare (IW) missions&lt;br /&gt;
	by employing a thorough understanding&lt;br /&gt;
	of the tenets of IO, sensor/weapons,&lt;br /&gt;
	national systems&amp;rsquo; capabilities and&lt;/strong&gt;&lt;br /&gt;
	limitations, and know how to optimally&lt;br /&gt;
	use all IO resources to for &amp;ldquo;effects-&lt;br /&gt;
	based&amp;rdquo; warfare. IWOs develop tactics,&lt;br /&gt;
	techniques and procedures to realize&lt;br /&gt;
	tactical, strategic and business advantages&lt;br /&gt;
	afloat and ashore.&lt;/p&gt;
&lt;p&gt;
	(Obscured text bolded)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: The NSA's Newest Datacenter</title><link>https://archive.freecapitalists.org:443/forums/thread/462081.aspx</link><pubDate>Sun, 25 Mar 2012 01:50:04 GMT</pubDate><guid isPermaLink="false">944abf2b-d1be-4bf2-990d-438cb0e377e9:462081</guid><dc:creator>Aristophanes</dc:creator><slash:comments>0</slash:comments><comments>https://archive.freecapitalists.org:443/forums/thread/462081.aspx</comments><wfw:commentRss>https://archive.freecapitalists.org:443/forums/commentrss.aspx?SectionID=197&amp;PostID=462081</wfw:commentRss><description>&lt;p&gt;
	The user &amp;quot;das&amp;quot; has a paper on his military credential on that page:&lt;/p&gt;
&lt;p&gt;
	&lt;a href="https://docs.google.com/viewer?url=www.public.navy.mil/bupers-npc/officer/Detailing/IDC_FAO/IW/Documents/1810_Community_Info_Sheet.doc&amp;amp;pli=1"&gt;https://docs.google.com/viewer?url=www.public.navy.mil/bupers-npc/officer/Detailing/IDC_FAO/IW/Documents/1810_Community_Info_Sheet.doc&amp;amp;pli=1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	Notice the only picture on the document covers up a crucial part of text in the &amp;quot;Mission&amp;quot; section (It could have a different title as well).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: The NSA's Newest Datacenter</title><link>https://archive.freecapitalists.org:443/forums/thread/462075.aspx</link><pubDate>Sat, 24 Mar 2012 23:55:53 GMT</pubDate><guid isPermaLink="false">944abf2b-d1be-4bf2-990d-438cb0e377e9:462075</guid><dc:creator>Al_Gore the Idiot</dc:creator><slash:comments>0</slash:comments><comments>https://archive.freecapitalists.org:443/forums/thread/462075.aspx</comments><wfw:commentRss>https://archive.freecapitalists.org:443/forums/commentrss.aspx?SectionID=197&amp;PostID=462075</wfw:commentRss><description>&lt;p&gt;
	Also the USPS photocopies the front of every piece of delivered &amp;quot;snail&amp;quot; mail. So, to maintain privacy, you should write the return address on the &lt;em&gt;back&lt;/em&gt; of the envelope.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: The NSA's Newest Datacenter</title><link>https://archive.freecapitalists.org:443/forums/thread/461989.aspx</link><pubDate>Sat, 24 Mar 2012 00:36:12 GMT</pubDate><guid isPermaLink="false">944abf2b-d1be-4bf2-990d-438cb0e377e9:461989</guid><dc:creator>Clayton</dc:creator><slash:comments>0</slash:comments><comments>https://archive.freecapitalists.org:443/forums/thread/461989.aspx</comments><wfw:commentRss>https://archive.freecapitalists.org:443/forums/commentrss.aspx?SectionID=197&amp;PostID=461989</wfw:commentRss><description>&lt;p&gt;
	@JJ: Precisely. Anyone who has been involved with a lawsuit understands that the phrase &amp;quot;anything you say can and will be used against you&amp;quot; isn&amp;#39;t only used by the State. Records about your activities, thoughts, words, etc. can all be used against you in a court of law if they meet the rules of admissability and the plaintiff has found a way to make use of them. If the plaintiff is the State (likely a criminal case), the consequences could mean prison time, not just monetary awards. But, again, most people underestimate just how much risk they stand in of being hit with a crippling monetary award.&lt;/p&gt;
&lt;p&gt;
	Every photo you post on facebook can potentially be used to establish your lifestyle, habits, specific locations, etc. It can be used to make facts you present about yourself seem less believable, thus rendering your claims moot even if you have&amp;nbsp;&lt;em&gt;evidence&lt;/em&gt;&amp;nbsp;to back them up. And those are just the photos you choose to make public. Imagine you are falsely accused of sexual assault and the State has accessed your browser history. If you&amp;#39;re like most men, there&amp;#39;s almost certainly a history of porn websites that you&amp;#39;ve visited. So now you&amp;#39;re a dirty pervert who watches porn and just &lt;em&gt;one hour later&lt;/em&gt; you were at a bar where you are now accused of committing sexual assault. Who is the juror going to believe? The poor, sullied woman or the dirty,&amp;nbsp;&lt;em&gt;provably-porn-browsing&lt;/em&gt; pervert?&lt;/p&gt;
&lt;p&gt;
	People&amp;#39;s apathy never ceases to amaze me.&lt;/p&gt;
&lt;p&gt;
	Clayton -&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: The NSA's Newest Datacenter</title><link>https://archive.freecapitalists.org:443/forums/thread/461987.aspx</link><pubDate>Sat, 24 Mar 2012 00:19:48 GMT</pubDate><guid isPermaLink="false">944abf2b-d1be-4bf2-990d-438cb0e377e9:461987</guid><dc:creator>John James</dc:creator><slash:comments>0</slash:comments><comments>https://archive.freecapitalists.org:443/forums/thread/461987.aspx</comments><wfw:commentRss>https://archive.freecapitalists.org:443/forums/commentrss.aspx?SectionID=197&amp;PostID=461987</wfw:commentRss><description>&lt;h3 class="post-title entry-title"&gt;
	&lt;a href="http://www.economicpolicyjournal.com/2012/03/how-nsa-will-use-your-emails-and-phone.html"&gt;How the NSA Will Use Your Emails and Phone Calls Against You&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;
	I was quite surprised by the reaction to &lt;a href="http://www.economicpolicyjournal.com/2012/03/they-are-going-to-listen-to-everyone-of.html"&gt;my post on the Utah Data Center being built for the National Security Agency&lt;/a&gt;. It appears the center will be a depository for complete contents of private emails, cell phone calls, and Google searches, as well as all sorts of personal data trails&amp;mdash;parking receipts, travel itineraries, bookstore purchases, and other digital &amp;ldquo;pocket litter.&amp;rdquo;&lt;br /&gt;
	&lt;br /&gt;
	The reaction from many readers was one of unconcern, with the general thought being that it is too much data to look through. However, my concern is more with the ability to &amp;quot;look back&amp;quot; at&amp;nbsp;conversations and emails of the past that you, at the time, thought were harmless.&lt;br /&gt;
	&lt;br /&gt;
	Consider this &lt;a href="http://www.cnbc.com/id/46818238"&gt;report&lt;/a&gt; about Goldman Sachs, today: [...]&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: The NSA's Newest Datacenter</title><link>https://archive.freecapitalists.org:443/forums/thread/461973.aspx</link><pubDate>Fri, 23 Mar 2012 23:12:01 GMT</pubDate><guid isPermaLink="false">944abf2b-d1be-4bf2-990d-438cb0e377e9:461973</guid><dc:creator>Clayton</dc:creator><slash:comments>0</slash:comments><comments>https://archive.freecapitalists.org:443/forums/thread/461973.aspx</comments><wfw:commentRss>https://archive.freecapitalists.org:443/forums/commentrss.aspx?SectionID=197&amp;PostID=461973</wfw:commentRss><description>&lt;p&gt;
	Measured in practical terms, the code-breakers are &lt;em&gt;winning&lt;/em&gt;. Sure, they&amp;#39;ve lost the mathematical battle but so what? They can still bypass most security and access most secrets they want to get ahold of. The true art of intelligence is the art of war... following the path of least-resistance, the path of greatest weakness.&lt;/p&gt;
&lt;p&gt;
	Clayton -&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: The NSA's Newest Datacenter</title><link>https://archive.freecapitalists.org:443/forums/thread/461967.aspx</link><pubDate>Fri, 23 Mar 2012 22:42:08 GMT</pubDate><guid isPermaLink="false">944abf2b-d1be-4bf2-990d-438cb0e377e9:461967</guid><dc:creator>Al_Gore the Idiot</dc:creator><slash:comments>0</slash:comments><comments>https://archive.freecapitalists.org:443/forums/thread/461967.aspx</comments><wfw:commentRss>https://archive.freecapitalists.org:443/forums/commentrss.aspx?SectionID=197&amp;PostID=461967</wfw:commentRss><description>&lt;p&gt;
	Well I got through this huge article. Nothing here really surprised me. Didn&amp;#39;t bother reading the comments. I think this part sums it up:&lt;/p&gt;
&lt;p&gt;
	&lt;em&gt;Sitting in a restaurant not far from NSA headquarters, the place where he spent nearly 40 years of his life, Binney held his thumb and forefinger close together. &amp;ldquo;We are, like, that far from a turnkey totalitarian state,&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;
	Apparently there is a &lt;em&gt;new &lt;/em&gt;type of war between the code breakers and code makers. The NSA won&amp;#39;t admit defeat. The new datacenter is their answer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: The NSA's Newest Datacenter</title><link>https://archive.freecapitalists.org:443/forums/thread/461809.aspx</link><pubDate>Thu, 22 Mar 2012 13:06:43 GMT</pubDate><guid isPermaLink="false">944abf2b-d1be-4bf2-990d-438cb0e377e9:461809</guid><dc:creator>Autolykos</dc:creator><slash:comments>0</slash:comments><comments>https://archive.freecapitalists.org:443/forums/thread/461809.aspx</comments><wfw:commentRss>https://archive.freecapitalists.org:443/forums/commentrss.aspx?SectionID=197&amp;PostID=461809</wfw:commentRss><description>&lt;p&gt;
	Have you read it yet? If not, I definitely suggest doing so.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: The NSA's Newest Datacenter</title><link>https://archive.freecapitalists.org:443/forums/thread/461808.aspx</link><pubDate>Thu, 22 Mar 2012 12:53:44 GMT</pubDate><guid isPermaLink="false">944abf2b-d1be-4bf2-990d-438cb0e377e9:461808</guid><dc:creator>Al_Gore the Idiot</dc:creator><slash:comments>0</slash:comments><comments>https://archive.freecapitalists.org:443/forums/thread/461808.aspx</comments><wfw:commentRss>https://archive.freecapitalists.org:443/forums/commentrss.aspx?SectionID=197&amp;PostID=461808</wfw:commentRss><description>&lt;p&gt;
	Honesty, I didn&amp;#39;t read the article. I just read and copied the post made on some other forum.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: The NSA's Newest Datacenter</title><link>https://archive.freecapitalists.org:443/forums/thread/461760.aspx</link><pubDate>Thu, 22 Mar 2012 00:46:59 GMT</pubDate><guid isPermaLink="false">944abf2b-d1be-4bf2-990d-438cb0e377e9:461760</guid><dc:creator>Clayton</dc:creator><slash:comments>0</slash:comments><comments>https://archive.freecapitalists.org:443/forums/thread/461760.aspx</comments><wfw:commentRss>https://archive.freecapitalists.org:443/forums/commentrss.aspx?SectionID=197&amp;PostID=461760</wfw:commentRss><description>&lt;p&gt;
	I&amp;#39;ve speculated on this subject before and I think this is symptomatic of the NSA&amp;#39;s true strategy - weaken popular security practices and intercept en masse. They can&amp;#39;t break the strongest encryption algorithms. Their solution is to lull the public into a false sense of security in storing and transmitting their data in the clear.&lt;/p&gt;
&lt;p&gt;
	Hardcore cryptanalytic work is reserved exclusively for high-value, time-sensitive data. Cryptanalysis of legacy cryptographic algorithms moves at a slower pace and probably lags a couple decades. Potentially high-value,&amp;nbsp;encrypted information is placed in cold storage until cryptanalytic methods and computational efficiency makes cryptanalysis feasible.&lt;/p&gt;
&lt;p&gt;
	Strategic storage of encrypted data can also be combined with eavesdropping (electronic, digital, audible, infiltration etc.) to break very high-value, time-sensitive encrypted information. Follow path of least resistance.&lt;/p&gt;
&lt;p&gt;
	And anyone who thinks that &amp;quot;government bureaucracy&amp;quot; will snarl up the NSA and keep it from efficiently collecting and breaking people&amp;#39;s data is naive in the extreme. The State is the organization that uses war instead of exchange to secure revenues for itself and the NSA&amp;#39;s job is the informational component of warfare.&lt;/p&gt;
&lt;p&gt;
	Clayton -&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>