<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Каталог файлов</title>
		<link>https://moshkov.ucoz.ru/load/</link>
		<description>Каталог файлов</description>
		<lastBuildDate>Tue, 16 Feb 2010 16:54:22 GMT</lastBuildDate>
		<generator>uCoz Web-Service</generator>
		<atom:link href="https://moshkov.ucoz.ru/load/rss" rel="self" type="application/rss+xml" />
		
		<item>
			<title>Антивирус  Microsoft Security Essentials</title>
			<description>&lt;div class=&quot;contentNoFade&quot;&gt;
 &lt;h3&gt;&lt;span id=&quot;ctl00_ContentPlaceHolder1_lblContentHeadline&quot;&gt;О&lt;/span&gt;
 Microsoft Security Essentials&amp;nbsp;&lt;/h3&gt;&lt;a href=&quot;../mssefullinstall-x86fre-ru-ru-xp.exe&quot;&gt;&lt;/a&gt;Microsoft Security Essentials работает незаметно и эффективно в 
фоновом режиме, поэтому компьютер с ОС Windows можно использовать для 
любых целей без перерывов и долгих задержек.&lt;br&gt;&lt;/div&gt;
&lt;a href=&quot;../mssefullinstall-x86fre-ru-ru-xp.exe&quot;&gt;&lt;/a&gt;</description>
			
			<link>https://moshkov.ucoz.ru/load/antivirus_microsoft_security_essentials/1-1-0-10</link>
			<category>Мои файлы</category>
			<dc:creator>Администратор</dc:creator>
			<guid>https://moshkov.ucoz.ru/load/antivirus_microsoft_security_essentials/1-1-0-10</guid>
			<pubDate>Tue, 16 Feb 2010 16:54:22 GMT</pubDate>
		</item>
		<item>
			<title>Панорама на Бабку 1915</title>
			<description>&lt;b&gt;&lt;/b&gt;&lt;br&gt;&amp;nbsp;&lt;span style=&quot;font-size: 14px;&quot;&gt;Мы считаем, что снимок сделан в 
