<?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>http://qub.do.am/</link>
		<description></description>
		<lastBuildDate>Sat, 13 Jun 2009 16:19:01 GMT</lastBuildDate>
		<generator>uCoz Web-Service</generator>
		<atom:link href="https://qub.do.am/news/rss" rel="self" type="application/rss+xml" />
		
		<item>
			<title>3dtest</title>
			<description>&lt;html&gt;
 
 &lt;head&gt;
 &lt;title&gt;Unity Web Player - 02&lt;/title&gt;
 &lt;script language=&apos;VBScript&apos;&gt;
 function DetectUnityWebPlayerActiveX
 on error resume next
 dim tControl
 dim res
 res = 0
 set tControl = CreateObject(&quot;UnityWebPlayer.UnityWebPlayer.1&quot;)
 if IsObject(tControl) then
 res = 1
 end if
 DetectUnityWebPlayerActiveX = res
 end function
 &lt;/script&gt;
 &lt;script language=&quot;javascript1.1&quot; type=&quot;text/javascript&quot;&gt;
 
 function GetUnity () {
 if (navigator.appVersion.indexOf(&quot;MSIE&quot;) != -1 &amp;&amp; navigator.appVersion.toLowerCase().indexOf(&quot;win&quot;) != -1)
 return document.getElementById(&quot;UnityObject&quot;);
 else if (navigator.appVersion.toLowerCase().indexOf(&quot;safari&quot;) != -1)
 return document.getElementById(&quot;UnityObject&quot;);
 else
 return document.getElementById(&quot;UnityEmbed&quot;);
 }
 
 function DetectUnityWebPlayer () {
 var tInstalled = false;
 if (navigator.appVersion.indexOf(&quot;MSIE&quot;) != -1 &amp;&amp; navigator.appVersion.toLowerCase().indexOf(&quot;win&quot;) != -1) {
 tInstalled = DetectUnityWebPlayerActiveX();
 }
 else {
 if (naviga...</description>
			<content:encoded>&lt;html&gt;
 
 &lt;head&gt;
 &lt;title&gt;Unity Web Player - 02&lt;/title&gt;
 &lt;script language=&apos;VBScript&apos;&gt;
 function DetectUnityWebPlayerActiveX
 on error resume next
 dim tControl
 dim res
 res = 0
 set tControl = CreateObject(&quot;UnityWebPlayer.UnityWebPlayer.1&quot;)
 if IsObject(tControl) then
 res = 1
 end if
 DetectUnityWebPlayerActiveX = res
 end function
 &lt;/script&gt;
 &lt;script language=&quot;javascript1.1&quot; type=&quot;text/javascript&quot;&gt;
 
 function GetUnity () {
 if (navigator.appVersion.indexOf(&quot;MSIE&quot;) != -1 &amp;&amp; navigator.appVersion.toLowerCase().indexOf(&quot;win&quot;) != -1)
 return document.getElementById(&quot;UnityObject&quot;);
 else if (navigator.appVersion.toLowerCase().indexOf(&quot;safari&quot;) != -1)
 return document.getElementById(&quot;UnityObject&quot;);
 else
 return document.getElementById(&quot;UnityEmbed&quot;);
 }
 
 function DetectUnityWebPlayer () {
 var tInstalled = false;
 if (navigator.appVersion.indexOf(&quot;MSIE&quot;) != -1 &amp;&amp; navigator.appVersion.toLowerCase().indexOf(&quot;win&quot;) != -1) {
 tInstalled = DetectUnityWebPlayerActiveX();
 }
 else {
 if (navigator.mimeTypes &amp;&amp; navigator.mimeTypes[&quot;application/vnd.unity&quot;]) {
 if (navigator.mimeTypes[&quot;application/vnd.unity&quot;].enabledPlugin &amp;&amp; navigator.plugins &amp;&amp; navigator.plugins[&quot;Unity Player&quot;]) {
 tInstalled = true; 
 }
 } 
 }
 return tInstalled; 
 }
 
 function GetInstallerPath () {
 var tDownloadURL = &quot;&quot;;
 var hasXpi = navigator.userAgent.toLowerCase().indexOf( &quot;firefox&quot; ) != -1;
 
 // Use standalone installer
 if (1)
 {
 if (navigator.platform == &quot;MacIntel&quot;)
 tDownloadURL = &quot;http://webplayer.unity3d.com/download_webplayer-2.x/webplayer-i386.dmg&quot;;
 else if (navigator.platform == &quot;MacPPC&quot;)
 tDownloadURL = &quot;http://webplayer.unity3d.com/download_webplayer-2.x/webplayer-ppc.dmg&quot;;
 else if (navigator.platform.toLowerCase().indexOf(&quot;win&quot;) != -1)
 tDownloadURL = &quot;http://webplayer.unity3d.com/download_webplayer-2.x/UnityWebPlayer.exe&quot;;
 return tDownloadURL;
 }
 // Use XPI installer
 else
 {
 if (navigator.platform == &quot;MacIntel&quot;)
 tDownloadURL = &quot;http://webplayer.unity3d.com/download_webplayer-2.x/UnityWebPlayerOSX.xpi&quot;;
 else if (navigator.platform == &quot;MacPPC&quot;)
 tDownloadURL = &quot;http://webplayer.unity3d.com/download_webplayer-2.x/UnityWebPlayerOSX.xpi&quot;;
 else if (navigator.platform.toLowerCase().indexOf(&quot;win&quot;) != -1)
 tDownloadURL = &quot;http://webplayer.unity3d.com/download_webplayer-2.x/UnityWebPlayerWin32.xpi&quot;;
 return tDownloadURL;
 } 
 }
 
 function AutomaticReload () {
 navigator.plugins.refresh();
 if (DetectUnityWebPlayer())
 window.location.reload();

 setTimeout(&apos;AutomaticReload()&apos;, 500)
 }
 
 &lt;/script&gt;
 &lt;/head&gt;

 &lt;body&gt;
 &lt;center&gt;
 
 &lt;h2&gt;
 &lt;script language=&quot;javascript1.1&quot; type=&quot;text/javaScript&quot;&gt;
 
 if (DetectUnityWebPlayer()) {
 
 document.write(&apos;&lt;object id=&quot;UnityObject&quot; classid=&quot;clsid:444785F1-DE89-4295-863A-D46C3A781394&quot; width=&quot;600&quot; height=&quot;450&quot;&gt; &amp;#92;n&apos;);
 document.write(&apos; &lt;param name=&quot;src&quot; value=&quot;02.unity3d&quot; /&gt; &amp;#92;n&apos;);
 document.write(&apos; &lt;embed id=&quot;UnityEmbed&quot; src=&quot;02.unity3d&quot; width=&quot;600&quot; height=&quot;450&quot; type=&quot;application/vnd.unity&quot; pluginspage=&quot;http://www.unity3d.com/unity-web-player-2.x&quot; /&gt; &amp;#92;n&apos;);
 document.write(&apos;&lt;/object&gt;&apos;);
 }
 else {
 
 var installerPath = GetInstallerPath();
 if (installerPath != &quot;&quot;) {
 // Place a link to the right installer depending on the platform we are on. The iframe is very important! Our goals are:
 // 1. Don&apos;t have to popup new page
 // 2. This page still remains active, so our automatic reload script will refresh the page when the plugin is installed
 document.write(&apos;&lt;div align=&quot;center&quot; id=&quot;UnityPrompt&quot;&gt; &amp;#92;n&apos;);
 document.write(&apos; &lt;a href= &apos; + installerPath + &apos;&gt;&lt;img src=&quot;http://webplayer.unity3d.com/installation/getunity.png&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &amp;#92;n&apos;);
 document.write(&apos;&lt;/div&gt; &amp;#92;n&apos;);
 
 // By default disable ActiveX cab installation, because we can&apos;t make a nice Install Now button
// if (navigator.appVersion.indexOf(&quot;MSIE&quot;) != -1 &amp;&amp; navigator.appVersion.toLowerCase().indexOf(&quot;win&quot;) != -1)
 if (0)
 { 
 document.write(&apos;&lt;div id=&quot;InnerUnityPrompt&quot;&gt; &lt;p&gt;Title&lt;/p&gt;&apos;);
 document.write(&apos;&lt;p&gt; Contents&lt;/p&gt;&apos;);
 document.write(&quot;&lt;/div&gt;&quot;);

 var innerUnityPrompt = document.getElementById(&quot;InnerUnityPrompt&quot;);
 
 var innerHtmlDoc =
 &apos;&lt;object id=&quot;UnityInstallerObject&quot; classid=&quot;clsid:444785F1-DE89-4295-863A-D46C3A781394&quot; width=&quot;320&quot; height=&quot;50&quot; codebase=&quot;http://webplayer.unity3d.com/download_webplayer-2.x/UnityWebPlayer.cab#version=2,0,0,0&quot;&gt;&amp;#92;n&apos; + 
 &apos;&lt;/object&gt;&apos;;
 
 innerUnityPrompt.innerHTML = innerHtmlDoc;
 }

 document.write(&apos;&lt;iframe name=&quot;InstallerFrame&quot; height=&quot;0&quot; width=&quot;0&quot; frameborder=&quot;0&quot;&gt;&amp;#92;n&apos;);
 }
 else {
 document.write(&apos;&lt;div align=&quot;center&quot; id=&quot;UnityPrompt&quot;&gt; &amp;#92;n&apos;);
 document.write(&apos; &lt;a href=&quot;javascript: window.open(&quot;http://www.unity3d.com/unity-web-player-2.x&quot;); &quot;&gt;&lt;img src=&quot;http://webplayer.unity3d.com/installation/getunity.png&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &amp;#92;n&apos;);
 document.write(&apos;&lt;/div&gt; &amp;#92;n&apos;);
 }
 
 AutomaticReload();
 }
 
 &lt;/script&gt;
 &lt;/h2&gt; 
 
 &lt;noscript&gt;
 &lt;object id=&quot;UnityObject&quot; classid=&quot;clsid:444785F1-DE89-4295-863A-D46C3A781394&quot; width=&quot;600&quot; height=&quot;450&quot; codebase=&quot;http://webplayer.unity3d.com/download_webplayer-2.x/UnityWebPlayer.cab#version=2,0,0,0&quot;&gt;
 &lt;param name=&quot;src&quot; value=&quot;02.unity3d&quot; /&gt;
 &lt;embed id=&quot;UnityEmbed&quot; src=&quot;02.unity3d&quot; width=&quot;600&quot; height=&quot;450&quot; type=&quot;application/vnd.unity&quot; pluginspage=&quot;http://www.unity3d.com/unity-web-player-2.x&quot; /&gt;
 &lt;noembed&gt;
 &lt;div align=&quot;center&quot;&gt;
 This content requires the Unity Web Player&lt;br /&gt;&lt;br /&gt;
 &lt;a href=&quot;http://www.unity3d.com/unity-web-player-2.x&quot;&gt;Install the Unity Web Player today!&lt;/a&gt; &lt;/div&gt;
 &lt;/noembed&gt;
 &lt;/object&gt;
 &lt;/noscript&gt;
 &lt;/center&gt;
 &lt;/body&gt;
 
&lt;/html&gt;</content:encoded>
			<link>https://qub.do.am/news/2009-06-13-10</link>
			<category>Новости</category>
			<dc:creator>qub</dc:creator>
			<guid>https://qub.do.am/news/2009-06-13-10</guid>
			<pubDate>Sat, 13 Jun 2009 16:19:01 GMT</pubDate>
		</item>
		<item>
			<title>Апдейт маленький</title>
			<description>Ведётся работа над проектом 3дМГГУ.&lt;br&gt;
Скрины работы&lt;br&gt;
&lt;a href=&quot;http://qub.do.am/photo/2&quot; target=&quot;_blank&quot;&gt;Фотоальбом&lt;/a&gt;
&lt;br&gt;
девушка с подтекстом
&lt;img border=&quot;0&quot; align=&quot;absmiddle&quot; src=&quot;http://qub.do.am/_ph/2/2/811808240.jpg&quot;&gt;</description>
			<content:encoded>Ведётся работа над проектом 3дМГГУ.&lt;br&gt;
Скрины работы&lt;br&gt;
&lt;a href=&quot;http://qub.do.am/photo/2&quot; target=&quot;_blank&quot;&gt;Фотоальбом&lt;/a&gt;
&lt;br&gt;
девушка с подтекстом
&lt;img border=&quot;0&quot; align=&quot;absmiddle&quot; src=&quot;http://qub.do.am/_ph/2/2/811808240.jpg&quot;&gt;</content:encoded>
			<link>https://qub.do.am/news/2009-02-04-9</link>
			<category>Новости</category>
			<dc:creator>qub</dc:creator>
			<guid>https://qub.do.am/news/2009-02-04-9</guid>
			<pubDate>Wed, 04 Feb 2009 00:57:12 GMT</pubDate>
		</item>
	</channel>
</rss>