<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4813554891230568171</id><updated>2024-09-26T02:12:30.355+02:00</updated><category term="INTERESANTE"/><category term="Webs interesantes"/><title type='text'>^```^&quot;&quot;-Furritus-&quot;&quot;^```^</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://furiulus.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4813554891230568171/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://furiulus.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>FuriuluS</name><uri>http://www.blogger.com/profile/14120355059908582903</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_QBImy0VNBk0/SyBUhRO8UgI/AAAAAAAAAxE/gWUrHe0Os3c/S220/1259863988845.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4813554891230568171.post-8990447240360884570</id><published>2014-07-19T04:02:00.002+02:00</published><updated>2014-07-19T04:02:28.633+02:00</updated><title type='text'>TOMORROWLAND  online now</title><content type='html'>&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;//www.youtube.com/embed/SCJqK5iYDm0?feature=player_detailpage&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;</content><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4813554891230568171/8990447240360884570?isPopup=true' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4813554891230568171/posts/default/8990447240360884570'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4813554891230568171/posts/default/8990447240360884570'/><link rel='alternate' type='text/html' href='http://furiulus.blogspot.com/2014/07/tomorrowland-online-now.html' title='TOMORROWLAND  online now'/><author><name>FuriuluS</name><uri>http://www.blogger.com/profile/14120355059908582903</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_QBImy0VNBk0/SyBUhRO8UgI/AAAAAAAAAxE/gWUrHe0Os3c/S220/1259863988845.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4813554891230568171.post-4208382751337059986</id><published>2013-10-17T19:43:00.002+02:00</published><updated>2014-07-05T15:25:23.687+02:00</updated><title type='text'>Furiulus  HD Live</title><content type='html'>&lt;script type=&quot;text/javascript&quot;&gt;
  var height_array = new Array();
  var width_array = new Array();
  width_array[1] = 650;
  height_array[1] = 340;
