<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>ETERNAL HTML</title><description>HTML XHTML CSS JavaScript XML Tutorials,Download Blogger,Wordpress,Html Free themes References Examples</description><managingEditor>noreply@blogger.com (Lahiru Dilranga Silva)</managingEditor><pubDate>Tue, 5 Nov 2024 18:46:14 -0800</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">4</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>http://eternalhtml.blogspot.com/</link><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle>HTML XHTML CSS JavaScript XML Tutorials,Download Blogger,Wordpress,Html Free themes References Examples</itunes:subtitle><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><item><title>How To Create HTML Tags...</title><link>http://eternalhtml.blogspot.com/2012/09/how-to-create-html-tags.html</link><category>html</category><author>noreply@blogger.com (Lahiru Dilranga Silva)</author><pubDate>Tue, 4 Sep 2012 21:48:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3107445850757148312.post-1711197054276047040</guid><description>&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgc6nUMfzfjk_ErBJHSNd9ZFfU_DGC5g29fGXeQOfYbGJtPBUpDUlcku-LKCYSvIMsH8ZA25m3GN0xGcC2f7bK45ETsPqr1xayqCMY5LU-48MEQzsfSCmdO78g5ebYafOE0BCvxm0l0qYZC/s1600/html_tags.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="320" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgc6nUMfzfjk_ErBJHSNd9ZFfU_DGC5g29fGXeQOfYbGJtPBUpDUlcku-LKCYSvIMsH8ZA25m3GN0xGcC2f7bK45ETsPqr1xayqCMY5LU-48MEQzsfSCmdO78g5ebYafOE0BCvxm0l0qYZC/s320/html_tags.jpg" width="267" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h2&gt;&lt;b&gt;HTML TAGS&lt;/b&gt;&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;HTML tags are used to mark-up HTML elements&lt;/li&gt;
&lt;li&gt;HTML tags are surrounded by the two characters &amp;lt; and &amp;gt;&lt;/li&gt;
&lt;li&gt;The Surrounding Characters are called angel brackets &lt;/li&gt;
&lt;li&gt;HTML tags normally come in pairs like &amp;lt;b&amp;gt; and &amp;lt;/b&amp;gt;&lt;/li&gt;
&lt;li&gt;The first tag in a pair is the start tag, the second tag is the end tag&lt;/li&gt;
&lt;li&gt;The text between the start and end tags is the element content&amp;nbsp; &lt;/li&gt;
&lt;li&gt;HTML tags are not case sensitive, &amp;lt;b&amp;gt; means the same as &amp;lt;B&amp;gt;&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;h2&gt;Headings&lt;/h2&gt;Heading are defined with the &amp;lt;h1&amp;gt;to&amp;lt;h6&amp;gt; tags. &amp;lt;h1&amp;gt; defines the largest heading. &amp;lt;h6&amp;gt; defines the smallest heading.&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;blockquote class="tr_bq"&gt;&lt;div style="text-align: center;"&gt;&amp;lt;h1&amp;gt; This is Heading &amp;lt;h1&amp;gt; &lt;/div&gt;&lt;h1 style="text-align: center;"&gt;This is Heading &lt;/h1&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&amp;lt;h2&amp;gt; This is Heading &amp;lt;h2&amp;gt;&lt;/div&gt;&lt;h2 style="text-align: center;"&gt;This is Heading &lt;/h2&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&amp;lt;h3&amp;gt; This is Heading &amp;lt;h3&amp;gt;&lt;/div&gt;&lt;h3 style="text-align: center;"&gt;This is Heading &lt;/h3&gt;&lt;div style="text-align: center;"&gt;&amp;lt;h4&amp;gt; This is Heading &amp;lt;h4&amp;gt;&lt;/div&gt;&lt;h4 style="text-align: center;"&gt;This is Heading &lt;/h4&gt;&lt;div style="text-align: center;"&gt;&amp;lt;h5&amp;gt; This is Heading &amp;lt;h5&amp;gt;&lt;/div&gt;&lt;h5 style="text-align: center;"&gt;This is Heading &lt;/h5&gt;&lt;div style="text-align: center;"&gt;&amp;lt;h6&amp;gt; This is Heading &amp;lt;h6&amp;gt; &lt;/div&gt;&lt;h6 style="text-align: center;"&gt;This is Heading &lt;/h6&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;h3&gt;&lt;b&gt;&lt;/b&gt;&lt;/h3&gt;&lt;h2&gt;&lt;b&gt;Paragraphs&lt;/b&gt;&lt;/h2&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;Paragraphs are degfined with the &amp;lt;p&amp;gt; tags..&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;&lt;div style="text-align: center;"&gt;&amp;lt;p&amp;gt; This is a paragraph &amp;lt;/p&amp;gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&amp;lt;p&amp;gt; This is another paragraph &amp;lt;/p&amp;gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;br /&gt;
HTML automatically adds on extra blank line before&amp;nbsp; and after a paragraph&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;To be Continued Next Post&lt;/b&gt;...... </description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgc6nUMfzfjk_ErBJHSNd9ZFfU_DGC5g29fGXeQOfYbGJtPBUpDUlcku-LKCYSvIMsH8ZA25m3GN0xGcC2f7bK45ETsPqr1xayqCMY5LU-48MEQzsfSCmdO78g5ebYafOE0BCvxm0l0qYZC/s72-c/html_tags.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>How to create a Blog</title><link>http://eternalhtml.blogspot.com/2012/09/main-requirements-for-creating-blog-is.html</link><category>blogger</category><author>noreply@blogger.com (Lahiru Dilranga Silva)</author><pubDate>Mon, 3 Sep 2012 11:29:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3107445850757148312.post-4331549261838616017</guid><description>Main requirements for &lt;span style="font-weight: bold;"&gt;&lt;a href="http://eternalhtml.blogspot.com/2012/09/share-your-mind-to-world.html"&gt;creating a Blog&lt;/a&gt;&lt;/span&gt; is a need to have the &lt;span style="font-weight: bold;"&gt;Email Account&lt;/span&gt;. I think all who read this post already understand how to &lt;span style="font-weight: bold;"&gt;create an Email Account&lt;/span&gt;, so I do not need to explain again &lt;span style="font-weight: bold;"&gt;how to create Email Account&lt;/span&gt;.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCt7OsPFNFOda2w9rm-DslPXJwCYyj_EFc88WReQ_qtEZEvAkvqUUbCxvcVvVunNbmICeYFGlmuIdhj3kSgziKIufvTE6kC1aVNdRO7E4lxCzVGPvpgJF5Mbehf-5gh9xCPzIkRHc6PPSx/s1600/idea_create_new_blog.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="320" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCt7OsPFNFOda2w9rm-DslPXJwCYyj_EFc88WReQ_qtEZEvAkvqUUbCxvcVvVunNbmICeYFGlmuIdhj3kSgziKIufvTE6kC1aVNdRO7E4lxCzVGPvpgJF5Mbehf-5gh9xCPzIkRHc6PPSx/s320/idea_create_new_blog.jpg" width="318" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
But I suggest you to use email from &lt;span style="font-weight: bold;"&gt;Gmail&lt;/span&gt;, because &lt;span style="font-weight: bold;"&gt;Gmail and blogspot is owned by Google&lt;/span&gt;. So both will be better suited to be combined. Meanwhile, for you who don't understand &lt;span style="font-weight: bold;"&gt;how to create Email Account&lt;/span&gt;, please visit the &lt;a href="http://mail.google.com/" style="color: #993399;"&gt;Gmail&lt;/a&gt;, and click Sign Up. Fill in all the required data correctly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next we will create a Blogger account. The steps are:&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Click &lt;a href="http://www.blogger.com/"&gt;Blogger&lt;/a&gt;, or type &lt;span style="font-style: italic;"&gt;www.blogger.com&lt;/span&gt; in Your Browser Box then click &lt;span style="font-weight: bold;"&gt;Enter&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Click image arrow labeled "&lt;span style="font-weight: bold;"&gt;Create YOUR BLOG&lt;/span&gt;"&lt;/li&gt;
&lt;li&gt;Type your Email Address that is still active&lt;/li&gt;
&lt;li&gt;Retype your Email Address&lt;/li&gt;
&lt;li&gt;Type the password that you want&lt;/li&gt;
&lt;li&gt;Retype the password&lt;/li&gt;
&lt;li&gt;Type Blog Name with the name you want to show&lt;/li&gt;
&lt;li&gt;Write the &lt;span style="font-weight: bold;"&gt;Word Verification Code&lt;/span&gt; in the form&lt;/li&gt;
&lt;li&gt;Check the little box that You accept the Terms of Service&lt;/li&gt;
&lt;li&gt;Click image arrow labeled "&lt;span style="font-weight: bold;"&gt;CONTINUE&lt;/span&gt;"&lt;/li&gt;
&lt;li&gt;Enter the &lt;span style="font-weight: bold;"&gt;Blog Title&lt;/span&gt; that you want in the form Blog Title (in the future can change again)&lt;/li&gt;
&lt;li&gt;Write the Address Name (URL) of your site in the form &lt;span style="font-weight: bold;"&gt;Blog address&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Write verification code displayed on the verification form words&lt;/li&gt;
&lt;li&gt;Click image arrow labeled "&lt;span style="font-weight: bold;"&gt;CONTINUE&lt;/span&gt;"&lt;/li&gt;
&lt;li&gt;Choose template that you want (in the future can change again)&lt;/li&gt;
&lt;li&gt;Click image arrow labeled "&lt;span style="font-weight: bold;"&gt;CONTINUE&lt;/span&gt;"&lt;/li&gt;
&lt;li&gt;In the "&lt;span style="font-weight: bold;"&gt;Your blog has been created&lt;/span&gt;". Click on the picture the arrow labeled "&lt;span style="font-weight: bold;"&gt;Start Posting&lt;/span&gt;"&lt;/li&gt;
&lt;li&gt;Now You can write You want to Show in Your Blog then Share for people. And when You finish, click the "&lt;span style="font-weight: bold;"&gt;PUBLISH POST&lt;/span&gt;".&lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I suggest You to &lt;span style="font-weight: bold;"&gt;write anything You like&lt;/span&gt; (like your life or hobbies, etc) and &lt;span style="font-weight: bold;"&gt;useful to other people&lt;/span&gt; that will make your blog visitors will be happy with what you write. So they will be back to visit your blog to reading Your &lt;span style="font-weight: bold;"&gt;nice post&lt;/span&gt; again.</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCt7OsPFNFOda2w9rm-DslPXJwCYyj_EFc88WReQ_qtEZEvAkvqUUbCxvcVvVunNbmICeYFGlmuIdhj3kSgziKIufvTE6kC1aVNdRO7E4lxCzVGPvpgJF5Mbehf-5gh9xCPzIkRHc6PPSx/s72-c/idea_create_new_blog.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Share Your Mind to The World</title><link>http://eternalhtml.blogspot.com/2012/09/share-your-mind-to-world.html</link><category>blogger</category><author>noreply@blogger.com (Lahiru Dilranga Silva)</author><pubDate>Mon, 3 Sep 2012 09:22:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3107445850757148312.post-5037719154774340114</guid><description>Human beings are social. It is the human need to relate to other human  knowledge. Technology has been developed. Internet System already  supports a touch through the virtual world, through Social Networks like  Facebook, Google +, etc. Along with its development, there is a new  way to meet and share with people around the world that is &lt;span style="font-weight: bold;"&gt;Blogging&lt;/span&gt;.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYXHpIYi-BNuODKvb8KJ8NLkeD3mTn5cZVlmz_9VeKe59ZWvZEkl1MdGPVMr_NWQJOMtSf1Vu_hsTPA-J2Sq-UQtHrxWlLTNqy2dPODGO4Z-sOkKgyP45Mynt3KY-OSDoO_IRbyBtnDt9E/s1600/computer-lab-2.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYXHpIYi-BNuODKvb8KJ8NLkeD3mTn5cZVlmz_9VeKe59ZWvZEkl1MdGPVMr_NWQJOMtSf1Vu_hsTPA-J2Sq-UQtHrxWlLTNqy2dPODGO4Z-sOkKgyP45Mynt3KY-OSDoO_IRbyBtnDt9E/s320/computer-lab-2.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;Blog&lt;/span&gt; more specific than the social network. Here we can &lt;span style="font-weight: bold;"&gt;customizing the blog&lt;/span&gt;  as much as possible with fewer restrictions. We can share everything  with people around the world. We need only write it in the Post. There  have only goal to share, but not a few of them for the purpose of his  blog as the land of business.&lt;br /&gt;
&lt;br /&gt;
Many of us who do not know how to create a blog with a variety of  features in it. I will share about how you can run to create a blog as  you want with &lt;span style="font-weight: bold;"&gt;&lt;a href="http://www.blogger.com/"&gt;blogspot&lt;/a&gt;&lt;/span&gt;(&lt;span style="font-weight: bold;"&gt;http://www.blogger.com/&lt;/span&gt;). Please review the tricks that I write in this &lt;span style="font-weight: bold;"&gt;blog&lt;/span&gt;. However, &lt;span style="font-style: italic;"&gt;I am not a perfect person&lt;/span&gt;.  Maybe there was an error in writing and such. I will appreciate any  advice you give to the progress this blog. I say the final word. &lt;span style="font-weight: bold;"&gt;Let's Share to the World&lt;/span&gt;, &lt;span style="font-weight: bold;"&gt;Let's Bloging&lt;/span&gt;! &lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=eternalhtml', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;span style="font-weight: bold;"&gt;Subscribe Newsletter for Free&lt;/span&gt; with us to get any new post from &lt;span style="font-weight: bold;"&gt;Eternal HTML For You&lt;/span&gt;. Please fill your email on the box below, and click &lt;span style="font-weight: bold;"&gt;Subscribe&lt;/span&gt;. We will not share your email address. Because we would appreciate your privacy.&lt;br /&gt;
&lt;/div&gt;Enter your email address:&lt;br /&gt;
&lt;input name="email" style="width: 140px;" type="text" /&gt;&lt;br /&gt;
&lt;input name="uri" type="hidden" value="eternalhtml" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input type="submit" value="Subscribe" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://feedburner.google.com/" target="_blank"&gt;&lt;/a&gt;&lt;/form&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYXHpIYi-BNuODKvb8KJ8NLkeD3mTn5cZVlmz_9VeKe59ZWvZEkl1MdGPVMr_NWQJOMtSf1Vu_hsTPA-J2Sq-UQtHrxWlLTNqy2dPODGO4Z-sOkKgyP45Mynt3KY-OSDoO_IRbyBtnDt9E/s72-c/computer-lab-2.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>What is An HTML File ?</title><link>http://eternalhtml.blogspot.com/2012/09/what-is-html-file.html</link><category>html</category><author>noreply@blogger.com (Lahiru Dilranga Silva)</author><pubDate>Mon, 3 Sep 2012 07:45:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3107445850757148312.post-9143195038105803579</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;img border="0" height="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihwi7JkkEbnslPy3RPQyfrOSXuiCgdbQCBBIr62kwkghwnej_sCOwad6Gld8L4aBsgf7JUIDnInyMC4ixn5QMV3K31x-z1EVjFFyqQ61fLfvVrIUY1XvNj2s7PtbMXBQjyRl7Y8IwKjHzL/s320/iStock_000003045800XSmall.jpg" width="320" /&gt;&amp;nbsp;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;h2 class="separator" style="clear: both; text-align: center;"&gt;&lt;b&gt;What is an HTML&amp;nbsp; File?&lt;/b&gt;&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&amp;nbsp;HTML Stands for &lt;b&gt;H&lt;/b&gt;yper &lt;b&gt;T&lt;/b&gt;ext &lt;b&gt;M&lt;/b&gt;arkup &lt;b&gt;L&lt;/b&gt;anguage&lt;/li&gt;
&lt;li&gt;An HTML File is a text file containing small &lt;b&gt;markup tags&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;The Markup tags tell the web browser &lt;b&gt;how to display&lt;/b&gt; the page&lt;/li&gt;
&lt;li&gt;An HTML file must have an &lt;b&gt;htm&lt;/b&gt; or &lt;b&gt;html&lt;/b&gt; file extension&lt;/li&gt;
&lt;li&gt;An HTML file can be created using a &lt;b&gt;simple text editor (notpad)&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;h3 style="text-align: center;"&gt;&lt;b&gt;Lets We Start our first web page&lt;/b&gt;&lt;/h3&gt;If you are running Windows, Start Notpad&lt;br /&gt;
&lt;br /&gt;
Type Following text&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Title of page &amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
This is my first homepage. &amp;lt;b&amp;gt;This Text is Bold &amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;
Save the file as "mypage.htm"&lt;br /&gt;
&lt;br /&gt;
Start your Internet Browser. Select "open" (or "Open Page") in The File Menu of Your browser. A dialog box will appear. Select "Browse" (or "Choose File") and locate the HTML file you just created - "mypage.html" - select it and click "open" . Now you should see an address in the dialog box. for example&lt;br /&gt;
"C:\Documents and Settings\Administrator\My Documents\mypage.html" . Click OK, and the browser will display the page.&lt;br /&gt;
&lt;br /&gt;
HTML Document are text file made up of HTML elements.&lt;br /&gt;
&lt;br /&gt;
HTML elements are defined using HTML tags..&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;To be Continued Next Post&lt;/b&gt;......</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihwi7JkkEbnslPy3RPQyfrOSXuiCgdbQCBBIr62kwkghwnej_sCOwad6Gld8L4aBsgf7JUIDnInyMC4ixn5QMV3K31x-z1EVjFFyqQ61fLfvVrIUY1XvNj2s7PtbMXBQjyRl7Y8IwKjHzL/s72-c/iStock_000003045800XSmall.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item></channel></rss>