1915 году&lt;/span&gt;</description>
			
			<link>https://moshkov.ucoz.ru/load/panorama_na_babku_1915/1-1-0-9</link>
			<category>Мои файлы</category>
			<dc:creator>Администратор</dc:creator>
			<guid>https://moshkov.ucoz.ru/load/panorama_na_babku_1915/1-1-0-9</guid>
			<pubDate>Mon, 25 Jan 2010 11:11:15 GMT</pubDate>
		</item>
		<item>
			<title>Яуза - Прошлый век7</title>
			<description>&lt;h1 class=&quot;photo-tit&quot;&gt;Речной трамвайчик на Обводном канале &lt;/h1&gt;

 &lt;script type=&quot;text/javascript&quot;&gt;
 var photo_fragments = [
 ];

 function photo_onload(img){ // draws fragments on photo load if any
 if (photo_fragments.length &gt; 0) {
 var img_dims = {
 &quot;w&quot; : img.clientWidth,
 &quot;h&quot; : img.clientHeight
 };
 for (var i = 0; i &lt; photo_fragments.length; i++) {
 var fragment = photo_fragments[i];
 var frag_html = document.createElement(&quot;div&quot;);
 frag_html.style.top = (img_dims.h * fragment.nw_y / 100) + &quot;px&quot;;
 frag_html.style.left = (img_dims.w * fragment.nw_x / 100) + &quot;px&quot;;
 frag_html.style.width = (img_dims.w * (fragment.se_x - fragment.nw_x) / 100) + &quot;px&quot;;
 frag_html.style.height = (img_dims.h * (fragment.se_y - fragment.nw_y) / 100) + &quot;px&quot;;
 frag_html.className = &quot;b-photo-fragment&quot;;
 frag_html.id = &quot;frag-&quot; + fragment.id;
 var frag_href = document.createElement(&quot;a&quot;);
 frag_href.className = &quot;s-frag2comm-link&quot;;
 frag_href.href = &quot;#comment-&quot; + fragment.id;
 var frag_comm = document.createElement(&quot;div&quot;);
 frag_comm.className = &quot;comm&quot;;
 frag_comm.innerHTML = &quot;&lt;b&gt;&quot; + fragment.user + &quot;&lt;/b&gt;&lt;br/&gt;&quot; + fragment.text;
 frag_html.appendChild(frag_href);
 frag_html.appendChild(frag_comm);
 $(frag_html).mouseover(function(){
 $(this).css(&quot;z-index&quot;, Number($(this).css(&quot;z-index&quot;)) + 100);
 $(&quot;.comm&quot;, this).css(&quot;visibility&quot;, &quot;visible&quot;);
 });
 $(frag_html).mouseout(function(){
 $(this).css(&quot;z-index&quot;, Number($(this).css(&quot;z-index&quot;)) - 100);
 $(&quot;.comm&quot;, this).css(&quot;visibility&quot;, &quot;hidden&quot;);
 });
 $(&quot;.s-photo&quot;).get(0).appendChild(frag_html);
 
 $(frag_href).click(frag_highlight); // highlights comment and frag
 }
 }

 if (location.hash) {
 frag_highlight();
 }
 }

 function frag_highlight() {
 // Function highlights frag and comment
 
 // reset all comments and frags to the initial state
 $(&quot;.comment&quot;).css(&quot;background-color&quot;, &quot;#ffffff&quot;);
 $(&quot;.b-photo-fragment&quot;).removeClass(&quot;active&quot;);
 $(&quot;.b-photo-fragment&quot;).css(&quot;visibility&quot;, &quot;hidden&quot;);

 // locate frag and comment
 if (this == window) { // direct link
 var id = location.hash.split(&quot;-&quot;)[1];
 } else if (this.className == &quot;s-frag2comm-link&quot;) { // frag clicked
 var id = $(this).parents(&quot;.b-photo-fragment&quot;).get(0).id.split(&quot;-&quot;)[1];
 } else if (this.className == &quot;s-comm2frag-link&quot;) { // comment clicked
 var id = $(this).parents(&quot;.comment&quot;).get(0).id.split(&quot;-&quot;)[1];
 }

 // highlight current comment and frag
 $(&quot;#comment-&quot; + id).css(&quot;background-color&quot;, &quot;#f1f1f1&quot;);
 $(&quot;#frag-&quot; + id).addClass(&quot;active&quot;);
 $(&quot;#frag-&quot; + id).css(&quot;visibility&quot;, &quot;visible&quot;);
 }

 $(function(){
 // event handlers
 $(&quot;.s-comm2frag-link&quot;).click(frag_highlight);
 $(&quot;.s-photo&quot;).mouseenter(function(){
 $(&quot;.b-photo-fragment&quot;).css(&quot;visibility&quot;, &quot;visible&quot;);
 });
 $(&quot;.s-photo&quot;).mouseleave(function(){
 $(&quot;.b-photo-fragment&quot;).css(&quot;visibility&quot;, &quot;hidden&quot;);
 $(&quot;.b-photo-fragment.active&quot;).css(&quot;visibility&quot;, &quot;visible&quot;); // leave active fragment visible
 });
 });
 &lt;/script&gt;
 
 
 
 &lt;span style=&quot;font-size: 14px;&quot;&gt;Мы считаем, что снимок сделан в 
1933 году&lt;/span&gt;</description>
			
			<link>https://moshkov.ucoz.ru/load/jauza_proshlyj_vek7/1-1-0-8</link>
			<category>Мои файлы</category>
			<dc:creator>Администратор</dc:creator>
			<guid>https://moshkov.ucoz.ru/load/jauza_proshlyj_vek7/1-1-0-8</guid>
			<pubDate>Mon, 25 Jan 2010 10:50:00 GMT</pubDate>
		</item>
		<item>
			<title>Яуза - Прошлый век6</title>
			<description>&lt;h1 class=&quot;photo-tit&quot;&gt;&lt;yabarhighlightertag class=&quot;__yasearchhighlighterclass1264416129556&quot; style=&quot;background-color: yellow; color: black; display: inline; font-size: inherit; padding: 0pt;&quot;&gt;Яуза&lt;/yabarhighlightertag&gt; от Устьинского моста &lt;/h1&gt;

 &lt;script type=&quot;text/javascript&quot;&gt;
 var photo_fragments = [
 ];

 function photo_onload(img){ // draws fragments on photo load if any
 if (photo_fragments.length &gt; 0) {
 var img_dims = {
 &quot;w&quot; : img.clientWidth,
 &quot;h&quot; : img.clientHeight
 };
 for (var i = 0; i &lt; photo_fragments.length; i++) {
 var fragment = photo_fragments[i];
 var frag_html = document.createElement(&quot;div&quot;);
 frag_html.style.top = (img_dims.h * fragment.nw_y / 100) + &quot;px&quot;;
 frag_html.style.left = (img_dims.w * fragment.nw_x / 100) + &quot;px&quot;;
 frag_html.style.width = (img_dims.w * (fragment.se_x - fragment.nw_x) / 100) + &quot;px&quot;;
 frag_html.style.height = (img_dims.h * (fragment.se_y - fragment.nw_y) / 100) + &quot;px&quot;;
 frag_html.className = &quot;b-photo-fragment&quot;;
 frag_html.id = &quot;frag-&quot; + fragment.id;
 var frag_href = document.createElement(&quot;a&quot;);
 frag_href.className = &quot;s-frag2comm-link&quot;;
 frag_href.href = &quot;#comment-&quot; + fragment.id;
 var frag_comm = document.createElement(&quot;div&quot;);
 frag_comm.className = &quot;comm&quot;;
 frag_comm.innerHTML = &quot;&lt;b&gt;&quot; + fragment.user + &quot;&lt;/b&gt;&lt;br/&gt;&quot; + fragment.text;
 frag_html.appendChild(frag_href);
 frag_html.appendChild(frag_comm);
 $(frag_html).mouseover(function(){
 $(this).css(&quot;z-index&quot;, Number($(this).css(&quot;z-index&quot;)) + 100);
 $(&quot;.comm&quot;, this).css(&quot;visibility&quot;, &quot;visible&quot;);
 });
 $(frag_html).mouseout(function(){
 $(this).css(&quot;z-index&quot;, Number($(this).css(&quot;z-index&quot;)) - 100);
 $(&quot;.comm&quot;, this).css(&quot;visibility&quot;, &quot;hidden&quot;);
 });
 $(&quot;.s-photo&quot;).get(0).appendChild(frag_html);
 
 $(frag_href).click(frag_highlight); // highlights comment and frag
 }
 }

 if (location.hash) {
 frag_highlight();
 }
 }

 function frag_highlight() {
 // Function highlights frag and comment
 
 // reset all comments and frags to the initial state
 $(&quot;.comment&quot;).css(&quot;background-color&quot;, &quot;#ffffff&quot;);
 $(&quot;.b-photo-fragment&quot;).removeClass(&quot;active&quot;);
 $(&quot;.b-photo-fragment&quot;).css(&quot;visibility&quot;, &quot;hidden&quot;);

 // locate frag and comment
 if (this == window) { // direct link
 var id = location.hash.split(&quot;-&quot;)[1];
 } else if (this.className == &quot;s-frag2comm-link&quot;) { // frag clicked
 var id = $(this).parents(&quot;.b-photo-fragment&quot;).get(0).id.split(&quot;-&quot;)[1];
 } else if (this.className == &quot;s-comm2frag-link&quot;) { // comment clicked
 var id = $(this).parents(&quot;.comment&quot;).get(0).id.split(&quot;-&quot;)[1];
 }

 // highlight current comment and frag
 $(&quot;#comment-&quot; + id).css(&quot;background-color&quot;, &quot;#f1f1f1&quot;);
 $(&quot;#frag-&quot; + id).addClass(&quot;active&quot;);
 $(&quot;#frag-&quot; + id).css(&quot;visibility&quot;, &quot;visible&quot;);
 }

 $(function(){
 // event handlers
 $(&quot;.s-comm2frag-link&quot;).click(frag_highlight);
 $(&quot;.s-photo&quot;).mouseenter(function(){
 $(&quot;.b-photo-fragment&quot;).css(&quot;visibility&quot;, &quot;visible&quot;);
 });
 $(&quot;.s-photo&quot;).mouseleave(function(){
 $(&quot;.b-photo-fragment&quot;).css(&quot;visibility&quot;, &quot;hidden&quot;);
 $(&quot;.b-photo-fragment.active&quot;).css(&quot;visibility&quot;, &quot;visible&quot;); // leave active fragment visible
 });
 });&lt;/script&gt;
 
 &lt;span style=&quot;font-size: 14px;&quot;&gt;Мы считаем, что снимок сделан между
 1900-1910 годами&lt;/span&gt;</description>
			
			<link>https://moshkov.ucoz.ru/load/jauza_proshlyj_vek6/1-1-0-7</link>
			<category>Мои файлы</category>
			<dc:creator>Администратор</dc:creator>
			<guid>https://moshkov.ucoz.ru/load/jauza_proshlyj_vek6/1-1-0-7</guid>
			<pubDate>Mon, 25 Jan 2010 10:47:28 GMT</pubDate>
		</item>
		<item>
			<title>Яуза - Прошлый век5</title>
			<description>&lt;b&gt;Источник:&lt;/b&gt; 
1-9-6-3.livejournal.com 

 
 &lt;span style=&quot;font-size: 14px;&quot;&gt;Мы считаем, что снимок сделан между
 1900-1910 годами&lt;/span&gt;</description>
			
			<link>https://moshkov.ucoz.ru/load/jauza_proshlyj_vek5/1-1-0-6</link>
			<category>Мои файлы</category>
			<dc:creator>Администратор</dc:creator>
			<guid>https://moshkov.ucoz.ru/load/jauza_proshlyj_vek5/1-1-0-6</guid>
			<pubDate>Mon, 25 Jan 2010 10:44:50 GMT</pubDate>
		</item>
		<item>
			<title>Яуза - Прошлый век4</title>
			<description>&lt;b&gt;Источник:&lt;/b&gt; CD 
&quot;Советская Москва 20-х - 50-х&quot; 

 
 &lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;br&gt;Мы считаем, что снимок сделан в 
1941 году&lt;/span&gt;</description>
			
			<link>https://moshkov.ucoz.ru/load/jauza_proshlyj_vek4/1-1-0-5</link>
			<category>Мои файлы</category>
			<dc:creator>Администратор</dc:creator>
			<guid>https://moshkov.ucoz.ru/load/jauza_proshlyj_vek4/1-1-0-5</guid>
			<pubDate>Mon, 25 Jan 2010 10:36:51 GMT</pubDate>
		</item>
		<item>
			<title>Яуза - Прошлый век3</title>
			<description>&lt;b&gt;Фотограф:&lt;/b&gt;
 «Шерер, Набгольц и К» 

 
 &lt;span style=&quot;font-size: 14px;&quot;&gt;Мы считаем, что снимок сделан между
 1885-1887 годами&lt;/span&gt;</description>
			
			<link>https://moshkov.ucoz.ru/load/jauza_proshlyj_vek3/1-1-0-4</link>
			<category>Мои файлы</category>
			<dc:creator>Администратор</dc:creator>
			<guid>https://moshkov.ucoz.ru/load/jauza_proshlyj_vek3/1-1-0-4</guid>
			<pubDate>Mon, 25 Jan 2010 10:34:04 GMT</pubDate>
		</item>
		<item>
			<title>Яуза - Прошлый век2</title>
			<description>&lt;b&gt;Источник:&lt;/b&gt; Книга 
&quot;Памятники архитектуры Москвы&quot; 
 

 
 &lt;span style=&quot;font-size: 14px;&quot;&gt;Мы считаем, что снимок сделан в 
1887 году&lt;/span&gt;</description>
			
			<link>https://moshkov.ucoz.ru/load/jauza_proshlyj_vek2/1-1-0-3</link>
			<category>Мои файлы</category>
			<dc:creator>Администратор</dc:creator>
			<guid>https://moshkov.ucoz.ru/load/jauza_proshlyj_vek2/1-1-0-3</guid>
			<pubDate>Mon, 25 Jan 2010 10:31:31 GMT</pubDate>
		</item>
		<item>
			<title>Яуза - Прошлый век</title>
			<description>&lt;span style=&quot;font-size: 14px;&quot;&gt;Мы считаем, что снимок сделан между
 1898-1900 годами&lt;/span&gt;</description>
			
			<link>https://moshkov.ucoz.ru/load/jauza_proshlyj_vek/1-1-0-2</link>
			<category>Мои файлы</category>
			<dc:creator>Администратор</dc:creator>
			<guid>https://moshkov.ucoz.ru/load/jauza_proshlyj_vek/1-1-0-2</guid>
			<pubDate>Mon, 25 Jan 2010 10:28:50 GMT</pubDate>
		</item>
		<item>
			<title>Лосиноостровская</title>
			<description>&lt;h1 class=&quot;photo-tit&quot;&gt;Убежище фельдшериц у станции &lt;yabarhighlightertag class=&quot;__yasearchhighlighterclass1264089547265&quot; style=&quot;padding: 0pt; background-color: yellow; color: black; display: inline; font-size: inherit;&quot;&gt;&lt;yabarhighlightertag class=&quot;__yasearchhighlighterclass1264089547265&quot; style=&quot;padding: 0pt; background-color: yellow; color: black; display: inline; font-size: inherit;&quot;&gt;Лосиноостровская&lt;/yabarhighlightertag&gt;&lt;/yabarhighlightertag&gt;&lt;/h1&gt;
&lt;b&gt;&lt;/b&gt;</description>
			
			<link>https://moshkov.ucoz.ru/load/losinoostrovskaja/1-1-0-1</link>
			<category>Мои файлы</category>
			<dc:creator></dc:creator>
			<guid>https://moshkov.ucoz.ru/load/losinoostrovskaja/1-1-0-1</guid>
			<pubDate>Thu, 21 Jan 2010 16:03:31 GMT</pubDate>
		</item>
	</channel>
</rss>