&lt;/script&gt;
&lt;img alt=&quot;Live Stream&quot; class=&quot;webcam&quot; src=&quot;http://TALLER-8CA1A6AC:8080/loading.jpg&quot; height=&quot;340&quot; id=&quot;webcam1&quot; onmousedown=&quot;PTZMouseDown1(event)&quot; width=&quot;650&quot; /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
currentCamera1= 1;
errorimg1= 0;
document.images.webcam1.onload = DoIt1;
document.images.webcam1.onerror = ErrorImage1;
function LoadImage1()
{
        uniq1 = Math.random();
        document.images.webcam1.src = &quot;http://TALLER-8CA1A6AC:8080/cam_&quot; + currentCamera1 + &quot;.jpg?uniq=&quot;+uniq1;
        document.images.webcam1.onload = DoIt1;
}
function PTZMouseDown1(e)
{
        var IE = document.all?true:false;
        var x,y;
        var myx,myy;
        var myifr = document.getElementById(&quot;_iframe-ptz&quot;);
        tp = getElPos1();
        myx = tp[0];
        myy = tp[1];
        if(IE){
        var scrollX = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft;
        var scrollY = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop;
        x = event.clientX - myx + scrollX;
        y = event.clientY - myy + scrollY;
        } else {
        x = e.pageX - myx;
        y = e.pageY - myy;
        }
        if ((width_array[currentCamera1] != null) &amp;&amp; (width_array[currentCamera1] &gt; 0)) x = Math.round((x * 400) / width_array[currentCamera1]);
        if ((height_array[currentCamera1] != null) &amp;&amp; (height_array[currentCamera1] &gt; 0)) y = Math.round((y * 300) / height_array[currentCamera1]);
        if (x &gt; 400) x = 400;
        if (y &gt; 300) y = 300;
        if (myifr != null) myifr.src = &quot;http://TALLER-8CA1A6AC:8080/ptz?src=&quot; + currentCamera1 + &quot;&amp;moveto_x=&quot; + x + &quot;&amp;moveto_y=&quot; + y +&quot;&quot;;
        return true;
}
function getElPos1()
{
            el = document.images.webcam1;
            x = el.offsetLeft;
            y = el.offsetTop;
            elp = el.offsetParent;
            while(elp!=null)
              { x+=elp.offsetLeft;
                y+=elp.offsetTop;
                elp=elp.offsetParent;
              }
            return new Array(x,y);
}
function ErrorImage1()
{
        errorimg1++;
        if (errorimg1&gt;3){
              document.images.webcam1.onload = &quot;&quot;;
              document.images.webcam1.onerror = &quot;&quot;;
              document.images.webcam1.src = &quot;offline.jpg&quot;;
              }else{
                uniq1 = Math.random();
            document.images.webcam1.src = &quot;http://TALLER-8CA1A6AC:8080/cam_&quot; + currentCamera1 + &quot;.jpg?uniq=&quot;+uniq1;
              }
}
function DoIt1()
{
        errorimg1=0;
        window.setTimeout(&quot;LoadImage1();&quot;, 40);
}
//&lt;/script&gt;
&lt;br /&gt;
--&amp;gt;
</content><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4813554891230568171/4208382751337059986?isPopup=true' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4813554891230568171/posts/default/4208382751337059986'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4813554891230568171/posts/default/4208382751337059986'/><link rel='alternate' type='text/html' href='http://furiulus.blogspot.com/2013/10/furiulus-hd-live.html' title='Furiulus  HD Live'/><author><name>FuriuluS</name><uri>http://www.blogger.com/profile/14120355059908582903</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_QBImy0VNBk0/SyBUhRO8UgI/AAAAAAAAAxE/gWUrHe0Os3c/S220/1259863988845.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4813554891230568171.post-1663158189681715446</id><published>2012-02-12T08:25:00.000+01:00</published><updated>2012-02-12T08:25:29.772+01:00</updated><title type='text'></title><content type='html'>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;strong&gt;-_-RADIO POWERSOUND ON-LINE-_-&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
&lt;center&gt;&lt;img alt=&quot;Image and video hosting by TinyPic&quot; border=&quot;0&quot; src=&quot;http://i40.tinypic.com/1zqx6vc.jpg&quot; style=&quot;height: 30px; width: 400px;&quot; /&gt;&lt;br /&gt;
&lt;div align=&quot;center&quot; style=&quot;color: #ffcc66;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;strong&gt;&quot;&quot;&lt;span style=&quot;font-size: large;&quot;&gt;FuriuluS&lt;/span&gt;&quot;&quot;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;a href=&quot;http://power-sounds.blogspot.com/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://i35.tinypic.com/dhekw5.jpg&quot; style=&quot;cursor: pointer; display: block; height: 95px; margin: 0px auto 10px; text-align: center; width: 382px;&quot; /&gt;&lt;/a&gt; &lt;center&gt;&lt;br /&gt;
&lt;object classid=&quot;clsid:6bf52a52-394a-11d3-b153-00c04f79faa6&quot; codebase=&quot;http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701&quot; height=&quot;30&quot; id=&quot;WMPlay&quot; standby=&quot;Loading Microsoft Windows Media Player components...&quot; type=&quot;application/x-oleobject&quot; width=&quot;225&quot;&gt;   &lt;param value=&quot;http://83.142.230.127:18447/&quot; name=&quot;URL&quot; /&gt;&lt;param value=&quot;0&quot; name=&quot;DisplaySize&quot; /&gt;&lt;param value=&quot;True&quot; name=&quot;AllowChangeDisplaySize&quot; /&gt;&lt;param value=&quot;1&quot; name=&quot;ShowControls&quot; /&gt;&lt;param value=&quot;TRUE&quot; name=&quot;WindowlessVideo&quot; /&gt;&lt;param value=&quot;0&quot; name=&quot;ShowDisplay&quot; /&gt;&lt;param value=&quot;0&quot; name=&quot;ShowStatusBar&quot; /&gt;&lt;param value=&quot;TRUE&quot; name=&quot;AutoStart&quot; /&gt;&lt;param value=&quot;False&quot; name=&quot;InvokeURLS&quot; /&gt;&lt;embed pluginspage=&quot;http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/&quot; allowchangedisplaysize=&quot;True&quot; autostart=&quot;True&quot; showstatusbar=&quot;0&quot; type=&quot;application/x-mplayer2&quot; src=&quot;http://83.142.230.127:18447/&quot; showdisplay=&quot;1&quot; showcontrols=&quot;1&quot; name=&quot;Videos&quot; height=&quot;25&quot; width=&quot;300&quot;&gt;&lt;/embed&gt; &lt;!--************Media player Reproductor END************--&gt; &lt;p&gt;&lt;/p&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(51, 0, 153);&quot;&gt;&lt;strong&gt;&lt;a href=&quot;http://power-sounds.blogspot.com/&quot;&gt;POWERSOUND RADIO Frecuency &lt;/a&gt;&lt;/strong&gt;&lt;/span&gt; &lt;/div&gt;&lt;div align=&quot;center&quot;&gt;&lt;/div&gt;&lt;div align=&quot;center&quot;&gt;&lt;/div&gt;&lt;center&gt;&lt;/center&gt; &lt;img style=&quot;width: 428px; height: 22px;&quot; alt=&quot;Image and video hosting by TinyPic&quot; src=&quot;http://i40.tinypic.com/dcpwfa.jpg&quot; border=&quot;0&quot; /&gt;&lt;/object&gt;&lt;/center&gt;&lt;/center&gt;</content><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4813554891230568171/1663158189681715446?isPopup=true' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4813554891230568171/posts/default/1663158189681715446'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4813554891230568171/posts/default/1663158189681715446'/><link rel='alternate' type='text/html' href='http://furiulus.blogspot.com/2011/07/radio-powersound-on-line-furiulus.html' title=''/><author><name>FuriuluS</name><uri>http://www.blogger.com/profile/14120355059908582903</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_QBImy0VNBk0/SyBUhRO8UgI/AAAAAAAAAxE/gWUrHe0Os3c/S220/1259863988845.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://i40.tinypic.com/1zqx6vc_th.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4813554891230568171.post-4542366877251813232</id><published>2012-02-12T08:23:00.001+01:00</published><updated>2014-06-07T08:10:15.128+02:00</updated><title type='text'></title><content type='html'>&lt;embed wmode=&quot;transparent&quot; src=&quot;http://www.xatech.com/web_gear/chat/chat.swf&quot; quality=&quot;high&quot; width=&quot;540&quot; height=&quot;405&quot; name=&quot;chat&quot; FlashVars=&quot;id=208636821&quot; align=&quot;middle&quot; allowScriptAccess=&quot;sameDomain&quot; type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;http://xat.com/update_flash.php&quot; /&gt;&lt;br&gt;&lt;small&gt;&lt;a target=&quot;_BLANK&quot; href=&quot;http://xat.com/web_gear/?cb&quot;&gt;Get your own Chat Box!&lt;/a&gt; &lt;a target=&quot;_BLANK&quot; href=&quot;http://xat.com/web_gear/chat/go_large.php?id=208636821&quot;&gt;Go Large!&lt;/a&gt;&lt;/small&gt;&lt;br&gt;
</content><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4813554891230568171/4542366877251813232?isPopup=true' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4813554891230568171/posts/default/4542366877251813232'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4813554891230568171/posts/default/4542366877251813232'/><link rel='alternate' type='text/html' href='http://furiulus.blogspot.com/2012/02/get-your-own-chat-box-go-large.html' title=''/><author><name>FuriuluS</name><uri>http://www.blogger.com/profile/14120355059908582903</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_QBImy0VNBk0/SyBUhRO8UgI/AAAAAAAAAxE/gWUrHe0Os3c/S220/1259863988845.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4813554891230568171.post-3948017790110191257</id><published>2009-10-09T10:53:00.005+02:00</published><updated>2009-11-06T03:58:40.984+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="INTERESANTE"/><title type='text'>WEBSITE OFICIAL DE RADIOPOWERSOUND</title><content type='html'>&lt;div style=&quot;TEXT-ALIGN: center&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;color:#33cc00;&quot;&gt;&lt;span style=&quot;font-size:180%;&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: bold;font-family:courier new;&quot; &gt;EL SITIO OFICIAL DE RADIO POWERSOUND&lt;/span&gt;
&lt;/span&gt;&lt;center&gt;&lt;/span&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://powersoundradio.mejorforo.net/&quot;&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5378348317942406914&quot; style=&quot;WIDTH: 537px; CURSOR: pointer; HEIGHT: 287px&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi20vr48HVI4ckxjnxn4XESpYmypzSYyCXZhKclaiqFTj7GG-Hl2pKIVxxYLeyVJhsEbccSVphJm7odrXvFoGYqeR6dUdfcKIUR02sEp6HNa5NJo0JUQSqJns5WNUN7LKZuJyNtgMNOO_4/s400/1.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;center&gt;&lt;span style=&quot;color:#33ff33;&quot;&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: bold&quot;&gt;PINCHA Y ACCEDE AL WEBSITE OFICIAL&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;center&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://powersoundradio.mejorforo.net/&quot;&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5378347999149328370&quot; style=&quot;WIDTH: 528px; CURSOR: pointer; HEIGHT: 67px&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjuImpfKvpCXeMGSdRjk1pPcQiymALj5wAhM9UP-7_BCB41GYEruTYfw4XEXIyhT8NKVoUqrqORn5tn9inLXwEjlCOePjcKqrtSJ2YiqKerzg9hVr9TT3jeaOjCe_c9K_WtfIfmvYorM88/s400/foro.jpg&quot; border=&quot;0&quot; /&gt; &lt;center&gt;&lt;/a&gt;
&lt;strong&gt;&lt;span style=&quot;color:#ff0000;&quot;&gt;La web ya está hecha y puedes acceder a ella para darte una vuelta,
ademas del foro encontrareis chat en directo, zona de amistades,
zona de emociones, zona de radio power y...&lt;/span&gt;
&lt;/strong&gt;&lt;span style=&quot;FONT-WEIGHT: bold; COLOR: rgb(255,0,0)&quot;&gt;Lo primero es que una vez entres te registres en 1 minuto,&lt;/span&gt;
&lt;span style=&quot;FONT-WEIGHT: bold; COLOR: rgb(255,0,0)&quot;&gt;sino estas registrado será inutil ver la web completa.&lt;/span&gt;
&lt;span style=&quot;FONT-WEIGHT: bold; COLOR: rgb(255,0,0)&quot;&gt;Así de sencillo y despues de entrar leeros las normas y registraros creando&lt;/span&gt;
&lt;span style=&quot;FONT-WEIGHT: bold; COLOR: rgb(255,0,0)&quot;&gt;vuestro perfil para poder conocernos todos.&lt;/span&gt;
&lt;center&gt;&lt;span style=&quot;FONT-WEIGHT: bold; COLOR: rgb(204,51,204); FONT-STYLE: italicfont-size:180%;&quot; &gt;WEBSITE OFFICIAL:&lt;/span&gt;&lt;a style=&quot;FONT-WEIGHT: bold; COLOR: rgb(204,51,204); FONT-STYLE: italic&quot; href=&quot;http://powersoundradio.mejorforo.net/&quot;&gt;&lt;span style=&quot;font-size:180%;&quot;&gt;Powersound radio&lt;/span&gt;&lt;/a&gt; &lt;/div&gt;
&lt;/center&gt;&lt;/center&gt;&lt;/center&gt;&lt;/center&gt;&lt;/center&gt;</content><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4813554891230568171/3948017790110191257?isPopup=true' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4813554891230568171/posts/default/3948017790110191257'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4813554891230568171/posts/default/3948017790110191257'/><link rel='alternate' type='text/html' href='http://furiulus.blogspot.com/2009/09/website-oficial-de-radiopowersound_18.html' title='WEBSITE OFICIAL DE RADIOPOWERSOUND'/><author><name>FuriuluS</name><uri>http://www.blogger.com/profile/14120355059908582903</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_QBImy0VNBk0/SyBUhRO8UgI/AAAAAAAAAxE/gWUrHe0Os3c/S220/1259863988845.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi20vr48HVI4ckxjnxn4XESpYmypzSYyCXZhKclaiqFTj7GG-Hl2pKIVxxYLeyVJhsEbccSVphJm7odrXvFoGYqeR6dUdfcKIUR02sEp6HNa5NJo0JUQSqJns5WNUN7LKZuJyNtgMNOO_4/s72-c/1.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4813554891230568171.post-5814515819647085308</id><published>2009-03-02T23:49:00.002+01:00</published><updated>2009-03-19T04:17:29.924+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Webs interesantes"/><title type='text'>WEBS amigas</title><content type='html'>&lt;a href=&quot;http://zuloinformatico.blogspot.com/&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; alt=&quot;Image and video hosting by TinyPic&quot; src=&quot;http://i34.tinypic.com/vytfmt.jpg&quot; /&gt;&lt;/a&gt;</content><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4813554891230568171/5814515819647085308?isPopup=true' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4813554891230568171/posts/default/5814515819647085308'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4813554891230568171/posts/default/5814515819647085308'/><link rel='alternate' type='text/html' href='http://furiulus.blogspot.com/2009/03/new-desing.html' title='WEBS amigas'/><author><name>FuriuluS</name><uri>http://www.blogger.com/profile/14120355059908582903</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_QBImy0VNBk0/SyBUhRO8UgI/AAAAAAAAAxE/gWUrHe0Os3c/S220/1259863988845.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://i34.tinypic.com/vytfmt_th.jpg" height="72" width="72"/><thr:total>0</thr:total></entry></feed>