Skip to content

Instantly share code, notes, and snippets.

@mattetti
Forked from tarcieri/results
Created January 11, 2012 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattetti/1596533 to your computer and use it in GitHub Desktop.
Save mattetti/1596533 to your computer and use it in GitHub Desktop.
Compare Nokogiri on JRuby (Apache Xerces) with 1.9.3 (libxml2)
require 'rubygems'
require 'nokogiri'
require 'benchmark'
text = "<html><body><h1>Mr. Belvedere Fan Club</h1></body></html>" #File.read("xmlbench.xml")
(ARGV[0] || 5).to_i.times do
puts Benchmark.measure { 100_000.times { Nokogiri::HTML(text) }}
end
$ ruby -v xmlbench.rb
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin11.2.0]
malloc_limit=500000000 (8000000)
heap_min_slots=4000000 (10000)
1.800000 0.010000 1.810000 ( 1.810390)
1.770000 0.010000 1.780000 ( 1.773427)
1.770000 0.000000 1.770000 ( 1.772487)
1.770000 0.000000 1.770000 ( 1.767980)
1.770000 0.000000 1.770000 ( 1.776673)
$ ruby -v xmlbench.rb
jruby 1.6.5 (ruby-1.8.7-p330) (2011-10-25 9dcd388) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_29) [darwin-x86_64-java]
/Users/mattetti/.rvm/gems/jruby-1.6.5/gems/nokogiri-1.5.0-java/lib/nokogiri/css.rb:3 warning: global variable `$-w' not initialized
13.374000 0.000000 13.374000 ( 13.374000)
11.048000 0.000000 11.048000 ( 11.048000)
11.020000 0.000000 11.020000 ( 11.020000)
11.008000 0.000000 11.008000 ( 11.008000)
11.041000 0.000000 11.041000 ( 11.041000)
$ ruby -v htmlbench.rb
jruby 1.6.5 (ruby-1.8.7-p330) (2011-10-25 9dcd388) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_29) [darwin-x86_64-java]
/Users/mattetti/.rvm/gems/jruby-1.6.5/gems/nokogiri-1.5.0-java/lib/nokogiri/css.rb:3 warning: global variable `$-w' not initialized
31.925000 0.000000 31.925000 ( 31.925000)
29.112000 0.000000 29.112000 ( 29.112000)
29.196000 0.000000 29.196000 ( 29.196000)
29.223000 0.000000 29.223000 ( 29.223000)
29.507000 0.000000 29.507000 ( 29.507000)
$ ruby -v htmlbench.rb
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin11.2.0]
malloc_limit=500000000 (8000000)
heap_min_slots=4000000 (10000)
2.410000 0.010000 2.420000 ( 2.417110)
2.380000 0.000000 2.380000 ( 2.386630)
2.410000 0.010000 2.420000 ( 2.409008)
2.440000 0.000000 2.440000 ( 2.446982)
2.450000 0.000000 2.450000 ( 2.443014)
$ ruby -v twitter_xml.rb
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin11.2.0]
malloc_limit=500000000 (8000000)
heap_min_slots=4000000 (10000)
1.050000 0.020000 1.070000 ( 1.081492)
1.050000 0.020000 1.070000 ( 1.061960)
1.100000 0.010000 1.110000 ( 1.108697)
1.150000 0.020000 1.170000 ( 1.171346)
1.030000 0.010000 1.040000 ( 1.040012)
$ ruby -v twitter_xml.rb
jruby 1.6.5 (ruby-1.8.7-p330) (2011-10-25 9dcd388) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_29) [darwin-x86_64-java]
/Users/mattetti/.rvm/gems/jruby-1.6.5/gems/nokogiri-1.5.0-java/lib/nokogiri/css.rb:3 warning: global variable `$-w' not initialized
2.566000 0.000000 2.566000 ( 2.566000)
1.731000 0.000000 1.731000 ( 1.731000)
1.593000 0.000000 1.593000 ( 1.593000)
1.552000 0.000000 1.552000 ( 1.552000)
1.539000 0.000000 1.539000 ( 1.539000)
require 'rubygems'
require 'nokogiri'
require 'benchmark'
text = <<-NKO
<?xml version="1.0" encoding="UTF-8"?>
<user>
<id>6253282</id>
<name>Twitter API</name>
<screen_name>twitterapi</screen_name>
<location>San Francisco, CA</location>
<description>The Real Twitter API. I tweet about API changes, service issues and happily answer questions about Twitter and our API. Don't get an answer? It's on my website.</description>
<profile_image_url>http://a2.twimg.com/profile_images/1438634086/avatar_normal.png</profile_image_url>
<profile_image_url_https>https://si0.twimg.com/profile_images/1438634086/avatar_normal.png</profile_image_url_https>
<url>http://dev.twitter.com</url>
<protected>false</protected>
<followers_count>844987</followers_count>
<profile_background_color>e8f2f7</profile_background_color>
<profile_text_color>437792</profile_text_color>
<profile_link_color>0094C2</profile_link_color>
<profile_sidebar_fill_color>a9d9f1</profile_sidebar_fill_color>
<profile_sidebar_border_color>0094C2</profile_sidebar_border_color>
<friends_count>34</friends_count>
<created_at>Wed May 23 06:01:13 +0000 2007</created_at>
<favourites_count>22</favourites_count>
<utc_offset>-28800</utc_offset>
<time_zone>Pacific Time (US &amp; Canada)</time_zone>
<profile_background_image_url>http://a2.twimg.com/profile_background_images/229557229/twitterapi-bg.png</profile_background_image_url>
<profile_background_image_url_https>https://si0.twimg.com/profile_background_images/229557229/twitterapi-bg.png</profile_background_image_url_https>
<profile_background_tile>false</profile_background_tile>
<profile_use_background_image>true</profile_use_background_image>
<notifications></notifications>
<geo_enabled>true</geo_enabled>
<verified>true</verified>
<following></following>
<statuses_count>3232</statuses_count>
<lang>en</lang>
<contributors_enabled>true</contributors_enabled>
<follow_request_sent></follow_request_sent>
<listed_count>9898</listed_count>
<show_all_inline_media>false</show_all_inline_media>
<default_profile>false</default_profile>
<default_profile_image>false</default_profile_image>
<is_translator>false</is_translator>
<status>
<created_at>Wed Jan 11 17:02:10 +0000 2012</created_at>
<id>157145286265942016</id>
<text>RT @TwitterOSS: we're excited to open source Scalding today, a Scala API for Cascading (congrats @posco @argyris @avibryant) https://t.c ...</text>
<source>web</source>
<truncated>true</truncated>
<favorited>false</favorited>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<retweet_count>76</retweet_count>
<retweeted>false</retweeted>
<retweeted_status>
<created_at>Wed Jan 11 17:00:48 +0000 2012</created_at>
<id>157144940965675008</id>
<text>we're excited to open source Scalding today, a Scala API for Cascading (congrats @posco @argyris @avibryant) https://t.co/obGD8Qd3</text>
<source>web</source>
<truncated>false</truncated>
<favorited>false</favorited>
<in_reply_to_status_id></in_reply_to_status_id>
<in_reply_to_user_id></in_reply_to_user_id>
<in_reply_to_screen_name></in_reply_to_screen_name>
<retweet_count>76</retweet_count>
<retweeted>false</retweeted>
<geo/>
<coordinates/>
<place/>
<possibly_sensitive>false</possibly_sensitive>
<contributors/>
<entities>
<user_mentions>
<user_mention end="87" start="81">
<id>8815922</id>
<screen_name>posco</screen_name>
<name>P. Oscar Boykin</name>
</user_mention>
<user_mention end="96" start="88">
<id>144714008</id>
<screen_name>argyris</screen_name>
<name>Argyris Zymnis</name>
</user_mention>
<user_mention end="107" start="97">
<id>13192</id>
<screen_name>avibryant</screen_name>
<name>Avi Bryant</name>
</user_mention>
</user_mentions>
<urls>
<url end="130" start="109">
<url>https://t.co/obGD8Qd3</url>
<display_url>dev.twitter.com/blog/scalding</display_url>
<expanded_url>https://dev.twitter.com/blog/scalding</expanded_url>
</url>
</urls>
<hashtags/>
</entities>
</retweeted_status>
<geo/>
<coordinates/>
<place/>
<contributors/>
<entities>
<user_mentions>
<user_mention end="14" start="3">
<id>376825877</id>
<screen_name>TwitterOSS</screen_name>
<name>Twitter Open Source</name>
</user_mention>
<user_mention end="103" start="97">
<id>8815922</id>
<screen_name>posco</screen_name>
<name>P. Oscar Boykin</name>
</user_mention>
<user_mention end="112" start="104">
<id>144714008</id>
<screen_name>argyris</screen_name>
<name>Argyris Zymnis</name>
</user_mention>
<user_mention end="123" start="113">
<id>13192</id>
<screen_name>avibryant</screen_name>
<name>Avi Bryant</name>
</user_mention>
</user_mentions>
<urls/>
<hashtags/>
</entities>
</status>
</user>
NKO
(ARGV[0] || 5).to_i.times do
puts Benchmark.measure { 1_000.times { Nokogiri::HTML(text) }}
end
require 'rubygems'
require 'nokogiri'
require 'benchmark'
text = "<html><body><h1>Mr. Belvedere Fan Club</h1></body></html>"
(ARGV[0] || 5).to_i.times do
puts Benchmark.measure { 100_000.times { Nokogiri::XML(text) }}
end
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
xmlns:media="http://search.yahoo.com/mrss/"
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:blip="http://blip.tv/dtd/blip/1.0"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:amp="http://www.adobe.com/amp/1.0"
xmlns:dcterms="http://purl.org/dc/terms"
xmlns:gm="http://www.google.com/schemas/gm/1.1"
xmlns:mediaad="http://blip.tv/dtd/mediaad/1.0"
>
<channel>
<title>Recent Posts - Blip</title>
<link>http://blip.tv</link>
<description>Recent Posts - Blip - Blip</description>
<language>en-us</language>
<generator>http://blip.tv</generator>
<lastBuildDate>Tue, 10 Jan 2012 16:56:51 +0000</lastBuildDate>
<pubDate>Tue, 10 Jan 2012 16:56:51 +0000</pubDate>
<item>
<guid isPermaLink="false">17992B2C-3BAC-11E1-9A3A-9F7355E7555A</guid>
<link>http://blip.tv/healthyvegan/my-healthy-food-list-to-stock-up-your-kitchen-5876335</link>
<title>My Healthy Food List To Stock Up Your Kitchen</title>
<blip:user>healthyvegan</blip:user>
<blip:userid>515315</blip:userid>
<blip:safeusername>healthyveganrecipes</blip:safeusername>
<blip:showpath>healthyvegan</blip:showpath>
<blip:show>healthyvegan</blip:show>
<blip:showpage>http://blip.tv/healthyvegan</blip:showpage>
<blip:picture>http://a.images.blip.tv/Healthyvegan-picture315.jpg</blip:picture>
<blip:posts_id>5876335</blip:posts_id>
<blip:item_id>5859343</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:56:51Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Food/Drink</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:channel_name>Food &amp; Drink</blip:channel_name>
<blip:adminRating>2</blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1VMC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1VMC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876335&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Go to http://www.healthyeatingstartshere.com/food/healthy-food-list for the full article. A healthy food list is the first step on your way to success with a healthy eating plan. I put together my own healthy shopping list to help you stock your kitchen, especially if you&apos;re just starting out on a vegetarian or vegan diet plan... What&apos;s on your healthy food list? Let me know below. And check out http://www.healthyeatingstartshere.com for the free &apos;7 Secrets For Shaping Up Your Healthy Eating Habits&apos;.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1VMC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1VMC" style="display:none"></embed>
<br />
Go to http://www.healthyeatingstartshere.com/food/healthy-food-list for the full article. A healthy food list is the first step on your way to success with a healthy eating plan. I put together my own healthy shopping list to help you stock your kitchen, especially if you&apos;re just starting out on a vegetarian or vegan diet plan... What&apos;s on your healthy food list? Let me know below. And check out http://www.healthyeatingstartshere.com for the free &apos;7 Secrets For Shaping Up Your Healthy Eating Habits&apos;.
]]></description>
<comments>http://blip.tv/file/5859343</comments>
<category>Educational</category>
<category>healthy food list</category>
<category>healthy shopping list</category>
<category>list of healthy foods</category>
<category>vegan diet plan</category>
<category>healthy eating</category>
<category>healthy diet plan</category>
<pubDate>Tue, 10 Jan 2012 16:56:51 +0000</pubDate>
<enclosure length="138044693" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Healthyvegan-MyHealthyFoodListToStockUpYourKitchen723.mp4"/>
<itunes:keywords>healthy food list, healthy shopping list, list of healthy foods, vegan diet plan, healthy eating, healthy diet plan</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>healthy food list, healthy shopping list, list of healthy foods, vegan diet plan, healthy eating, healthy diet plan</media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="138044693" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Healthyvegan-MyHealthyFoodListToStockUpYourKitchen723.mp4"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859343"><![CDATA[<iframe src="http://blip.tv/play/AYLm1VMC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1VMC" style="display:none"></embed>]]></media:player>
<media:title>My Healthy Food List To Stock Up Your Kitchen</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">EEE72A4E-3BAB-11E1-9FC0-FA0F013A2ADC</guid>
<link>http://blip.tv/jest-patronizing/propaganda-news-5876334</link>
<title>Propaganda News</title>
<blip:user>Jest Patronizing</blip:user>
<blip:userid>770416</blip:userid>
<blip:safeusername>jestpatronizing</blip:safeusername>
<blip:showpath>jest-patronizing</blip:showpath>
<blip:show>Jest Patronizing</blip:show>
<blip:showpage>http://blip.tv/jest-patronizing</blip:showpage>
<blip:picture>http://a.images.blip.tv/JestPatronizing-picture567.jpg</blip:picture>
<blip:posts_id>5876334</blip:posts_id>
<blip:item_id>5859342</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:55:43Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Comedy</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:core_value>3</blip:core_value>
<blip:channel_name>Comedy</blip:channel_name>
<blip:adminRating>2</blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1VIC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1VIC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876334&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[A funny newscast using real articles, here they are. http://politicalticker.blogs.cnn.com/2012/01/09/manchester-madness-surrounds-ron-paul/ http://thehill.com/blogs/ballot-box/gop-presidential-primary/203039-media-mob-forces-paul-to-leave-nh-campaign-event-early http://www.infowars.com/ventura-navy-seal-punch-hoax-may-be-retribution-for-supporting-ron-paul/ http://thehill.com/blogs/on-the-money/801-economy/202429-obama-to-unveil-summer-jobs-initiative]]></blip:puredescription>
<blip:license>Public Domain</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1VIC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1VIC" style="display:none"></embed>
<br />
A funny newscast using real articles, here they are. http://politicalticker.blogs.cnn.com/2012/01/09/manchester-madness-surrounds-ron-paul/ http://thehill.com/blogs/ballot-box/gop-presidential-primary/203039-media-mob-forces-paul-to-leave-nh-campaign-event-early http://www.infowars.com/ventura-navy-seal-punch-hoax-may-be-retribution-for-supporting-ron-paul/ http://thehill.com/blogs/on-the-money/801-economy/202429-obama-to-unveil-summer-jobs-initiative
]]></description>
<comments>http://blip.tv/file/5859342</comments>
<category>Citizen Journalism</category>
<category>news</category>
<category>funny</category>
<category>comedy</category>
<category>humor</category>
<category>sarcasm</category>
<pubDate>Tue, 10 Jan 2012 16:55:43 +0000</pubDate>
<enclosure length="233587838" type="video/vnd.objectvideo" url="http://blip.tv/file/get/JestPatronizing-PropagandaNews261.mp4"/>
<itunes:keywords>news, funny, comedy, humor, sarcasm</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>news, funny, comedy, humor, sarcasm</media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="233587838" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/JestPatronizing-PropagandaNews261.mp4">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859342"><![CDATA[<iframe src="http://blip.tv/play/AYLm1VIC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1VIC" style="display:none"></embed>]]></media:player>
<media:title>Propaganda News</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<creativeCommons:license>http://creativecommons.org/licenses/publicdomain/</creativeCommons:license>
</item>
<item>
<guid isPermaLink="false">E97F33A8-3BAB-11E1-AA3A-A40590C0FE0A</guid>
<link>http://blip.tv/4clubbing/episode-5876333</link>
<title>10.01.2012 - 2</title>
<blip:user>4ClubbingRO</blip:user>
<blip:userid>259157</blip:userid>
<blip:safeusername>4clubbing</blip:safeusername>
<blip:showpath>4clubbing</blip:showpath>
<blip:show>4clubbing</blip:show>
<blip:showpage>http://blip.tv/4clubbing</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876333</blip:posts_id>
<blip:item_id>5859341</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:55:34Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1VEC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1VEC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876333&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[4Clubbing.ro - Barak Maor - 2012 Warm-Up Party]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1VEC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1VEC" style="display:none"></embed>
<br />
4Clubbing.ro - Barak Maor - 2012 Warm-Up Party
]]></description>
<comments>http://blip.tv/file/5859341</comments>
<category>Music and Entertainment</category>
<pubDate>Tue, 10 Jan 2012 16:55:34 +0000</pubDate>
<enclosure length="61136725" type="video/flv" url="http://blip.tv/file/get/4ClubbingRO-100120122978.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="61136725" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/4ClubbingRO-100120122978.flv"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859341"><![CDATA[<iframe src="http://blip.tv/play/AYLm1VEC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1VEC" style="display:none"></embed>]]></media:player>
<media:title>10.01.2012 - 2</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">D3872420-3BAB-11E1-9BF5-B866E8A86F63</guid>
<link>http://blip.tv/into-tomorrow-with-dave-graveline/dish-unveils-hopper-joey-at-ces-2012-5876332</link>
<title>Dish Unveils Hopper &amp; Joey at CES 2012</title>
<blip:user>ITTV</blip:user>
<blip:userid>126863</blip:userid>
<blip:safeusername>intotomorrow</blip:safeusername>
<blip:showpath>into-tomorrow-with-dave-graveline</blip:showpath>
<blip:show>Into Tomorrow with Dave Graveline</blip:show>
<blip:showpage>http://blip.tv/into-tomorrow-with-dave-graveline</blip:showpage>
<blip:picture>http://a.images.blip.tv/ITTV-picture717.jpg</blip:picture>
<blip:posts_id>5876332</blip:posts_id>
<blip:item_id>5859340</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:54:57Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Tech</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:channel_name>Tech &amp; Gadgets</blip:channel_name>
<blip:adminRating>2</blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1VAC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1VAC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876332&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Dish Network has revamped its company, brand, and products. They unveiled Hopper &amp; Joey at CES 2012, a whole-home DVR system.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1VAC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1VAC" style="display:none"></embed>
<br />
Dish Network has revamped its company, brand, and products. They unveiled Hopper &amp; Joey at CES 2012, a whole-home DVR system.
]]></description>
<comments>http://blip.tv/file/5859340</comments>
<category>Technology</category>
<category>ittv</category>
<category>myittv</category>
<category>into tomorrow</category>
<category>dave graveline</category>
<category>ces 2012</category>
<category>ces unveiled</category>
<category>2012 international ces</category>
<category>dish network</category>
<category>dish</category>
<category>hopper and joey</category>
<category>whole-home dvr system</category>
<category>satellite</category>
<category>pay tv</category>
<category>blockbuster at home</category>
<category>sling</category>
<category>vivek khemka</category>
<pubDate>Tue, 10 Jan 2012 16:54:57 +0000</pubDate>
<enclosure length="31752483" type="video/ms-wmv" url="http://blip.tv/file/get/ITTV-DishUnveilsHopperJoeyAtCES2012597.wmv"/>
<itunes:keywords>ittv, myittv, into tomorrow, dave graveline, ces 2012, ces unveiled, 2012 international ces, dish network, dish, hopper and joey, whole-home dvr system, satellite, pay tv, blockbuster at home, sling, vivek khemka</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>ittv, myittv, into tomorrow, dave graveline, ces 2012, ces unveiled, 2012 international ces, dish network, dish, hopper and joey, whole-home dvr system, satellite, pay tv, blockbuster at home, sling, vivek khemka</media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="31752483" isDefault="true" type="video/ms-wmv" url="http://blip.tv/file/get/ITTV-DishUnveilsHopperJoeyAtCES2012597.wmv">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859340"><![CDATA[<iframe src="http://blip.tv/play/AYLm1VAC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1VAC" style="display:none"></embed>]]></media:player>
<media:title>Dish Unveils Hopper &amp; Joey at CES 2012</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<geo:lat>25.937131</geo:lat>
<geo:long>-80.321976</geo:long>
</item>
<item>
<guid isPermaLink="false">CEA3E3F8-3BAB-11E1-A30C-C2F20623F2C8</guid>
<link>http://blip.tv/antisocialcommentary/crasian-videos-22-battle-royale-5876331</link>
<title>Crasian Videos #22 - Battle Royale</title>
<blip:user>GeekJuiceMedia</blip:user>
<blip:userid>862842</blip:userid>
<blip:safeusername>geek-juice-media</blip:safeusername>
<blip:showpath>antisocialcommentary</blip:showpath>
<blip:show>AntiSocial Commentary</blip:show>
<blip:showpage>http://blip.tv/antisocialcommentary</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876331</blip:posts_id>
<blip:item_id>5859339</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-14</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:54:49Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Movies (about),Entertainment (about)</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:core_value>4</blip:core_value>
<blip:channel_name>Entertainment</blip:channel_name>
<blip:adminRating>3</blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>h8BrgubVTwI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/h8BrgubVTwI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876331&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Episode #22 of Crasian Videos - A review of the Japanese film &quot;Battle Royale&quot;]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/h8BrgubVTwI.html?p=1" width="480" height="350" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#h8BrgubVTwI" style="display:none"></embed>
<br />
Episode #22 of Crasian Videos - A review of the Japanese film &quot;Battle Royale&quot;
]]></description>
<comments>http://blip.tv/file/5859339</comments>
<category>Movies and Television</category>
<category>crasian videos</category>
<category>japanese</category>
<category>movie reviews</category>
<pubDate>Tue, 10 Jan 2012 16:54:49 +0000</pubDate>
<enclosure length="163115561" type="video/flv" url="http://blip.tv/file/get/GeekJuiceMedia-CrasianVideos22BattleRoyale433.flv"/>
<itunes:keywords>crasian videos, japanese, movie reviews</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>crasian videos, japanese, movie reviews</media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="163115561" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/GeekJuiceMedia-CrasianVideos22BattleRoyale433.flv">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859339"><![CDATA[<iframe src="http://blip.tv/play/h8BrgubVTwI.html?p=1" width="480" height="350" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#h8BrgubVTwI" style="display:none"></embed>]]></media:player>
<media:title>Crasian Videos #22 - Battle Royale</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">53678AF0-3BAB-11E1-BBF9-F050CAC24221</guid>
<link>http://blip.tv/kiranivfgenetic/surrogate-mother-c-section-delivery-done-by-the-consultant-at-kiran-infertility-center-5876330</link>
<title>Surrogate Mother - C-section delivery done by the consultant at Kiran Infertility Center</title>
<blip:user>kiranivfgenetic</blip:user>
<blip:userid>935830</blip:userid>
<blip:safeusername>kiran-ivf</blip:safeusername>
<blip:showpath>kiranivfgenetic</blip:showpath>
<blip:show>Kiran IVF</blip:show>
<blip:showpage>http://blip.tv/kiranivfgenetic</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876330</blip:posts_id>
<blip:item_id>5859338</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:51:22Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating>-3</blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1U4C</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1U4C</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876330&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Welcome to Kiran Infertility Center! The Surrogacy and Infertility Super-Specialty Clinic. The desire to have a baby is one of life&apos;s most important and exciting decisions. We at KIC, provide the latest updated technology and expertise, with the help of world class equipment and personalized care for for making your dream come true. http://www.kiranivfgenetic.com/]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1U4C.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1U4C" style="display:none"></embed>
<br />
Welcome to Kiran Infertility Center! The Surrogacy and Infertility Super-Specialty Clinic. The desire to have a baby is one of life&apos;s most important and exciting decisions. We at KIC, provide the latest updated technology and expertise, with the help of world class equipment and personalized care for for making your dream come true. http://www.kiranivfgenetic.com/
]]></description>
<comments>http://blip.tv/file/5859338</comments>
<category>Health</category>
<category>surrogacy</category>
<category>surrogacy india</category>
<category>surrogacy abroad</category>
<category>surrogacy clinic in hyderabad</category>
<category>surrogacy in india</category>
<category>international surrogacy</category>
<category>surrogacy agency</category>
<category>ivf center in india</category>
<category>surrogate solutions</category>
<category>information on adoption</category>
<category>intended parents</category>
<category>affordable surrogacy solutions</category>
<category>surrogate </category>
<pubDate>Tue, 10 Jan 2012 16:51:22 +0000</pubDate>
<enclosure length="2455508" type="video/flv" url="http://blip.tv/file/get/Kiranivfgenetic-SurrogateMotherCsectionDeliveryDoneByTheConsultantAtKi545.flv"/>
<itunes:keywords>surrogacy, surrogacy india, surrogacy abroad, surrogacy clinic in hyderabad, surrogacy in india, international surrogacy, surrogacy agency, ivf center in india, surrogate solutions, information on adoption, intended parents, affordable surrogacy solutions, surrogate </itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>surrogacy, surrogacy india, surrogacy abroad, surrogacy clinic in hyderabad, surrogacy in india, international surrogacy, surrogacy agency, ivf center in india, surrogate solutions, information on adoption, intended parents, affordable surrogacy solutions, surrogate </media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="2455508" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Kiranivfgenetic-SurrogateMotherCsectionDeliveryDoneByTheConsultantAtKi545.flv">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859338"><![CDATA[<iframe src="http://blip.tv/play/AYLm1U4C.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1U4C" style="display:none"></embed>]]></media:player>
<media:title>Surrogate Mother - C-section delivery done by the consultant at Kiran Infertility Center</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">4FD1AAE2-3BAB-11E1-8D28-DBD35466F802</guid>
<link>http://blip.tv/lowbiasgaming-jason/let-s-play-pokemon-platinum-13-beat-em-up-5876329</link>
<title>Let's Play Pokemon Platinum - 13 Beat Em Up</title>
<blip:user>jasonclg</blip:user>
<blip:userid>678687</blip:userid>
<blip:safeusername>jasonsclg</blip:safeusername>
<blip:showpath>lowbiasgaming-jason</blip:showpath>
<blip:show>LowBiasGaming - Jason</blip:show>
<blip:showpage>http://blip.tv/lowbiasgaming-jason</blip:showpage>
<blip:picture>http://a.images.blip.tv/Jasonclg-picture980.gif</blip:picture>
<blip:posts_id>5876329</blip:posts_id>
<blip:item_id>5859337</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:51:16Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Videogames</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:core_value>3</blip:core_value>
<blip:channel_name>Videogames</blip:channel_name>
<blip:adminRating>2</blip:adminRating>
<blip:runtime>2363</blip:runtime>
<blip:embedLookup>AYLm1U0C</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1U0C</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876329&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Let&apos;s Play Pokemon Platinum]]></blip:puredescription>
<blip:license>Creative Commons Attribution 2.0</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1U0C.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1U0C" style="display:none"></embed>
<br />
Let&apos;s Play Pokemon Platinum
]]></description>
<comments>http://blip.tv/file/5859337</comments>
<category>Gaming</category>
<category>lets</category>
<category>play</category>
<category>pokemon</category>
<category>platinum</category>
<category>jasonsgroovemachine</category>
<category>lowbiasgaming</category>
<pubDate>Tue, 10 Jan 2012 16:51:16 +0000</pubDate>
<enclosure length="208267672" type="video/ms-wmv" url="http://blip.tv/file/get/Jasonclg-LetsPlayPokemonPlatinum13BeatEmUp994.wmv"/>
<itunes:keywords>lets, play, pokemon, platinum, jasonsgroovemachine, lowbiasgaming</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>lets, play, pokemon, platinum, jasonsgroovemachine, lowbiasgaming</media:keywords>
<media:group>
<media:content blip:acodec="ffwmapro" blip:role="Source" blip:vcodec="ffvc1" expression="full" fileSize="208267672" height="480" isDefault="true" type="video/ms-wmv" url="http://blip.tv/file/get/Jasonclg-LetsPlayPokemonPlatinum13BeatEmUp994.wmv" width="852">
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859337"><![CDATA[<iframe src="http://blip.tv/AYLm1U0C.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1U0C" style="display:none"></embed>]]></media:player>
<media:title>Let's Play Pokemon Platinum - 13 Beat Em Up</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license>
</item>
<item>
<guid isPermaLink="false">49EB82EC-3BAB-11E1-9601-FDCE9346E868</guid>
<link>http://blip.tv/telesurtvnet/preocupaci&#243;n-en-brasil-por-uso-de-implantes-mamarios-pip-5876328</link>
<title>Preocupaci&#243;n en Brasil por uso de implantes mamarios PIP</title>
<blip:user>telesurtvnet</blip:user>
<blip:userid>477662</blip:userid>
<blip:safeusername>telesurtvnet</blip:safeusername>
<blip:showpath>telesurtvnet</blip:showpath>
<blip:show>teleSUR</blip:show>
<blip:showpage>http://blip.tv/telesurtvnet</blip:showpage>
<blip:picture>http://a.images.blip.tv/Telesurtvnet-picture709.jpg</blip:picture>
<blip:posts_id>5876328</blip:posts_id>
<blip:item_id>5859336</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:51:06Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Foreign</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating>3</blip:adminRating>
<blip:runtime>102</blip:runtime>
<blip:embedLookup>AYLm1UwC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1UwC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876328&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[En Brasil, miles de usuarias de pr&#243;tesis mamarias francesas PIP est&#225;n preocupadas por los riesgos que significan para su salud, por su elevada tasa de rupturas. teleSUR http://multimedia.telesurtv.net/10/1/2012/65015/preocupacion-en-brasil-por-uso-de-implantes-mamarios-pip/]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1UwC.html?p=1" width="480" height="305" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1UwC" style="display:none"></embed>
<br />
En Brasil, miles de usuarias de pr&#243;tesis mamarias francesas PIP est&#225;n preocupadas por los riesgos que significan para su salud, por su elevada tasa de rupturas. teleSUR http://multimedia.telesurtv.net/10/1/2012/65015/preocupacion-en-brasil-por-uso-de-implantes-mamarios-pip/
]]></description>
<comments>http://blip.tv/file/5859336</comments>
<category>Default Category</category>
<category>bradil implantes mamarios</category>
<category>brasil implantes pip</category>
<category>brasil pip</category>
<category>implantes franceses pip</category>
<category>implantes mamarios france</category>
<category>peligro implantes frances</category>
<category>peligro implantes mamario</category>
<category>peligro implantes pip</category>
<pubDate>Tue, 10 Jan 2012 16:51:06 +0000</pubDate>
<enclosure length="7641332" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Telesurtvnet-PreocupacinEnBrasilPorUsoDeImplantesMamariosPIP645.mp4"/>
<itunes:keywords>bradil implantes mamarios, brasil implantes pip, brasil pip, implantes franceses pip, implantes mamarios france, peligro implantes frances, peligro implantes mamario, peligro implantes pip</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>bradil implantes mamarios, brasil implantes pip, brasil pip, implantes franceses pip, implantes mamarios france, peligro implantes frances, peligro implantes mamario, peligro implantes pip</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="7641332" height="284" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Telesurtvnet-PreocupacinEnBrasilPorUsoDeImplantesMamariosPIP645.mp4" width="494">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="6800814" height="274" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Telesurtvnet-PreocupacinEnBrasilPorUsoDeImplantesMamariosPIP167.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="6374246" height="284" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Telesurtvnet-PreocupacinEnBrasilPorUsoDeImplantesMamariosPIP787.m4v" width="494"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859336"><![CDATA[<iframe src="http://blip.tv/AYLm1UwC.html?p=1" width="480" height="305" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1UwC" style="display:none"></embed>]]></media:player>
<media:title>Preocupaci&#243;n en Brasil por uso de implantes mamarios PIP</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">32110B9C-3BAB-11E1-8E8C-C5AE71B64EA6</guid>
<link>http://blip.tv/earth-horizon-productions/ee10-episode-2-5876327</link>
<title>EE10 Episode 2</title>
<blip:user>Earth Horizon Productions</blip:user>
<blip:userid>541488</blip:userid>
<blip:safeusername>earthhorizon</blip:safeusername>
<blip:showpath>earth-horizon-productions</blip:showpath>
<blip:show>Earth Horizon Productions</blip:show>
<blip:showpage>http://blip.tv/earth-horizon-productions</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876327</blip:posts_id>
<blip:item_id>5859335</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:50:26Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Outdoor</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:channel_name>Learning</blip:channel_name>
<blip:adminRating>2</blip:adminRating>
<blip:runtime>1549</blip:runtime>
<blip:embedLookup>hfU5gubVSwI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/hfU5gubVSwI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876327&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/hfU5gubVSwI.html?p=1" width="480" height="285" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hfU5gubVSwI" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859335</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:50:26 +0000</pubDate>
<enclosure length="111163792" type="video/vnd.objectvideo" url="http://blip.tv/file/get/EarthHorizonProductions-EE10Episode2879.mp4"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="111163792" height="576" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/EarthHorizonProductions-EE10Episode2879.mp4" width="1024">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:role="Blip LD" expression="full" fileSize="27136332" height="65535" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/EarthHorizonProductions-EE10Episode2760.mp4" width="480"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859335"><![CDATA[<iframe src="http://blip.tv/hfU5gubVSwI.html?p=1" width="480" height="285" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hfU5gubVSwI" style="display:none"></embed>]]></media:player>
<media:title>EE10 Episode 2</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">31116002-3BAB-11E1-9CCC-A7A22135E101</guid>
<link>http://blip.tv/burma-treasures/jnkbvs-good-people-5876325</link>
<title>jnkbvs-good-people</title>
<blip:user>mmlwin</blip:user>
<blip:userid>335235</blip:userid>
<blip:safeusername>burma-treasures</blip:safeusername>
<blip:showpath>burma-treasures</blip:showpath>
<blip:show>Myanmar Treasures</blip:show>
<blip:showpage>http://blip.tv/burma-treasures</blip:showpage>
<blip:picture>http://a.images.blip.tv/Mmlwin-picture786.jpg</blip:picture>
<blip:posts_id>5876325</blip:posts_id>
<blip:item_id>5859333</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:50:24Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Foreign</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>1</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating>1</blip:adminRating>
<blip:runtime>3550</blip:runtime>
<blip:embedLookup>AYLm1UkC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1UkC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876325&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1UkC.html?p=1" width="480" height="306" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1UkC" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859333</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:50:24 +0000</pubDate>
<enclosure length="116289782" type="video/ms-wmv" url="http://blip.tv/file/get/Mmlwin-jnkbvsgoodpeople223.wmv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="ffwmapro" blip:role="Source" blip:vcodec="ffwmv3" expression="full" fileSize="116289782" height="368" isDefault="true" type="video/ms-wmv" url="http://blip.tv/file/get/Mmlwin-jnkbvsgoodpeople223.wmv" width="640">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859333"><![CDATA[<iframe src="http://blip.tv/AYLm1UkC.html?p=1" width="480" height="306" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1UkC" style="display:none"></embed>]]></media:player>
<media:title>jnkbvs-good-people</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<geo:lat>51.5001524</geo:lat>
<geo:long>-0.1262362</geo:long>
</item>
<item>
<guid isPermaLink="false">2CA83C20-3BAB-11E1-A7BD-E25770B32E78</guid>
<link>http://blip.tv/19letterslong/let-s-play-20-years-of-sonic-pt-48-sonic-adventure-19-20-5876323</link>
<title>Let's Play 20 Years of Sonic Pt.48 - Sonic Adventure (19/20)</title>
<blip:user>19letterslong</blip:user>
<blip:userid>925292</blip:userid>
<blip:safeusername>lets-play-20-years-of-sonic</blip:safeusername>
<blip:showpath>19letterslong</blip:showpath>
<blip:show>Let's Play 20 Years of Sonic</blip:show>
<blip:showpage>http://blip.tv/19letterslong</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876323</blip:posts_id>
<blip:item_id>5859331</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:50:17Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>2090</blip:runtime>
<blip:embedLookup>AYLm1UcC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1UcC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876323&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Our journey through two decades of Sonic games continues.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1UcC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1UcC" style="display:none"></embed>
<br />
Our journey through two decades of Sonic games continues.
]]></description>
<comments>http://blip.tv/file/5859331</comments>
<category>Gaming</category>
<category>sonic</category>
<category>lets play</category>
<pubDate>Tue, 10 Jan 2012 16:50:17 +0000</pubDate>
<enclosure length="674731056" type="video/vnd.objectvideo" url="http://blip.tv/file/get/19letterslong-LetsPlay20YearsOfSonicPt48SonicAdventure1920186.mp4"/>
<itunes:keywords>sonic, lets play</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>sonic, lets play</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="674731056" height="480" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/19letterslong-LetsPlay20YearsOfSonicPt48SonicAdventure1920186.mp4" width="640">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859331"><![CDATA[<iframe src="http://blip.tv/AYLm1UcC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1UcC" style="display:none"></embed>]]></media:player>
<itunes:explicit>yes</itunes:explicit>
<media:adult>true</media:adult>
<media:title>Let's Play 20 Years of Sonic Pt.48 - Sonic Adventure (19/20)</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">2997BC90-3BAB-11E1-9E64-80D0EABBD59D</guid>
<link>http://blip.tv/accestv/impartire-clientelara-sau-bani-putini-5876321</link>
<title>Impartire clientelara sau bani putini</title>
<blip:user>accestv</blip:user>
<blip:userid>665701</blip:userid>
<blip:safeusername>accestv</blip:safeusername>
<blip:showpath>accestv</blip:showpath>
<blip:show>accestv</blip:show>
<blip:showpage>http://blip.tv/accestv</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876321</blip:posts_id>
<blip:item_id>5859329</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:50:12Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>159</blip:runtime>
<blip:embedLookup>AYLm1UUC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1UUC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876321&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1UUC.html?p=1" width="480" height="414" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1UUC" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859329</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:50:12 +0000</pubDate>
<enclosure length="20905728" type="video/flv" url="http://blip.tv/file/get/Accestv-ImpartireClientelaraSauBaniPutini469.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="mp3" blip:role="Source" blip:vcodec="ffflv" expression="full" fileSize="20905728" height="576" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Accestv-ImpartireClientelaraSauBaniPutini469.flv" width="720">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859329"><![CDATA[<iframe src="http://blip.tv/AYLm1UUC.html?p=1" width="480" height="414" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1UUC" style="display:none"></embed>]]></media:player>
<media:title>Impartire clientelara sau bani putini</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">2613A75A-3BAB-11E1-99C2-ECF1F0135212</guid>
<link>http://blip.tv/accestv/profita-de-reduceri-5876320</link>
<title>profita de reduceri</title>
<blip:user>accestv</blip:user>
<blip:userid>665701</blip:userid>
<blip:safeusername>accestv</blip:safeusername>
<blip:showpath>accestv</blip:showpath>
<blip:show>accestv</blip:show>
<blip:showpage>http://blip.tv/accestv</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876320</blip:posts_id>
<blip:item_id>5859328</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:50:06Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>114</blip:runtime>
<blip:embedLookup>AYLm1UQC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1UQC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876320&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1UQC.html?p=1" width="480" height="414" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1UQC" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859328</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:50:06 +0000</pubDate>
<enclosure length="14893962" type="video/flv" url="http://blip.tv/file/get/Accestv-profitaDeReduceri424.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="mp3" blip:role="Source" blip:vcodec="ffflv" expression="full" fileSize="14893962" height="576" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Accestv-profitaDeReduceri424.flv" width="720">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859328"><![CDATA[<iframe src="http://blip.tv/AYLm1UQC.html?p=1" width="480" height="414" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1UQC" style="display:none"></embed>]]></media:player>
<media:title>profita de reduceri</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">254AAB70-3BAB-11E1-BDC1-E2C0AD09B226</guid>
<link>http://blip.tv/accestv/liber-dupa-24-de-ore-5876319</link>
<title>LIBER dupa 24 de ore</title>
<blip:user>accestv</blip:user>
<blip:userid>665701</blip:userid>
<blip:safeusername>accestv</blip:safeusername>
<blip:showpath>accestv</blip:showpath>
<blip:show>accestv</blip:show>
<blip:showpage>http://blip.tv/accestv</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876319</blip:posts_id>
<blip:item_id>5859327</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:50:04Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>42</blip:runtime>
<blip:embedLookup>AYLm1UMC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1UMC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876319&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1UMC.html?p=1" width="480" height="414" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1UMC" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859327</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:50:04 +0000</pubDate>
<enclosure length="7008199" type="video/flv" url="http://blip.tv/file/get/Accestv-LIBERDupa24DeOre538.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="mp3" blip:role="Source" blip:vcodec="ffflv" expression="full" fileSize="7008199" height="576" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Accestv-LIBERDupa24DeOre538.flv" width="720">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859327"><![CDATA[<iframe src="http://blip.tv/AYLm1UMC.html?p=1" width="480" height="414" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1UMC" style="display:none"></embed>]]></media:player>
<media:title>LIBER dupa 24 de ore</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">251D54EA-3BAB-11E1-8A81-C28F7F3624C7</guid>
<link>http://blip.tv/city-of-fort-myers/episode-5876318</link>
<title>fmpd-01092012</title>
<blip:user>cityftmyers</blip:user>
<blip:userid>235937</blip:userid>
<blip:safeusername>fortmyers</blip:safeusername>
<blip:showpath>city-of-fort-myers</blip:showpath>
<blip:show>City of Fort Myers</blip:show>
<blip:showpage>http://blip.tv/city-of-fort-myers</blip:showpage>
<blip:picture>http://a.images.blip.tv/Cityftmyers-picture227.jpg</blip:picture>
<blip:posts_id>5876318</blip:posts_id>
<blip:item_id>5859326</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:50:04Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Local</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating>1</blip:adminRating>
<blip:runtime>21</blip:runtime>
<blip:embedLookup>gsAbgubVQgI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/gsAbgubVQgI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876318&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/gsAbgubVQgI.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#gsAbgubVQgI" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859326</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:50:04 +0000</pubDate>
<enclosure length="12478344" type="video/msvideo" url="http://blip.tv/file/get/Cityftmyers-fmpd01092012206.avi"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="pcm" blip:role="Source" blip:vcodec="ffmjpeg" expression="full" fileSize="12478344" height="240" isDefault="true" type="video/msvideo" url="http://blip.tv/file/get/Cityftmyers-fmpd01092012206.avi" width="320"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="2313278" height="240" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Cityftmyers-fmpd01092012548.mp4" width="320"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="1892685" height="240" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Cityftmyers-fmpd01092012991.m4v" width="320"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859326"><![CDATA[<iframe src="http://blip.tv/gsAbgubVQgI.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#gsAbgubVQgI" style="display:none"></embed>]]></media:player>
<media:title>fmpd-01092012</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<geo:lat>26.645157259039188</geo:lat>
<geo:long>-81.86273574829102</geo:long>
</item>
<item>
<guid isPermaLink="false">242BC47C-3BAB-11E1-B71F-E12766A8280F</guid>
<link>http://blip.tv/accestv/restante-la-aparegio-5876317</link>
<title>restante la aparegio</title>
<blip:user>accestv</blip:user>
<blip:userid>665701</blip:userid>
<blip:safeusername>accestv</blip:safeusername>
<blip:showpath>accestv</blip:showpath>
<blip:show>accestv</blip:show>
<blip:showpage>http://blip.tv/accestv</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876317</blip:posts_id>
<blip:item_id>5859325</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:50:03Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>55</blip:runtime>
<blip:embedLookup>AYLm1UEC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1UEC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876317&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1UEC.html?p=1" width="480" height="414" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1UEC" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859325</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:50:03 +0000</pubDate>
<enclosure length="7263174" type="video/flv" url="http://blip.tv/file/get/Accestv-restanteLaAparegio287.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="mp3" blip:role="Source" blip:vcodec="ffflv" expression="full" fileSize="7263174" height="576" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Accestv-restanteLaAparegio287.flv" width="720">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859325"><![CDATA[<iframe src="http://blip.tv/AYLm1UEC.html?p=1" width="480" height="414" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1UEC" style="display:none"></embed>]]></media:player>
<media:title>restante la aparegio</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">1BFEFDAA-3BAB-11E1-8B3B-B796E7E94FB3</guid>
<link>http://blip.tv/kiranivfgenetic/surrogacy-information-ivf-embryo-transfer-for-surrogacy-5876316</link>
<title>Surrogacy Information - IVF Embryo transfer for Surrogacy</title>
<blip:user>kiranivfgenetic</blip:user>
<blip:userid>935830</blip:userid>
<blip:safeusername>kiran-ivf</blip:safeusername>
<blip:showpath>kiranivfgenetic</blip:showpath>
<blip:show>Kiran IVF</blip:show>
<blip:showpage>http://blip.tv/kiranivfgenetic</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876316</blip:posts_id>
<blip:item_id>5859324</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:49:49Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating>-3</blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1UAC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1UAC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876316&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[IVF Embryo transfer being done by Dr Samit, at Kiran Infertility Center, Hyderabad, India- the preferred destination for Surrogacy and infertility treatments.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1UAC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1UAC" style="display:none"></embed>
<br />
IVF Embryo transfer being done by Dr Samit, at Kiran Infertility Center, Hyderabad, India- the preferred destination for Surrogacy and infertility treatments.
]]></description>
<comments>http://blip.tv/file/5859324</comments>
<category>Health</category>
<category>surrogacy</category>
<category>surrogacy india</category>
<category>surrogacy abroad</category>
<category>surrogacy clinic in hyderabad</category>
<category>surrogacy in india</category>
<category>international surrogacy</category>
<category>surrogacy agency</category>
<category>ivf center in india</category>
<category>surrogate solutions</category>
<category>information on adoption</category>
<category>intended parents</category>
<category>affordable surrogacy solutions</category>
<category>surrogate </category>
<pubDate>Tue, 10 Jan 2012 16:49:49 +0000</pubDate>
<enclosure length="10377299" type="video/flv" url="http://blip.tv/file/get/Kiranivfgenetic-SurrogacyInformationIVFEmbryoTransferForSurrogacy631.flv"/>
<itunes:keywords>surrogacy, surrogacy india, surrogacy abroad, surrogacy clinic in hyderabad, surrogacy in india, international surrogacy, surrogacy agency, ivf center in india, surrogate solutions, information on adoption, intended parents, affordable surrogacy solutions, surrogate </itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>surrogacy, surrogacy india, surrogacy abroad, surrogacy clinic in hyderabad, surrogacy in india, international surrogacy, surrogacy agency, ivf center in india, surrogate solutions, information on adoption, intended parents, affordable surrogacy solutions, surrogate </media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="10377299" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Kiranivfgenetic-SurrogacyInformationIVFEmbryoTransferForSurrogacy631.flv">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859324"><![CDATA[<iframe src="http://blip.tv/play/AYLm1UAC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1UAC" style="display:none"></embed>]]></media:player>
<media:title>Surrogacy Information - IVF Embryo transfer for Surrogacy</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">189FFE8E-3BAB-11E1-ABA3-8E0A31A52B4A</guid>
<link>http://blip.tv/Watsonville/riverside-mobile-home-park-5876315</link>
<title>Riverside Mobile Home Park</title>
<blip:user>City of W</blip:user>
<blip:userid>631103</blip:userid>
<blip:safeusername>WatsonvilleMagazine</blip:safeusername>
<blip:showpath>Watsonville</blip:showpath>
<blip:show>The City of Watsonville</blip:show>
<blip:showpage>http://blip.tv/Watsonville</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876315</blip:posts_id>
<blip:item_id>5859323</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-G</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:49:43Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>111</blip:runtime>
<blip:embedLookup>AYLm1T8C</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1T8C</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876315&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[A short video highlighting the improvements made to Riverside Mobile Home Park.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1T8C.html?p=1" width="480" height="350" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1T8C" style="display:none"></embed>
<br />
A short video highlighting the improvements made to Riverside Mobile Home Park.
]]></description>
<comments>http://blip.tv/file/5859323</comments>
<category>Default Category</category>
<category>riverside</category>
<category>mobile</category>
<category>home</category>
<category>park</category>
<category>watsonville</category>
<category>tv</category>
<category>watv</category>
<category>watsonvilletv</category>
<category>california</category>
<category>city</category>
<category>of</category>
<category>watsonoville</category>
<category>irwin</category>
<category>ortiz</category>
<category>elizabeth</category>
<category>padilla</category>
<category>cdd</category>
<category>rah</category>
<category>redevelopment</category>
<category>agency</category>
<category>community</category>
<category>development</category>
<category>department</category>
<pubDate>Tue, 10 Jan 2012 16:49:43 +0000</pubDate>
<enclosure length="417111409" type="video/quicktime" url="http://blip.tv/file/get/CityOfW-RiversideMobileHomePark294.mov"/>
<itunes:keywords>riverside, mobile, home, park, watsonville, tv, watv, watsonvilletv, california, city, of, watsonoville, irwin, ortiz, elizabeth, padilla, cdd, rah, redevelopment, agency, community, development, department</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>riverside, mobile, home, park, watsonville, tv, watv, watsonvilletv, california, city, of, watsonoville, irwin, ortiz, elizabeth, padilla, cdd, rah, redevelopment, agency, community, development, department</media:keywords>
<media:group>
<media:content blip:acodec="pcm" blip:role="Source" blip:vcodec="ffdv" expression="full" fileSize="417111409" height="480" isDefault="true" type="video/quicktime" url="http://blip.tv/file/get/CityOfW-RiversideMobileHomePark294.mov" width="720"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="15134496" height="320" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/CityOfW-RiversideMobileHomePark202.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="11988766" height="426" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/CityOfW-RiversideMobileHomePark641.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859323"><![CDATA[<iframe src="http://blip.tv/AYLm1T8C.html?p=1" width="480" height="350" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1T8C" style="display:none"></embed>]]></media:player>
<media:title>Riverside Mobile Home Park</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">105111AA-3BAB-11E1-A37B-D68EE548361F</guid>
<link>http://blip.tv/19letterslong/let-s-play-20-years-of-sonic-pt-49-sonic-adventure-20-20-5876314</link>
<title>Let's Play 20 Years of Sonic Pt.49 - Sonic Adventure (20/20)</title>
<blip:user>19letterslong</blip:user>
<blip:userid>925292</blip:userid>
<blip:safeusername>lets-play-20-years-of-sonic</blip:safeusername>
<blip:showpath>19letterslong</blip:showpath>
<blip:show>Let's Play 20 Years of Sonic</blip:show>
<blip:showpage>http://blip.tv/19letterslong</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876314</blip:posts_id>
<blip:item_id>5859322</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:49:29Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1T4C</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1T4C</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876314&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[We reach the end of the Sonic Adventure portion of our journey through two decades of Sonic games.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1T4C.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1T4C" style="display:none"></embed>
<br />
We reach the end of the Sonic Adventure portion of our journey through two decades of Sonic games.
]]></description>
<comments>http://blip.tv/file/5859322</comments>
<category>Gaming</category>
<category>sonic</category>
<category>lets play</category>
<pubDate>Tue, 10 Jan 2012 16:49:29 +0000</pubDate>
<enclosure length="516164102" type="video/vnd.objectvideo" url="http://blip.tv/file/get/19letterslong-LetsPlay20YearsOfSonicPt49SonicAdventure2020685.mp4"/>
<itunes:keywords>sonic, lets play</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>sonic, lets play</media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="516164102" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/19letterslong-LetsPlay20YearsOfSonicPt49SonicAdventure2020685.mp4">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859322"><![CDATA[<iframe src="http://blip.tv/AYLm1T4C.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1T4C" style="display:none"></embed>]]></media:player>
<itunes:explicit>yes</itunes:explicit>
<media:adult>true</media:adult>
<media:title>Let's Play 20 Years of Sonic Pt.49 - Sonic Adventure (20/20)</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">F9C8EA2A-3BAA-11E1-A7FA-85D537C2C3B6</guid>
<link>http://blip.tv/hadoukendude/four-swords-misadventures-7-1-deja-vu-rendezvous-5876312</link>
<title>Four Swords Misadventures 7.1: Deja Vu, Rendezvous</title>
<blip:user>hadoukendude</blip:user>
<blip:userid>934556</blip:userid>
<blip:safeusername>hadoukendude</blip:safeusername>
<blip:showpath>hadoukendude</blip:showpath>
<blip:show>HadoukenDude</blip:show>
<blip:showpage>http://blip.tv/hadoukendude</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876312</blip:posts_id>
<blip:item_id>5859320</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-14</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:48:51Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>570</blip:runtime>
<blip:embedLookup>AYLm1TwC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1TwC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876312&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[The Final act of the trilogy]]></blip:puredescription>
<blip:license>Creative Commons Attribution-NonCommercial-ShareAlike 3.0</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1TwC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1TwC" style="display:none"></embed>
<br />
The Final act of the trilogy
]]></description>
<comments>http://blip.tv/file/5859320</comments>
<category>Comedy</category>
<category>legend</category>
<category>zelda</category>
<category>loz</category>
<category>flash</category>
<category>parody</category>
<category>four</category>
<category>swords</category>
<category>hadoukendude</category>
<pubDate>Tue, 10 Jan 2012 16:48:51 +0000</pubDate>
<enclosure length="33694221" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Hadoukendude-FourSwordsMisadventures71DejaVuRendezvous252.mp4"/>
<itunes:keywords>legend, zelda, loz, flash, parody, four, swords, hadoukendude</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>legend, zelda, loz, flash, parody, four, swords, hadoukendude</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="33694221" height="360" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Hadoukendude-FourSwordsMisadventures71DejaVuRendezvous252.mp4" width="480">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="16692566" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Hadoukendude-FourSwordsMisadventures71DejaVuRendezvous387.mp4" width="360"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859320"><![CDATA[<iframe src="http://blip.tv/AYLm1TwC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1TwC" style="display:none"></embed>]]></media:player>
<media:title>Four Swords Misadventures 7.1: Deja Vu, Rendezvous</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
<guid isPermaLink="false">F72AC4B4-3BAA-11E1-B42C-DA07FD74C57A</guid>
<link>http://blip.tv/tibiabintv/tinajo-vs-antigua-1989-5876311</link>
<title>Tinajo vs Antigua 1989</title>
<blip:user>tibiabin</blip:user>
<blip:userid>333394</blip:userid>
<blip:safeusername>tibiabin</blip:safeusername>
<blip:showpath>tibiabintv</blip:showpath>
<blip:show>tibiabin.tv</blip:show>
<blip:showpage>http://blip.tv/tibiabintv</blip:showpage>
<blip:picture>http://a.images.blip.tv/Tibiabin-picture512.jpg</blip:picture>
<blip:posts_id>5876311</blip:posts_id>
<blip:item_id>5859319</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-G</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:48:47Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Foreign</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1TsC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1TsC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876311&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Tiempo de Brega]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1TsC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1TsC" style="display:none"></embed>
<br />
Tiempo de Brega
]]></description>
<comments>http://blip.tv/file/5859319</comments>
<category>Sports</category>
<pubDate>Tue, 10 Jan 2012 16:48:47 +0000</pubDate>
<enclosure length="413851575" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Tibiabin-TinajoVsAntigua1989303.mp4"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="413851575" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Tibiabin-TinajoVsAntigua1989303.mp4">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859319"><![CDATA[<iframe src="http://blip.tv/AYLm1TsC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1TsC" style="display:none"></embed>]]></media:player>
<media:title>Tinajo vs Antigua 1989</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">F12174C8-3BAA-11E1-81D4-F7F4FBF89A0E</guid>
<link>http://blip.tv/telesurtvnet/nicaragua-diputados-que-denunciaron-fraude-se-juramentaron-5876310</link>
<title>Nicaragua: diputados que denunciaron fraude, se juramentaron</title>
<blip:user>telesurtvnet</blip:user>
<blip:userid>477662</blip:userid>
<blip:safeusername>telesurtvnet</blip:safeusername>
<blip:showpath>telesurtvnet</blip:showpath>
<blip:show>teleSUR</blip:show>
<blip:showpage>http://blip.tv/telesurtvnet</blip:showpage>
<blip:picture>http://a.images.blip.tv/Telesurtvnet-picture709.jpg</blip:picture>
<blip:posts_id>5876310</blip:posts_id>
<blip:item_id>5859318</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:48:37Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Foreign</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating>3</blip:adminRating>
<blip:runtime>131</blip:runtime>
<blip:embedLookup>AYLm1ToC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1ToC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876310&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Opositores al gobierno nicarag&#252;ense protestaron contra sus propios diputados, quienes luego de haber denunciado fraude electoral, se juramentaron para ejercer en el Parlamento. En las pr&#243;ximas horas, tendr&#225; lugar la posesi&#243;n de Ortega para un nuevo mandato. teleSUR http://multimedia.telesurtv.net/10/1/2012/65013/nicaragua-diputados-que-denunciaron-fraude-se-juramentaron/]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1ToC.html?p=1" width="480" height="305" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1ToC" style="display:none"></embed>
<br />
Opositores al gobierno nicarag&#252;ense protestaron contra sus propios diputados, quienes luego de haber denunciado fraude electoral, se juramentaron para ejercer en el Parlamento. En las pr&#243;ximas horas, tendr&#225; lugar la posesi&#243;n de Ortega para un nuevo mandato. teleSUR http://multimedia.telesurtv.net/10/1/2012/65013/nicaragua-diputados-que-denunciaron-fraude-se-juramentaron/
]]></description>
<comments>http://blip.tv/file/5859318</comments>
<category>Default Category</category>
<category></category>
<category>daniel</category>
<category>diputados</category>
<category>juramento</category>
<category>nicaragua</category>
<category>nicaragua ortega posesion</category>
<category>nuevo</category>
<category>ortega</category>
<category>periodo</category>
<category>posesion</category>
<category>presidencia</category>
<category>presidente</category>
<pubDate>Tue, 10 Jan 2012 16:48:37 +0000</pubDate>
<enclosure length="9984248" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Telesurtvnet-NicaraguaDiputadosQueDenunciaronFraudeSeJuramentaron966.mp4"/>
<itunes:keywords>, daniel, diputados, juramento, nicaragua, nicaragua ortega posesion, nuevo, ortega, periodo, posesion, presidencia, presidente</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>, daniel, diputados, juramento, nicaragua, nicaragua ortega posesion, nuevo, ortega, periodo, posesion, presidencia, presidente</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="9984248" height="284" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Telesurtvnet-NicaraguaDiputadosQueDenunciaronFraudeSeJuramentaron966.mp4" width="494">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="14284456" height="274" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Telesurtvnet-NicaraguaDiputadosQueDenunciaronFraudeSeJuramentaron965.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="11458230" height="284" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Telesurtvnet-NicaraguaDiputadosQueDenunciaronFraudeSeJuramentaron617.m4v" width="494"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859318"><![CDATA[<iframe src="http://blip.tv/AYLm1ToC.html?p=1" width="480" height="305" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1ToC" style="display:none"></embed>]]></media:player>
<media:title>Nicaragua: diputados que denunciaron fraude, se juramentaron</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">F0743024-3BAA-11E1-B9C0-B1329EBCCA95</guid>
<link>http://blip.tv/ziggle/episode-5876309</link>
<title>120104_dell</title>
<blip:user>wisepartner</blip:user>
<blip:userid>624563</blip:userid>
<blip:safeusername>Ziggle</blip:safeusername>
<blip:showpath>ziggle</blip:showpath>
<blip:show>Ziggle</blip:show>
<blip:showpage>http://blip.tv/ziggle</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876309</blip:posts_id>
<blip:item_id>5859317</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:48:36Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>4143</blip:runtime>
<blip:embedLookup>h69QgubVOQI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/h69QgubVOQI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876309&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>Wisepartner-120104_dell975.JPG</blip:thumbnail_src>
<blip:puredescription><![CDATA[120104_dell]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/h69QgubVOQI.html?p=1" width="480" height="345" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#h69QgubVOQI" style="display:none"></embed>
<br />
120104_dell
]]></description>
<comments>http://blip.tv/file/5859317</comments>
<category>Art</category>
<pubDate>Tue, 10 Jan 2012 16:48:36 +0000</pubDate>
<enclosure length="359802181" type="video/ms-wmv" url="http://blip.tv/file/get/Wisepartner-120104_dell193.wmv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/Wisepartner-120104_dell975.JPG</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="ffwmav2" blip:role="Source" blip:vcodec="ffwmv3" expression="full" fileSize="359802181" height="600" isDefault="true" type="video/ms-wmv" url="http://blip.tv/file/get/Wisepartner-120104_dell193.wmv" width="800"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859317"><![CDATA[<iframe src="http://blip.tv/play/h69QgubVOQI.html?p=1" width="480" height="345" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#h69QgubVOQI" style="display:none"></embed>]]></media:player>
<media:title>120104_dell</media:title>
<media:thumbnail url="http://a.images.blip.tv/Wisepartner-120104_dell975.JPG"/>
</item>
<item>
<guid isPermaLink="false">EDBA0070-3BAA-11E1-ABF8-E38412C819FB</guid>
<link>http://blip.tv/19letterslong/let-s-play-20-years-of-sonic-pt-47-sonic-adventure-18-20-5876308</link>
<title>Let's Play 20 Years of Sonic Pt.47 - Sonic Adventure (18/20)</title>
<blip:user>19letterslong</blip:user>
<blip:userid>925292</blip:userid>
<blip:safeusername>lets-play-20-years-of-sonic</blip:safeusername>
<blip:showpath>19letterslong</blip:showpath>
<blip:show>Let's Play 20 Years of Sonic</blip:show>
<blip:showpage>http://blip.tv/19letterslong</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876308</blip:posts_id>
<blip:item_id>5859316</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:48:31Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1TgC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1TgC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876308&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Our journey through two decades of Sonic games continues.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1TgC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1TgC" style="display:none"></embed>
<br />
Our journey through two decades of Sonic games continues.
]]></description>
<comments>http://blip.tv/file/5859316</comments>
<category>Gaming</category>
<category>sonic</category>
<category>lets play</category>
<pubDate>Tue, 10 Jan 2012 16:48:31 +0000</pubDate>
<enclosure length="588286128" type="video/vnd.objectvideo" url="http://blip.tv/file/get/19letterslong-LetsPlay20YearsOfSonicPt47SonicAdventure1820704.mp4"/>
<itunes:keywords>sonic, lets play</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>sonic, lets play</media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="588286128" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/19letterslong-LetsPlay20YearsOfSonicPt47SonicAdventure1820704.mp4">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859316"><![CDATA[<iframe src="http://blip.tv/AYLm1TgC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1TgC" style="display:none"></embed>]]></media:player>
<itunes:explicit>yes</itunes:explicit>
<media:adult>true</media:adult>
<media:title>Let's Play 20 Years of Sonic Pt.47 - Sonic Adventure (18/20)</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">ED3EBB9A-3BAA-11E1-8CB2-DF2124DE72AD</guid>
<link>http://blip.tv/kiranivfgenetic/surrogacy-india-kic-surrogacy-program-canadian-news-cbc-part2-5876307</link>
<title>Surrogacy India - KIC Surrogacy Program Canadian News CBC Part2</title>
<blip:user>kiranivfgenetic</blip:user>
<blip:userid>935830</blip:userid>
<blip:safeusername>kiran-ivf</blip:safeusername>
<blip:showpath>kiranivfgenetic</blip:showpath>
<blip:show>Kiran IVF</blip:show>
<blip:showpage>http://blip.tv/kiranivfgenetic</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876307</blip:posts_id>
<blip:item_id>5859315</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:48:30Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating>-3</blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1TcC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1TcC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876307&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Surrogacy Program of Kiran Infertility Center , Hyderabad, India was covered by the Canadian News channel CBC in French language. Part 2]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1TcC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1TcC" style="display:none"></embed>
<br />
Surrogacy Program of Kiran Infertility Center , Hyderabad, India was covered by the Canadian News channel CBC in French language. Part 2
]]></description>
<comments>http://blip.tv/file/5859315</comments>
<category>Health</category>
<category>surrogacy</category>
<category>surrogacy india</category>
<category>surrogacy abroad</category>
<category>surrogacy clinic in hyderabad</category>
<category>surrogacy in india</category>
<category>international surrogacy</category>
<category>surrogacy agency</category>
<category>ivf center in india</category>
<category>surrogate solutions</category>
<category>information on adoption</category>
<category>intended parents</category>
<category>affordable surrogacy solutions</category>
<category>surrogate </category>
<pubDate>Tue, 10 Jan 2012 16:48:30 +0000</pubDate>
<enclosure length="26737314" type="video/flv" url="http://blip.tv/file/get/Kiranivfgenetic-SurrogacyIndiaKICSurrogacyProgramCanadianNewsCBCPart2302.flv"/>
<itunes:keywords>surrogacy, surrogacy india, surrogacy abroad, surrogacy clinic in hyderabad, surrogacy in india, international surrogacy, surrogacy agency, ivf center in india, surrogate solutions, information on adoption, intended parents, affordable surrogacy solutions, surrogate </itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>surrogacy, surrogacy india, surrogacy abroad, surrogacy clinic in hyderabad, surrogacy in india, international surrogacy, surrogacy agency, ivf center in india, surrogate solutions, information on adoption, intended parents, affordable surrogacy solutions, surrogate </media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="26737314" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Kiranivfgenetic-SurrogacyIndiaKICSurrogacyProgramCanadianNewsCBCPart2302.flv">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859315"><![CDATA[<iframe src="http://blip.tv/play/AYLm1TcC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1TcC" style="display:none"></embed>]]></media:player>
<media:title>Surrogacy India - KIC Surrogacy Program Canadian News CBC Part2</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">E214D344-3BAA-11E1-A39F-AE01C755675F</guid>
<link>http://blip.tv/cristinasastre/ix-fira-de-l-esclata-sagn-i-de-la-muntanya-5876306</link>
<title>IX Fira de l'esclata-sagn i de la muntanya</title>
<blip:user>cristinasastre</blip:user>
<blip:userid>927613</blip:userid>
<blip:safeusername>cristinasastre</blip:safeusername>
<blip:showpath>cristinasastre</blip:showpath>
<blip:show>cristinasastre</blip:show>
<blip:showpage>http://blip.tv/cristinasastre</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876306</blip:posts_id>
<blip:item_id>5859314</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:48:12Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>315</blip:runtime>
<blip:embedLookup>AYLm1TYC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1TYC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876306&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[MANCOR DE LA VALL]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1TYC.html?p=1" width="480" height="350" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1TYC" style="display:none"></embed>
<br />
MANCOR DE LA VALL
]]></description>
<comments>http://blip.tv/file/5859314</comments>
<category>Documentary</category>
<pubDate>Tue, 10 Jan 2012 16:48:12 +0000</pubDate>
<enclosure length="1062133474" type="video/quicktime" url="http://blip.tv/file/get/Cristinasastre-IXFiraDeLesclatasagnIDeLaMuntanya481.mov"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="1062133474" isDefault="true" type="video/quicktime" url="http://blip.tv/file/get/Cristinasastre-IXFiraDeLesclatasagnIDeLaMuntanya481.mov">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859314"><![CDATA[<iframe src="http://blip.tv/AYLm1TYC.html?p=1" width="480" height="350" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1TYC" style="display:none"></embed>]]></media:player>
<media:title>IX Fira de l'esclata-sagn i de la muntanya</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">C4D22818-3BAA-11E1-8542-EE287D44E672</guid>
<link>http://blip.tv/FilmGAlba/bocan-air-baic-5876305</link>
<title>Bocan air baic</title>
<blip:user>SiannalFilmG</blip:user>
<blip:userid>470056</blip:userid>
<blip:safeusername>siannalfilmg</blip:safeusername>
<blip:showpath>FilmGAlba</blip:showpath>
<blip:show>FilmG Alba</blip:show>
<blip:showpage>http://blip.tv/FilmGAlba</blip:showpage>
<blip:picture>http://a.images.blip.tv/SiannalFilmG-picture625.png</blip:picture>
<blip:posts_id>5876305</blip:posts_id>
<blip:item_id>5859313</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:47:23Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Foreign</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:core_value>1</blip:core_value>
<blip:adminRating>4</blip:adminRating>
<blip:runtime>309</blip:runtime>
<blip:embedLookup>hNdRgubVNQI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/hNdRgubVNQI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876305&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>Creative Commons Attribution 2.0</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/hNdRgubVNQI.html?p=1" width="480" height="277" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hNdRgubVNQI" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859313</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:47:23 +0000</pubDate>
<enclosure length="217580371" type="video/quicktime" url="http://blip.tv/file/get/SiannalFilmG-BocanAirBaic386.mov"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="pcm" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="217580371" height="576" isDefault="true" type="video/quicktime" url="http://blip.tv/file/get/SiannalFilmG-BocanAirBaic386.mov" width="1024"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="22863669" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/SiannalFilmG-BocanAirBaic349.mp4" width="480"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859313"><![CDATA[<iframe src="http://blip.tv/hNdRgubVNQI.html?p=1" width="480" height="277" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hNdRgubVNQI" style="display:none"></embed>]]></media:player>
<media:title>Bocan air baic</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license>
</item>
<item>
<guid isPermaLink="false">A3535B62-3BAA-11E1-BD6B-DADDBB937F93</guid>
<link>http://blip.tv/tvc-valle-de-la-matapdia/12-01-05-8-retrospective-2011-volet-famille-5876304</link>
<title>12-01-05.8 Retrospective 2011 - volet famille</title>
<blip:user>tvcmatap</blip:user>
<blip:userid>690983</blip:userid>
<blip:safeusername>tvcmatapedia</blip:safeusername>
<blip:showpath>tvc-valle-de-la-matapdia</blip:showpath>
<blip:show>TVC vall&#233;e de la Matap&#233;dia</blip:show>
<blip:showpage>http://blip.tv/tvc-valle-de-la-matapdia</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876304</blip:posts_id>
<blip:item_id>5859312</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:46:26Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1TQC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1TQC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876304&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[R&#233;trospective 2011 - volet famille]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1TQC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1TQC" style="display:none"></embed>
<br />
R&#233;trospective 2011 - volet famille
]]></description>
<comments>http://blip.tv/file/5859312</comments>
<category>Movies and Television</category>
<pubDate>Tue, 10 Jan 2012 16:46:26 +0000</pubDate>
<enclosure length="34685251" type="video/flv" url="http://blip.tv/file/get/Tvcmatap-1201058Retrospective2011VoletFamille402.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="34685251" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Tvcmatap-1201058Retrospective2011VoletFamille402.flv"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859312"><![CDATA[<iframe src="http://blip.tv/play/AYLm1TQC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1TQC" style="display:none"></embed>]]></media:player>
<media:title>12-01-05.8 Retrospective 2011 - volet famille</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">9A47D9DA-3BAA-11E1-85D2-9EB5F1F78EDD</guid>
<link>http://blip.tv/kiranivfgenetic/surrogacy-india-kic-surrogacy-program-canadian-news-cbc-part1-5876303</link>
<title>Surrogacy India - KIC Surrogacy Program Canadian News CBC Part1</title>
<blip:user>kiranivfgenetic</blip:user>
<blip:userid>935830</blip:userid>
<blip:safeusername>kiran-ivf</blip:safeusername>
<blip:showpath>kiranivfgenetic</blip:showpath>
<blip:show>Kiran IVF</blip:show>
<blip:showpage>http://blip.tv/kiranivfgenetic</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876303</blip:posts_id>
<blip:item_id>5859311</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:46:11Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating>-3</blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1TMC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1TMC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876303&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Surrogacy Program of Kiran Infertility Center , Hyderabad, India was covered by the Canadian News channel CBC News in French language. Part 1]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1TMC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1TMC" style="display:none"></embed>
<br />
Surrogacy Program of Kiran Infertility Center , Hyderabad, India was covered by the Canadian News channel CBC News in French language. Part 1
]]></description>
<comments>http://blip.tv/file/5859311</comments>
<category>Health</category>
<category>surrogacy</category>
<category>surrogacy india</category>
<category>surrogacy abroad</category>
<category>surrogacy clinic in hyderabad</category>
<category>surrogacy in india</category>
<category>international surrogacy</category>
<category>surrogacy agency</category>
<category>ivf center in india</category>
<category>surrogate solutions</category>
<category>information on adoption</category>
<category>intended parents</category>
<category>affordable surrogacy solutions</category>
<category>surrogate </category>
<pubDate>Tue, 10 Jan 2012 16:46:11 +0000</pubDate>
<enclosure length="18206946" type="video/flv" url="http://blip.tv/file/get/Kiranivfgenetic-SurrogacyIndiaKICSurrogacyProgramCanadianNewsCBCPart1353.flv"/>
<itunes:keywords>surrogacy, surrogacy india, surrogacy abroad, surrogacy clinic in hyderabad, surrogacy in india, international surrogacy, surrogacy agency, ivf center in india, surrogate solutions, information on adoption, intended parents, affordable surrogacy solutions, surrogate </itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>surrogacy, surrogacy india, surrogacy abroad, surrogacy clinic in hyderabad, surrogacy in india, international surrogacy, surrogacy agency, ivf center in india, surrogate solutions, information on adoption, intended parents, affordable surrogacy solutions, surrogate </media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="18206946" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Kiranivfgenetic-SurrogacyIndiaKICSurrogacyProgramCanadianNewsCBCPart1353.flv">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859311"><![CDATA[<iframe src="http://blip.tv/play/AYLm1TMC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1TMC" style="display:none"></embed>]]></media:player>
<media:title>Surrogacy India - KIC Surrogacy Program Canadian News CBC Part1</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">957EB7C0-3BAA-11E1-8F6E-95E1A0409C89</guid>
<link>http://blip.tv/b92/sneg-zavejao-jugositok-i-jugozapad-srbije-5876301</link>
<title>Sneg zavejao jugositok i jugozapad Srbije</title>
<blip:user>b92</blip:user>
<blip:userid>277612</blip:userid>
<blip:safeusername>b92</blip:safeusername>
<blip:showpath>b92</blip:showpath>
<blip:show>B92</blip:show>
<blip:showpage>http://blip.tv/b92</blip:showpage>
<blip:picture>http://a.images.blip.tv/B92-picture178.jpg</blip:picture>
<blip:posts_id>5876301</blip:posts_id>
<blip:item_id>5859309</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:46:03Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Foreign</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:core_value>1</blip:core_value>
<blip:adminRating>2</blip:adminRating>
<blip:runtime>207</blip:runtime>
<blip:embedLookup>hKYmgubVMQI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/hKYmgubVMQI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876301&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Sneg na jugoistoku u jugozapadu Srbije kao da je re&#353;io da nadoknadi veliko zaka&#353;njenje. Putari, vojska i lokalne elektrodistribucije i dalje muku mu&#269;e da stignu do ljudi koji su zavejani.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/hKYmgubVMQI.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hKYmgubVMQI" style="display:none"></embed>
<br />
Sneg na jugoistoku u jugozapadu Srbije kao da je re&#353;io da nadoknadi veliko zaka&#353;njenje. Putari, vojska i lokalne elektrodistribucije i dalje muku mu&#269;e da stignu do ljudi koji su zavejani.
]]></description>
<comments>http://blip.tv/file/5859309</comments>
<category>Politics</category>
<pubDate>Tue, 10 Jan 2012 16:46:03 +0000</pubDate>
<enclosure length="22437609" type="video/flv" url="http://blip.tv/file/get/B92-SnegZavejaoJugositokIJugozapadSrbije281.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="mp3" blip:role="Source" blip:vcodec="ffflv" expression="full" fileSize="22437609" height="480" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/B92-SnegZavejaoJugositokIJugozapadSrbije281.flv" width="640">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:acodec="mp3" blip:role="Web" expression="full" fileSize="1914436" isDefault="false" type="audio/mpeg" url="http://blip.tv/file/get/B92-SnegZavejaoJugositokIJugozapadSrbije308.mp3"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="17819656" height="360" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/B92-SnegZavejaoJugositokIJugozapadSrbije712.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="29627360" height="480" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/B92-SnegZavejaoJugositokIJugozapadSrbije759.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859309"><![CDATA[<iframe src="http://blip.tv/hKYmgubVMQI.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hKYmgubVMQI" style="display:none"></embed>]]></media:player>
<media:title>Sneg zavejao jugositok i jugozapad Srbije</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<geo:lat>44.016521</geo:lat>
<geo:long>21.005859</geo:long>
</item>
<item>
<guid isPermaLink="false">9512E7CA-3BAA-11E1-81B6-BFAC118226B6</guid>
<link>http://blip.tv/firewizard23/let-s-play-super-mario-bros-3-part-6-morton-koopa-jr-5876300</link>
<title>Let's Play Super Mario Bros 3, Part 6, Morton Koopa Jr.</title>
<blip:user>Firewizard23</blip:user>
<blip:userid>821219</blip:userid>
<blip:safeusername>firewizard23</blip:safeusername>
<blip:showpath>firewizard23</blip:showpath>
<blip:show>Firewizard23</blip:show>
<blip:showpage>http://blip.tv/firewizard23</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876300</blip:posts_id>
<blip:item_id>5859308</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:46:02Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Videogames</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:core_value>3</blip:core_value>
<blip:channel_name>Videogames</blip:channel_name>
<blip:adminRating>2</blip:adminRating>
<blip:runtime>253</blip:runtime>
<blip:embedLookup>h9h7gubVMAI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/h9h7gubVMAI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876300&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Not much happens in this video, I just go and fight Morton Koopa Jr... OH! And I show how the anchor works. Please rate and comment!]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/h9h7gubVMAI.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#h9h7gubVMAI" style="display:none"></embed>
<br />
Not much happens in this video, I just go and fight Morton Koopa Jr... OH! And I show how the anchor works. Please rate and comment!
]]></description>
<comments>http://blip.tv/file/5859308</comments>
<category>Gaming</category>
<category>lets</category>
<category>play</category>
<category>super</category>
<category>mario</category>
<category>bros</category>
<category>platforming</category>
<category>king</category>
<category>koopa</category>
<category>kids</category>
<category>grassland</category>
<category>desert</category>
<category>nes</category>
<pubDate>Tue, 10 Jan 2012 16:46:02 +0000</pubDate>
<enclosure length="16707898" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Firewizard23-LetsPlaySuperMarioBros3Part6MortonKoopaJr336.mp4"/>
<itunes:keywords>lets, play, super, mario, bros, platforming, king, koopa, kids, grassland, desert, nes</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>lets, play, super, mario, bros, platforming, king, koopa, kids, grassland, desert, nes</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="16707898" height="360" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Firewizard23-LetsPlaySuperMarioBros3Part6MortonKoopaJr336.mp4" width="480">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="8906903" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Firewizard23-LetsPlaySuperMarioBros3Part6MortonKoopaJr693.mp4" width="360"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="9268889" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Firewizard23-LetsPlaySuperMarioBros3Part6MortonKoopaJr401.m4v" width="480"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859308"><![CDATA[<iframe src="http://blip.tv/h9h7gubVMAI.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#h9h7gubVMAI" style="display:none"></embed>]]></media:player>
<media:title>Let's Play Super Mario Bros 3, Part 6, Morton Koopa Jr.</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">92324064-3BAA-11E1-A29E-822609AB396C</guid>
<link>http://blip.tv/broadcast-exchange/how-to-make-your-new-year-s-diet-a-success-this-year-5876299</link>
<title>How to make your New Year's diet a success this year</title>
<blip:user>broadcastexchange</blip:user>
<blip:userid>670454</blip:userid>
<blip:safeusername>broadcastexchange</blip:safeusername>
<blip:showpath>broadcast-exchange</blip:showpath>
<blip:show>Broadcast Exchange</blip:show>
<blip:showpage>http://blip.tv/broadcast-exchange</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876299</blip:posts_id>
<blip:item_id>5859307</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:45:58Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>337</blip:runtime>
<blip:embedLookup>AYLm1S8C</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1S8C</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876299&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Log on to our Web TV Show for top tips and advice from Mica Paris and Professor David Haslam on staying motivated, staying full and losing weight]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1S8C.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1S8C" style="display:none"></embed>
<br />
Log on to our Web TV Show for top tips and advice from Mica Paris and Professor David Haslam on staying motivated, staying full and losing weight
]]></description>
<comments>http://blip.tv/file/5859307</comments>
<category>School and Education</category>
<category>weight loss tips</category>
<category>losing weight</category>
<category>lose weight</category>
<category>diet tips</category>
<category>diet plan</category>
<category>xls-medical fat binder</category>
<category>mica paris</category>
<category>123 hello me</category>
<category>new year diet</category>
<category>how to lose christmas weight</category>
<pubDate>Tue, 10 Jan 2012 16:45:58 +0000</pubDate>
<enclosure length="53098991" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Broadcastexchange-HowToMakeYourNewYearsDietASuccessThisYear166.mp4"/>
<itunes:keywords>weight loss tips, losing weight, lose weight, diet tips, diet plan, xls-medical fat binder, mica paris, 123 hello me, new year diet, how to lose christmas weight</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>weight loss tips, losing weight, lose weight, diet tips, diet plan, xls-medical fat binder, mica paris, 123 hello me, new year diet, how to lose christmas weight</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="53098991" height="360" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Broadcastexchange-HowToMakeYourNewYearsDietASuccessThisYear166.mp4" width="640">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="18010483" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Broadcastexchange-HowToMakeYourNewYearsDietASuccessThisYear147.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="26071995" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Broadcastexchange-HowToMakeYourNewYearsDietASuccessThisYear170.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859307"><![CDATA[<iframe src="http://blip.tv/AYLm1S8C.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1S8C" style="display:none"></embed>]]></media:player>
<media:title>How to make your New Year's diet a success this year</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">7E9F073A-3BAA-11E1-93D5-C02D7AF5B443</guid>
<link>http://blip.tv/mrtopstep/2012-the-year-of-the-headline-5876298</link>
<title>2012: THE YEAR OF THE HEADLINE</title>
<blip:user>mrtopstep</blip:user>
<blip:userid>718522</blip:userid>
<blip:safeusername>mrtopstep</blip:safeusername>
<blip:showpath>mrtopstep</blip:showpath>
<blip:show>MrTopStep</blip:show>
<blip:showpage>http://blip.tv/mrtopstep</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876298</blip:posts_id>
<blip:item_id>5859306</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:45:25Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating>-1</blip:adminRating>
<blip:runtime>107</blip:runtime>
<blip:embedLookup>AYLm1S4C</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1S4C</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876298&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[MrTopSteps Danny Riley says the MrTopStep.com has declared 2012 as the &quot;Year of the Headline&quot; Riley goes on to talk about how a rumor that the French were not going to get a downgrade had the S&amp;P futures (SPH and ESH ) up sharply over night. Riley pints out that the ESH made a 1290.00 high in GLOBEX and made had just made a 1291.80 high of the day just before the video was recorded. Riley also talks about the volumes being low and that people are taking on risk a lot slow at the beginning of 2012. Riley say the next resistance comes in at the at the 1292.00 to 1297.00 **Filmed on the trading floor at the CME Group. Produced by MrTopStep Productions.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1S4C.html?p=1" width="480" height="294" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1S4C" style="display:none"></embed>
<br />
MrTopSteps Danny Riley says the MrTopStep.com has declared 2012 as the &quot;Year of the Headline&quot; Riley goes on to talk about how a rumor that the French were not going to get a downgrade had the S&amp;P futures (SPH and ESH ) up sharply over night. Riley pints out that the ESH made a 1290.00 high in GLOBEX and made had just made a 1291.80 high of the day just before the video was recorded. Riley also talks about the volumes being low and that people are taking on risk a lot slow at the beginning of 2012. Riley say the next resistance comes in at the at the 1292.00 to 1297.00 **Filmed on the trading floor at the CME Group. Produced by MrTopStep Productions.
]]></description>
<comments>http://blip.tv/file/5859306</comments>
<category>Technology</category>
<category>mr</category>
<category>top</category>
<category>step</category>
<pubDate>Tue, 10 Jan 2012 16:45:25 +0000</pubDate>
<enclosure length="9820517" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Mrtopstep-2012THEYEAROFTHEHEADLINE589.mp4"/>
<itunes:keywords>mr, top, step</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>mr, top, step</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="9820517" height="352" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Mrtopstep-2012THEYEAROFTHEHEADLINE589.mp4" width="640"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="10177614" height="264" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Mrtopstep-2012THEYEAROFTHEHEADLINE549.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="10199067" height="352" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Mrtopstep-2012THEYEAROFTHEHEADLINE293.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859306"><![CDATA[<iframe src="http://blip.tv/AYLm1S4C.html?p=1" width="480" height="294" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1S4C" style="display:none"></embed>]]></media:player>
<media:title>2012: THE YEAR OF THE HEADLINE</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">68D89416-3BAA-11E1-ACC5-CED6D9324CB5</guid>
<link>http://blip.tv/austin-washington/episode-5876297</link>
<title>Blue</title>
<blip:user>austinw</blip:user>
<blip:userid>766277</blip:userid>
<blip:safeusername>austinw</blip:safeusername>
<blip:showpath>austin-washington</blip:showpath>
<blip:show>Austin Washington</blip:show>
<blip:showpage>http://blip.tv/austin-washington</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876297</blip:posts_id>
<blip:item_id>5859305</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:44:48Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>190</blip:runtime>
<blip:embedLookup>AYLm1S0C</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1S0C</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876297&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>Austinw-Blue197.jpg</blip:thumbnail_src>
<blip:puredescription><![CDATA[Blue]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1S0C.html?p=1" width="480" height="299" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1S0C" style="display:none"></embed>
<br />
Blue
]]></description>
<comments>http://blip.tv/file/5859305</comments>
<category>Art</category>
<category>blue</category>
<pubDate>Tue, 10 Jan 2012 16:44:48 +0000</pubDate>
<enclosure length="25434726" type="video/x-m4v" url="http://blip.tv/file/get/Austinw-Blue873.m4v"/>
<itunes:keywords>blue</itunes:keywords>
<itunes:image>http://a.images.blip.tv/Austinw-Blue197.jpg</itunes:image>
<media:keywords>blue</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="25434726" height="312" isDefault="true" type="video/x-m4v" url="http://blip.tv/file/get/Austinw-Blue873.m4v" width="556">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="10771162" height="268" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Austinw-Blue631.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="12002791" height="312" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Austinw-Blue756.m4v" width="556"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859305"><![CDATA[<iframe src="http://blip.tv/AYLm1S0C.html?p=1" width="480" height="299" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1S0C" style="display:none"></embed>]]></media:player>
<media:title>Blue</media:title>
<media:thumbnail url="http://a.images.blip.tv/Austinw-Blue197.jpg"/>
</item>
<item>
<guid isPermaLink="false">681A35E8-3BAA-11E1-A8AF-88D60E1F8D52</guid>
<link>http://blip.tv/szkr/2012-01-10-budah&#225;zy-el&#337;&#225;ll&#237;t&#225;sa-a-2008-as-buzivonul&#225;s-kapcs&#225;n-5876296</link>
<title>2012.01.10. Budah&#225;zy el&#337;&#225;ll&#237;t&#225;sa a 2008-as buzivonul&#225;s kapcs&#225;n</title>
<blip:user>szkr</blip:user>
<blip:userid>224540</blip:userid>
<blip:safeusername>szkr</blip:safeusername>
<blip:showpath>szkr</blip:showpath>
<blip:show>szkr</blip:show>
<blip:showpage>http://blip.tv/szkr</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876296</blip:posts_id>
<blip:item_id>5859304</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:44:47Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Foreign</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating>2</blip:adminRating>
<blip:runtime>382</blip:runtime>
<blip:embedLookup>gY5HgubVLAI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/gY5HgubVLAI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876296&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[2012.01.10. Budah&#225;zy el&#337;&#225;ll&#237;t&#225;sa a 2008-as buzivonul&#225;s kapcs&#225;n]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/gY5HgubVLAI.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#gY5HgubVLAI" style="display:none"></embed>
<br />
2012.01.10. Budah&#225;zy el&#337;&#225;ll&#237;t&#225;sa a 2008-as buzivonul&#225;s kapcs&#225;n
]]></description>
<comments>http://blip.tv/file/5859304</comments>
<category>Art</category>
<category>2012.01.10.</category>
<category>budah&#225;zy</category>
<category>el&#337;&#225;ll&#237;t&#225;sa</category>
<category>a</category>
<category>2008-as</category>
<category>buzivonul&#225;s</category>
<category>kapcs&#225;n</category>
<pubDate>Tue, 10 Jan 2012 16:44:47 +0000</pubDate>
<enclosure length="102038486" type="video/msvideo" url="http://blip.tv/file/get/Szkr-20120110BudahzyEllltsaA2008asBuzivonulsKapcsn328.avi"/>
<itunes:keywords>2012.01.10., budah&#225;zy, el&#337;&#225;ll&#237;t&#225;sa, a, 2008-as, buzivonul&#225;s, kapcs&#225;n</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>2012.01.10., budah&#225;zy, el&#337;&#225;ll&#237;t&#225;sa, a, 2008-as, buzivonul&#225;s, kapcs&#225;n</media:keywords>
<media:group>
<media:content blip:acodec="mp3" blip:role="Source" blip:vcodec="ffodivx" expression="full" fileSize="102038486" height="720" isDefault="true" type="video/msvideo" url="http://blip.tv/file/get/Szkr-20120110BudahzyEllltsaA2008asBuzivonulsKapcsn328.avi" width="1280">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="34419275" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Szkr-20120110BudahzyEllltsaA2008asBuzivonulsKapcsn381.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="43256967" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Szkr-20120110BudahzyEllltsaA2008asBuzivonulsKapcsn950.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859304"><![CDATA[<iframe src="http://blip.tv/gY5HgubVLAI.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#gY5HgubVLAI" style="display:none"></embed>]]></media:player>
<media:title>2012.01.10. Budah&#225;zy el&#337;&#225;ll&#237;t&#225;sa a 2008-as buzivonul&#225;s kapcs&#225;n</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">5EA1DB6A-3BAA-11E1-9C71-F8ADB76130CF</guid>
<link>http://blip.tv/cottonwood-creek-baptist-church-sermons/smart-talk-gaining-god-s-wisdom-5876295</link>
<title>Smart Talk: Gaining God's Wisdom</title>
<blip:user>chapmanw</blip:user>
<blip:userid>675388</blip:userid>
<blip:safeusername>cottonwoodcreek</blip:safeusername>
<blip:showpath>cottonwood-creek-baptist-church-sermons</blip:showpath>
<blip:show>Cottonwood Creek Baptist Church Sermons</blip:show>
<blip:showpage>http://blip.tv/cottonwood-creek-baptist-church-sermons</blip:showpage>
<blip:picture>http://a.images.blip.tv/Chapmanw-picture579.jpg</blip:picture>
<blip:posts_id>5876295</blip:posts_id>
<blip:item_id>5859303</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-G</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:44:31Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>2193</blip:runtime>
<blip:embedLookup>AYLm1SsC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1SsC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876295&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Senior Pastor John Mark Caton preached this message in all three services on 1/8/12. The focal scripture passage is Proverbs 1. This is part one of the sermon series &quot;Mastering the Art of Skillful Living&quot;. For more information and to download sermon notes go to www.cottonwoodcreek.org and click on &quot;Online Sermons&quot;.]]></blip:puredescription>
<blip:license>Creative Commons Attribution-NonCommercial-NoDerivs 3.0</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1SsC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1SsC" style="display:none"></embed>
<br />
Senior Pastor John Mark Caton preached this message in all three services on 1/8/12. The focal scripture passage is Proverbs 1. This is part one of the sermon series &quot;Mastering the Art of Skillful Living&quot;. For more information and to download sermon notes go to www.cottonwoodcreek.org and click on &quot;Online Sermons&quot;.
]]></description>
<comments>http://blip.tv/file/5859303</comments>
<category>Religion</category>
<category>cottonwood</category>
<category>creek</category>
<category>baptist</category>
<category>church</category>
<category>allen</category>
<category>texas</category>
<category>john</category>
<category>mark</category>
<category>caton</category>
<category>sermon</category>
<category>matering</category>
<category>the</category>
<category>art</category>
<category>of</category>
<category>skillful</category>
<category>living</category>
<pubDate>Tue, 10 Jan 2012 16:44:31 +0000</pubDate>
<enclosure length="610835689" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Chapmanw-SmartTalkGainingGodsWisdom209.mp4"/>
<itunes:keywords>cottonwood, creek, baptist, church, allen, texas, john, mark, caton, sermon, matering, the, art, of, skillful, living</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>cottonwood, creek, baptist, church, allen, texas, john, mark, caton, sermon, matering, the, art, of, skillful, living</media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="610835689" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Chapmanw-SmartTalkGainingGodsWisdom209.mp4"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859303"><![CDATA[<iframe src="http://blip.tv/play/AYLm1SsC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1SsC" style="display:none"></embed>]]></media:player>
<media:title>Smart Talk: Gaining God's Wisdom</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
<guid isPermaLink="false">5BC9AB0C-3BAA-11E1-A013-C2EA61696889</guid>
<link>http://blip.tv/kiranivfgenetic/surrogacy-in-india-wsj-surrogacy-india-kic-dr-samit-5876294</link>
<title>Surrogacy in India - WSJ Surrogacy India KIC Dr Samit</title>
<blip:user>kiranivfgenetic</blip:user>
<blip:userid>935830</blip:userid>
<blip:safeusername>kiran-ivf</blip:safeusername>
<blip:showpath>kiranivfgenetic</blip:showpath>
<blip:show>Kiran IVF</blip:show>
<blip:showpage>http://blip.tv/kiranivfgenetic</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876294</blip:posts_id>
<blip:item_id>5859302</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:44:26Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating>-3</blip:adminRating>
<blip:runtime>255</blip:runtime>
<blip:embedLookup>AYLm1SoC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1SoC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876294&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Welcome to Kiran Infertility Center! The Surrogacy and Infertility Super-Specialty Clinic. The desire to have a baby is one of life&apos;s most important and exciting decisions. We at KIC, provide the latest updated technology and expertise, with the help of world class equipment and personalized care for for making your dream come true. http://www.kiranivfgenetic.com/]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1SoC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1SoC" style="display:none"></embed>
<br />
Welcome to Kiran Infertility Center! The Surrogacy and Infertility Super-Specialty Clinic. The desire to have a baby is one of life&apos;s most important and exciting decisions. We at KIC, provide the latest updated technology and expertise, with the help of world class equipment and personalized care for for making your dream come true. http://www.kiranivfgenetic.com/
]]></description>
<comments>http://blip.tv/file/5859302</comments>
<category>Health</category>
<category>surrogacy</category>
<category>surrogacy india</category>
<category>surrogacy abroad</category>
<category>surrogacy clinic in hyderabad</category>
<category>surrogacy in india</category>
<category>international surrogacy</category>
<category>surrogacy agency</category>
<category>ivf center in india</category>
<category>surrogate solutions</category>
<category>information on adoption</category>
<category>intended parents</category>
<category>affordable surrogacy solutions</category>
<category>surrogate </category>
<pubDate>Tue, 10 Jan 2012 16:44:26 +0000</pubDate>
<enclosure length="9776290" type="video/flv" url="http://blip.tv/file/get/Kiranivfgenetic-SurrogacyInIndiaWSJSurrogacyIndiaKICDrSamit823.flv"/>
<itunes:keywords>surrogacy, surrogacy india, surrogacy abroad, surrogacy clinic in hyderabad, surrogacy in india, international surrogacy, surrogacy agency, ivf center in india, surrogate solutions, information on adoption, intended parents, affordable surrogacy solutions, surrogate </itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>surrogacy, surrogacy india, surrogacy abroad, surrogacy clinic in hyderabad, surrogacy in india, international surrogacy, surrogacy agency, ivf center in india, surrogate solutions, information on adoption, intended parents, affordable surrogacy solutions, surrogate </media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="9776290" height="360" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Kiranivfgenetic-SurrogacyInIndiaWSJSurrogacyIndiaKICDrSamit823.flv" width="480">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859302"><![CDATA[<iframe src="http://blip.tv/play/AYLm1SoC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1SoC" style="display:none"></embed>]]></media:player>
<media:title>Surrogacy in India - WSJ Surrogacy India KIC Dr Samit</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">4906FEDE-3BAA-11E1-A819-DBCB6B0B2466</guid>
<link>http://blip.tv/basiliopozoduran/el-ej&#233;rcito-iraqu&#237;-celebra-su-primer-desfile-militar-tras-la-salida-de-las-tropas-estadounidenses-5876293</link>
<title>El Ej&#233;rcito iraqu&#237; celebra su primer desfile militar tras la salida de las tropas estadounidenses</title>
<blip:user>basiliopozoduran</blip:user>
<blip:userid>352545</blip:userid>
<blip:safeusername>basiliopozoduran</blip:safeusername>
<blip:showpath>basiliopozoduran</blip:showpath>
<blip:show>basiliopozoduran</blip:show>
<blip:showpage>http://blip.tv/basiliopozoduran</blip:showpage>
<blip:picture>http://a.images.blip.tv/Basiliopozoduran-picture637.PNG</blip:picture>
<blip:posts_id>5876293</blip:posts_id>
<blip:item_id>5859301</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:43:55Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Foreign</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:core_value>1</blip:core_value>
<blip:adminRating></blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1SkC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1SkC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876293&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[El Ej&#233;rcito iraqu&#237; celebra su primer desfile militar tras la salida de las tropas estadounidenses]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1SkC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1SkC" style="display:none"></embed>
<br />
El Ej&#233;rcito iraqu&#237; celebra su primer desfile militar tras la salida de las tropas estadounidenses
]]></description>
<comments>http://blip.tv/file/5859301</comments>
<category>Politics</category>
<category>irak</category>
<pubDate>Tue, 10 Jan 2012 16:43:55 +0000</pubDate>
<enclosure length="3237937" type="video/flv" url="http://blip.tv/file/get/Basiliopozoduran-ElEjrcitoIraquCelebraSuPrimerDesfileMilitarTrasLaSalid677.flv"/>
<itunes:keywords>irak</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>irak</media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="3237937" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Basiliopozoduran-ElEjrcitoIraquCelebraSuPrimerDesfileMilitarTrasLaSalid677.flv">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859301"><![CDATA[<iframe src="http://blip.tv/AYLm1SkC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1SkC" style="display:none"></embed>]]></media:player>
<media:title>El Ej&#233;rcito iraqu&#237; celebra su primer desfile militar tras la salida de las tropas estadounidenses</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">396E34EC-3BAA-11E1-855A-A2200848259C</guid>
<link>http://blip.tv/ggslive/gp-austin-qf-ochoa-vs-downing-5876292</link>
<title>GP AUSTIN QF OCHOA VS DOWNING</title>
<blip:user>ggslive</blip:user>
<blip:userid>625255</blip:userid>
<blip:safeusername>ggslive</blip:safeusername>
<blip:showpath>ggslive</blip:showpath>
<blip:show>ggslive</blip:show>
<blip:showpage>http://blip.tv/ggslive</blip:showpage>
<blip:picture>http://a.images.blip.tv/Ggslive-picture840.png</blip:picture>
<blip:posts_id>5876292</blip:posts_id>
<blip:item_id>5859300</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-PG</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:43:29Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Toys/Games</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>1</blip:recommendable>
<blip:core>0</blip:core>
<blip:channel_name>Videogames</blip:channel_name>
<blip:adminRating>1</blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1SgC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1SgC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876292&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>Creative Commons Attribution 2.0</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1SgC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1SgC" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859300</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:43:29 +0000</pubDate>
<enclosure length="57715976" type="video/flv" url="http://blip.tv/file/get/Ggslive-GPAUSTINQFOCHOAVSDOWNING863.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="57715976" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Ggslive-GPAUSTINQFOCHOAVSDOWNING863.flv">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859300"><![CDATA[<iframe src="http://blip.tv/AYLm1SgC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1SgC" style="display:none"></embed>]]></media:player>
<media:title>GP AUSTIN QF OCHOA VS DOWNING</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license>
</item>
<item>
<guid isPermaLink="false">350DDAEC-3BAA-11E1-A323-A91319B6206B</guid>
<link>http://blip.tv/FilmGAlba/ceum_air_ais_greenfaulds-5876291</link>
<title>ceum_air_ais_greenfaulds</title>
<blip:user>SiannalFilmG</blip:user>
<blip:userid>470056</blip:userid>
<blip:safeusername>siannalfilmg</blip:safeusername>
<blip:showpath>FilmGAlba</blip:showpath>
<blip:show>FilmG Alba</blip:show>
<blip:showpage>http://blip.tv/FilmGAlba</blip:showpage>
<blip:picture>http://a.images.blip.tv/SiannalFilmG-picture625.png</blip:picture>
<blip:posts_id>5876291</blip:posts_id>
<blip:item_id>5859299</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:43:21Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Foreign</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:core_value>1</blip:core_value>
<blip:adminRating>4</blip:adminRating>
<blip:runtime>298</blip:runtime>
<blip:embedLookup>hNdRgubVJwI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/hNdRgubVJwI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876291&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>Creative Commons Attribution 2.0</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/hNdRgubVJwI.html?p=1" width="480" height="277" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hNdRgubVJwI" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859299</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:43:21 +0000</pubDate>
<enclosure length="631218480" type="video/quicktime" url="http://blip.tv/file/get/SiannalFilmG-ceum_air_ais_greenfaulds650.mov"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="pcm" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="631218480" height="576" isDefault="true" type="video/quicktime" url="http://blip.tv/file/get/SiannalFilmG-ceum_air_ais_greenfaulds650.mov" width="720"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="26926594" height="384" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/SiannalFilmG-ceum_air_ais_greenfaulds464.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="37035884" height="512" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/SiannalFilmG-ceum_air_ais_greenfaulds338.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859299"><![CDATA[<iframe src="http://blip.tv/hNdRgubVJwI.html?p=1" width="480" height="277" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hNdRgubVJwI" style="display:none"></embed>]]></media:player>
<media:title>ceum_air_ais_greenfaulds</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license>
</item>
<item>
<guid isPermaLink="false">3227A358-3BAA-11E1-9231-91E963B1A268</guid>
<link>http://blip.tv/4clubbing/episode-5876290</link>
<title>10.01.2012 - 3</title>
<blip:user>4ClubbingRO</blip:user>
<blip:userid>259157</blip:userid>
<blip:safeusername>4clubbing</blip:safeusername>
<blip:showpath>4clubbing</blip:showpath>
<blip:show>4clubbing</blip:show>
<blip:showpage>http://blip.tv/4clubbing</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876290</blip:posts_id>
<blip:item_id>5859298</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:43:16Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1SYC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1SYC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876290&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[4Clubbing.ro - MaxX DeejaY - Progressive Session (Moonbeam Style) 19.12.2011]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1SYC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1SYC" style="display:none"></embed>
<br />
4Clubbing.ro - MaxX DeejaY - Progressive Session (Moonbeam Style) 19.12.2011
]]></description>
<comments>http://blip.tv/file/5859298</comments>
<category>Music and Entertainment</category>
<pubDate>Tue, 10 Jan 2012 16:43:16 +0000</pubDate>
<enclosure length="61186631" type="video/flv" url="http://blip.tv/file/get/4ClubbingRO-100120123537.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="61186631" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/4ClubbingRO-100120123537.flv"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859298"><![CDATA[<iframe src="http://blip.tv/play/AYLm1SYC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1SYC" style="display:none"></embed>]]></media:player>
<media:title>10.01.2012 - 3</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">29C1072C-3BAA-11E1-8EC6-F4F65EE162DA</guid>
<link>http://blip.tv/19letterslong/let-s-play-20-years-of-sonic-pt-46-sonic-adventure-17-20-5876289</link>
<title>Let's Play 20 Years of Sonic Pt.46 - Sonic Adventure (17/20)</title>
<blip:user>19letterslong</blip:user>
<blip:userid>925292</blip:userid>
<blip:safeusername>lets-play-20-years-of-sonic</blip:safeusername>
<blip:showpath>19letterslong</blip:showpath>
<blip:show>Let's Play 20 Years of Sonic</blip:show>
<blip:showpage>http://blip.tv/19letterslong</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876289</blip:posts_id>
<blip:item_id>5859297</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:43:02Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1SUC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1SUC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876289&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Our journey through two decades of Sonic games continues.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1SUC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1SUC" style="display:none"></embed>
<br />
Our journey through two decades of Sonic games continues.
]]></description>
<comments>http://blip.tv/file/5859297</comments>
<category>Gaming</category>
<category>sonic</category>
<category>lets play</category>
<pubDate>Tue, 10 Jan 2012 16:43:02 +0000</pubDate>
<enclosure length="443475186" type="video/vnd.objectvideo" url="http://blip.tv/file/get/19letterslong-LetsPlay20YearsOfSonicPt46SonicAdventure1720189.mp4"/>
<itunes:keywords>sonic, lets play</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>sonic, lets play</media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="443475186" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/19letterslong-LetsPlay20YearsOfSonicPt46SonicAdventure1720189.mp4">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859297"><![CDATA[<iframe src="http://blip.tv/AYLm1SUC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1SUC" style="display:none"></embed>]]></media:player>
<itunes:explicit>yes</itunes:explicit>
<media:adult>true</media:adult>
<media:title>Let's Play 20 Years of Sonic Pt.46 - Sonic Adventure (17/20)</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">2967581C-3BAA-11E1-9630-973B88E3332C</guid>
<link>http://blip.tv/hombrelobo/plaza-de-san-francisco-c&#225;diz-cruceroxyo-e49-5876288</link>
<title>Plaza de San Francisco, C&#225;diz [#cruceroXYO e49]</title>
<blip:user>hombrelobo</blip:user>
<blip:userid>7707</blip:userid>
<blip:safeusername>hombrelobo</blip:safeusername>
<blip:showpath>hombrelobo</blip:showpath>
<blip:show>hombrelobo - videoblog de viajes</blip:show>
<blip:showpage>http://blip.tv/hombrelobo</blip:showpage>
<blip:picture>http://a.images.blip.tv/user_photo_hombrelobo893-224.jpg</blip:picture>
<blip:posts_id>5876288</blip:posts_id>
<blip:item_id>5859296</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:43:02Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Foreign</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:core_value>1</blip:core_value>
<blip:adminRating>2</blip:adminRating>
<blip:runtime>168</blip:runtime>
<blip:embedLookup>hgaC5tUkAg</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/hgaC5tUkAg</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876288&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[http://hombrelobo.com - Sentado en un banco met&#225;lico en la Plaza San Francisco en C&#225;diz, descansando y hablando. Preciosa la ciudad de C&#225;diz, por cierto. Mas en http://xyocruceros.com/]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/hgaC5tUkAg.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hgaC5tUkAg" style="display:none"></embed>
<br />
http://hombrelobo.com - Sentado en un banco met&#225;lico en la Plaza San Francisco en C&#225;diz, descansando y hablando. Preciosa la ciudad de C&#225;diz, por cierto. Mas en http://xyocruceros.com/
]]></description>
<comments>http://blip.tv/file/5859296</comments>
<category>Travel</category>
<category>crucero</category>
<category>canarias</category>
<category>marruecos</category>
<category>barco</category>
<category>hal</category>
<category>xyo</category>
<category>cruceroxyo</category>
<category>navegar</category>
<category>hombrelobo</category>
<category>espa&#241;a</category>
<category>visita</category>
<category>ryndam</category>
<category>mar</category>
<category>destinos</category>
<category>turismo</category>
<category>viaje</category>
<category>so&#241;ar.mar</category>
<category>disfrutar</category>
<category>casablanca</category>
<category>c&#225;diz</category>
<category>ciudad</category>
<category>san francisco</category>
<pubDate>Tue, 10 Jan 2012 16:43:02 +0000</pubDate>
<enclosure length="259540258" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Hombrelobo-PlazaDeSanFranciscoCdizCruceroXYOE49633.mp4"/>
<itunes:keywords>crucero, canarias, marruecos, barco, hal, xyo, cruceroxyo, navegar, hombrelobo, espa&#241;a, visita, ryndam, mar, destinos, turismo, viaje, so&#241;ar.mar, disfrutar, casablanca, c&#225;diz, ciudad, san francisco</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>crucero, canarias, marruecos, barco, hal, xyo, cruceroxyo, navegar, hombrelobo, espa&#241;a, visita, ryndam, mar, destinos, turismo, viaje, so&#241;ar.mar, disfrutar, casablanca, c&#225;diz, ciudad, san francisco</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="259540258" height="720" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Hombrelobo-PlazaDeSanFranciscoCdizCruceroXYOE49633.mp4" width="1280">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="30648650" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Hombrelobo-PlazaDeSanFranciscoCdizCruceroXYOE49396.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="32877268" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Hombrelobo-PlazaDeSanFranciscoCdizCruceroXYOE49829.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859296"><![CDATA[<iframe src="http://blip.tv/hgaC5tUkAg.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hgaC5tUkAg" style="display:none"></embed>]]></media:player>
<media:title>Plaza de San Francisco, C&#225;diz [#cruceroXYO e49]</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<geo:long>-2.1094</geo:long>
</item>
<item>
<guid isPermaLink="false">1C618778-3BAA-11E1-95DC-8BE4D8A36F45</guid>
<link>http://blip.tv/episode/5876287</link>
<title>Allen Talks with Steve Hutton about the Knock Out Roses in the Herbaceous Border</title>
<blip:user>PAllenSmith</blip:user>
<blip:userid>769005</blip:userid>
<blip:safeusername>pallensmith</blip:safeusername>
<blip:showpath>0</blip:showpath>
<blip:show>Garden To Table</blip:show>
<blip:showpage>http://blip.tv/show/769005</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876287</blip:posts_id>
<blip:item_id>5859295</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:42:40Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>298</blip:runtime>
<blip:embedLookup>AYLm1SMC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1SMC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876287&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Gardening and lifestyle expert P. Allen Smith talks with Steve Hutton about the Knock Out Roses in the Herbaceous Border at the Garden Home Retreat]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1SMC.html?p=1" width="480" height="293" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1SMC" style="display:none"></embed>
<br />
Gardening and lifestyle expert P. Allen Smith talks with Steve Hutton about the Knock Out Roses in the Herbaceous Border at the Garden Home Retreat
]]></description>
<comments>http://blip.tv/file/5859295</comments>
<category>Educational</category>
<category>p. allen smith</category>
<category>knock out</category>
<category>rose</category>
<category>drift rose</category>
<category>gardening</category>
<category>knock out roses</category>
<category>conard pyle</category>
<category>drift roses</category>
<category>steve hutton</category>
<category>herbaceous border</category>
<category>verbena</category>
<category>black spot</category>
<category>blackspot. garden home retreat</category>
<category>color</category>
<category>induce growth</category>
<category>buds</category>
<category>annuals</category>
<category>perennials</category>
<category>tropical</category>
<category>nepita</category>
<category>salvia</category>
<category>garra</category>
<category>lacy</category>
<category>textu</category>
<pubDate>Tue, 10 Jan 2012 16:42:40 +0000</pubDate>
<enclosure length="54232263" type="video/vnd.objectvideo" url="http://blip.tv/file/get/PAllenSmith-AllenTalksWithSteveHuttonAboutTheKnockOutRosesInTheH310.mp4"/>
<itunes:keywords>p. allen smith, knock out, rose, drift rose, gardening, knock out roses, conard pyle, drift roses, steve hutton, herbaceous border, verbena, black spot, blackspot. garden home retreat, color, induce growth, buds, annuals, perennials, tropical, nepita, salvia, garra, lacy, textu</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>p. allen smith, knock out, rose, drift rose, gardening, knock out roses, conard pyle, drift roses, steve hutton, herbaceous border, verbena, black spot, blackspot. garden home retreat, color, induce growth, buds, annuals, perennials, tropical, nepita, salvia, garra, lacy, textu</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="54232263" height="388" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/PAllenSmith-AllenTalksWithSteveHuttonAboutTheKnockOutRosesInTheH310.mp4" width="706"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="33380137" height="262" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/PAllenSmith-AllenTalksWithSteveHuttonAboutTheKnockOutRosesInTheH824.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="35959068" height="350" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/PAllenSmith-AllenTalksWithSteveHuttonAboutTheKnockOutRosesInTheH846.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859295"><![CDATA[<iframe src="http://blip.tv/AYLm1SMC.html?p=1" width="480" height="293" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1SMC" style="display:none"></embed>]]></media:player>
<media:title>Allen Talks with Steve Hutton about the Knock Out Roses in the Herbaceous Border</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">17AA3888-3BAA-11E1-AB33-CBB095113762</guid>
<link>http://blip.tv/kiranivfgenetic/surrogacy-agency-crushing-the-sperm-5876286</link>
<title>Surrogacy Agency - Crushing the sperm</title>
<blip:user>kiranivfgenetic</blip:user>
<blip:userid>935830</blip:userid>
<blip:safeusername>kiran-ivf</blip:safeusername>
<blip:showpath>kiranivfgenetic</blip:showpath>
<blip:show>Kiran IVF</blip:show>
<blip:showpage>http://blip.tv/kiranivfgenetic</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876286</blip:posts_id>
<blip:item_id>5859294</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:42:32Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating>-3</blip:adminRating>
<blip:runtime>25</blip:runtime>
<blip:embedLookup>AYLm1SIC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1SIC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876286&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Welcome to Kiran Infertility Center! The Surrogacy and Infertility Super-Specialty Clinic. The desire to have a baby is one of life&apos;s most important and exciting decisions. We at KIC, provide the latest updated technology and expertise, with the help of world class equipment and personalized care for for making your dream come true. http://www.kiranivfgenetic.com/]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1SIC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1SIC" style="display:none"></embed>
<br />
Welcome to Kiran Infertility Center! The Surrogacy and Infertility Super-Specialty Clinic. The desire to have a baby is one of life&apos;s most important and exciting decisions. We at KIC, provide the latest updated technology and expertise, with the help of world class equipment and personalized care for for making your dream come true. http://www.kiranivfgenetic.com/
]]></description>
<comments>http://blip.tv/file/5859294</comments>
<category>Health</category>
<category>surrogacy</category>
<category>surrogacy india</category>
<category>surrogacy abroad</category>
<category>surrogacy clinic in hyderabad</category>
<category>surrogacy in india</category>
<category>international surrogacy</category>
<category>surrogacy agency</category>
<category>ivf center in india</category>
<category>surrogate solutions</category>
<category>information on adoption</category>
<category>intended parents</category>
<category>affordable surrogacy solutions</category>
<category>surrogate </category>
<pubDate>Tue, 10 Jan 2012 16:42:32 +0000</pubDate>
<enclosure length="2188535" type="video/flv" url="http://blip.tv/file/get/Kiranivfgenetic-SurrogacyAgencyCrushingTheSperm265.flv"/>
<itunes:keywords>surrogacy, surrogacy india, surrogacy abroad, surrogacy clinic in hyderabad, surrogacy in india, international surrogacy, surrogacy agency, ivf center in india, surrogate solutions, information on adoption, intended parents, affordable surrogacy solutions, surrogate </itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>surrogacy, surrogacy india, surrogacy abroad, surrogacy clinic in hyderabad, surrogacy in india, international surrogacy, surrogacy agency, ivf center in india, surrogate solutions, information on adoption, intended parents, affordable surrogacy solutions, surrogate </media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="2188535" height="360" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Kiranivfgenetic-SurrogacyAgencyCrushingTheSperm265.flv" width="480">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859294"><![CDATA[<iframe src="http://blip.tv/play/AYLm1SIC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1SIC" style="display:none"></embed>]]></media:player>
<media:title>Surrogacy Agency - Crushing the sperm</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">115E3A7E-3BAA-11E1-B405-8BCE42A75DED</guid>
<link>http://blip.tv/into-tomorrow-with-dave-graveline/eyesee360-gopano-micro-at-ces-2012-5876285</link>
<title>EyeSee360 GoPano Micro at CES 2012</title>
<blip:user>ITTV</blip:user>
<blip:userid>126863</blip:userid>
<blip:safeusername>intotomorrow</blip:safeusername>
<blip:showpath>into-tomorrow-with-dave-graveline</blip:showpath>
<blip:show>Into Tomorrow with Dave Graveline</blip:show>
<blip:showpage>http://blip.tv/into-tomorrow-with-dave-graveline</blip:showpage>
<blip:picture>http://a.images.blip.tv/ITTV-picture717.jpg</blip:picture>
<blip:posts_id>5876285</blip:posts_id>
<blip:item_id>5859293</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:42:21Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Tech</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:channel_name>Tech &amp; Gadgets</blip:channel_name>
<blip:adminRating>2</blip:adminRating>
<blip:runtime>106</blip:runtime>
<blip:embedLookup>AYLm1SEC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1SEC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876285&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[With the GoPano Micro, you can create interactive 360-degree videos with your iPhone. GoPano Micro shoots live 360-degree panoramic video. Available under $80.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1SEC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1SEC" style="display:none"></embed>
<br />
With the GoPano Micro, you can create interactive 360-degree videos with your iPhone. GoPano Micro shoots live 360-degree panoramic video. Available under $80.
]]></description>
<comments>http://blip.tv/file/5859293</comments>
<category>Technology</category>
<category>ittv</category>
<category>myittv</category>
<category>into tomorrow</category>
<category>dave graveline</category>
<category>ces 2012</category>
<category>ces unveiled</category>
<category>2012 international ces</category>
<category>eyesee360</category>
<category>gopano micro</category>
<category>360 degree camera view</category>
<category>iphone 4</category>
<category>iphone 4s</category>
<category>michael rondinelli</category>
<pubDate>Tue, 10 Jan 2012 16:42:21 +0000</pubDate>
<enclosure length="23096999" type="video/ms-wmv" url="http://blip.tv/file/get/ITTV-EyeSee360GoPanoMicroAtCES2012590.wmv"/>
<itunes:keywords>ittv, myittv, into tomorrow, dave graveline, ces 2012, ces unveiled, 2012 international ces, eyesee360, gopano micro, 360 degree camera view, iphone 4, iphone 4s, michael rondinelli</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>ittv, myittv, into tomorrow, dave graveline, ces 2012, ces unveiled, 2012 international ces, eyesee360, gopano micro, 360 degree camera view, iphone 4, iphone 4s, michael rondinelli</media:keywords>
<media:group>
<media:content blip:acodec="ffwmapro" blip:role="Source" blip:vcodec="ffwmv3" expression="full" fileSize="23096999" height="720" isDefault="true" type="video/ms-wmv" url="http://blip.tv/file/get/ITTV-EyeSee360GoPanoMicroAtCES2012590.wmv" width="1280">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="8203704" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/ITTV-EyeSee360GoPanoMicroAtCES2012729.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="10052916" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/ITTV-EyeSee360GoPanoMicroAtCES2012818.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859293"><![CDATA[<iframe src="http://blip.tv/AYLm1SEC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1SEC" style="display:none"></embed>]]></media:player>
<media:title>EyeSee360 GoPano Micro at CES 2012</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<geo:lat>25.937131</geo:lat>
<geo:long>-80.321976</geo:long>
</item>
<item>
<guid isPermaLink="false">025BC4A6-3BAA-11E1-8649-A3CF3240CE77</guid>
<link>http://blip.tv/tarijartp/novillo-tipnis-10-enero-meridiano-5876284</link>
<title>NOVILLO TIPNIS 10 ENERO MERIDIANO</title>
<blip:user>rtptarija1</blip:user>
<blip:userid>774985</blip:userid>
<blip:safeusername>rtptarija1</blip:safeusername>
<blip:showpath>tarijartp</blip:showpath>
<blip:show>tarijartp</blip:show>
<blip:showpage>http://blip.tv/tarijartp</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876284</blip:posts_id>
<blip:item_id>5859292</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:41:56Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>112</blip:runtime>
<blip:embedLookup>AYLm1SAC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1SAC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876284&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>Rtptarija1-NOVILLOTIPNIS10ENEROMERIDIANO287.jpg</blip:thumbnail_src>
<blip:puredescription><![CDATA[AUDIO MONO CANAL1]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1SAC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1SAC" style="display:none"></embed>
<br />
AUDIO MONO CANAL1
]]></description>
<comments>http://blip.tv/file/5859292</comments>
<category>Art</category>
<pubDate>Tue, 10 Jan 2012 16:41:56 +0000</pubDate>
<enclosure length="4462290" type="video/ms-wmv" url="http://blip.tv/file/get/Rtptarija1-NOVILLOTIPNIS10ENEROMERIDIANO338.wmv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/Rtptarija1-NOVILLOTIPNIS10ENEROMERIDIANO287.jpg</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="ffwmav2" blip:role="Source" blip:vcodec="ffwmv3" expression="full" fileSize="4462290" height="240" isDefault="true" type="video/ms-wmv" url="http://blip.tv/file/get/Rtptarija1-NOVILLOTIPNIS10ENEROMERIDIANO338.wmv" width="320">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="5970455" height="240" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Rtptarija1-NOVILLOTIPNIS10ENEROMERIDIANO508.mp4" width="320"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="5240438" height="240" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Rtptarija1-NOVILLOTIPNIS10ENEROMERIDIANO868.m4v" width="320"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859292"><![CDATA[<iframe src="http://blip.tv/AYLm1SAC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1SAC" style="display:none"></embed>]]></media:player>
<media:title>NOVILLO TIPNIS 10 ENERO MERIDIANO</media:title>
<media:thumbnail url="http://a.images.blip.tv/Rtptarija1-NOVILLOTIPNIS10ENEROMERIDIANO287.jpg"/>
</item>
<item>
<guid isPermaLink="false">F41DC984-3BA9-11E1-AAA8-9742B414D7D4</guid>
<link>http://blip.tv/stratford/stratford-public-forum-january-9-2012-5876283</link>
<title>Stratford Public Forum January 9, 2012</title>
<blip:user>dlwright255</blip:user>
<blip:userid>308766</blip:userid>
<blip:safeusername>stratford</blip:safeusername>
<blip:showpath>stratford</blip:showpath>
<blip:show>Stratford</blip:show>
<blip:showpage>http://blip.tv/stratford</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876283</blip:posts_id>
<blip:item_id>5859291</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:41:32Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>3335</blip:runtime>
<blip:embedLookup>AYLm1R8C</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1R8C</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876283&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Stratford Public Forum January 9, 2012]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1R8C.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1R8C" style="display:none"></embed>
<br />
Stratford Public Forum January 9, 2012
]]></description>
<comments>http://blip.tv/file/5859291</comments>
<category>Politics</category>
<pubDate>Tue, 10 Jan 2012 16:41:32 +0000</pubDate>
<enclosure length="170556540" type="video/ms-wmv" url="http://blip.tv/file/get/Dlwright255-StratfordPublicForumJanuary92012207.wmv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="ffwmav2" blip:role="Source" blip:vcodec="ffwmv3" expression="full" fileSize="170556540" height="240" isDefault="true" type="video/ms-wmv" url="http://blip.tv/file/get/Dlwright255-StratfordPublicForumJanuary92012207.wmv" width="320"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="143110624" height="240" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Dlwright255-StratfordPublicForumJanuary92012630.mp4" width="320"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859291"><![CDATA[<iframe src="http://blip.tv/AYLm1R8C.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1R8C" style="display:none"></embed>]]></media:player>
<media:title>Stratford Public Forum January 9, 2012</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<geo:lat>41.20668</geo:lat>
<geo:long>-73.132001</geo:long>
</item>
<item>
<guid isPermaLink="false">F385C8BE-3BA9-11E1-982E-FB645BE85F5E</guid>
<link>http://blip.tv/zillatbo/the-pro-bronze-league-daily-3-part-1-5876282</link>
<title>The Pro Bronze League Daily # 3 Part 1</title>
<blip:user>ZillaTBO</blip:user>
<blip:userid>934670</blip:userid>
<blip:safeusername>probronzeleague</blip:safeusername>
<blip:showpath>zillatbo</blip:showpath>
<blip:show>ProBronzeLeague</blip:show>
<blip:showpage>http://blip.tv/zillatbo</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876282</blip:posts_id>
<blip:item_id>5859290</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-PG</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:41:31Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>642</blip:runtime>
<blip:embedLookup>AYLm1R4C</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1R4C</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876282&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>Creative Commons Attribution 2.0</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1R4C.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1R4C" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859290</comments>
<category>Gaming</category>
<category>star</category>
<category>craft</category>
<category>2</category>
<category>sc2</category>
<category>the</category>
<category>pro</category>
<category>bronze</category>
<category>leage</category>
<pubDate>Tue, 10 Jan 2012 16:41:31 +0000</pubDate>
<enclosure length="305987292" type="video/x-m4v" url="http://blip.tv/file/get/ZillaTBO-TheProBronzeLeagueDaily3Part1110.m4v"/>
<itunes:keywords>star, craft, 2, sc2, the, pro, bronze, leage</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>star, craft, 2, sc2, the, pro, bronze, leage</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="305987292" height="540" isDefault="true" type="video/x-m4v" url="http://blip.tv/file/get/ZillaTBO-TheProBronzeLeagueDaily3Part1110.m4v" width="960">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="39596333" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/ZillaTBO-TheProBronzeLeagueDaily3Part1256.mp4" width="480"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859290"><![CDATA[<iframe src="http://blip.tv/AYLm1R4C.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1R4C" style="display:none"></embed>]]></media:player>
<media:title>The Pro Bronze League Daily # 3 Part 1</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license>
</item>
<item>
<guid isPermaLink="false">C148E64C-3BA9-11E1-A1D9-B95B9B5F3B46</guid>
<link>http://blip.tv/ggslive/gp-austin-qf-levy-v-saylor-5876281</link>
<title>GP AUSTIN QF LEVY V SAYLOR</title>
<blip:user>ggslive</blip:user>
<blip:userid>625255</blip:userid>
<blip:safeusername>ggslive</blip:safeusername>
<blip:showpath>ggslive</blip:showpath>
<blip:show>ggslive</blip:show>
<blip:showpage>http://blip.tv/ggslive</blip:showpage>
<blip:picture>http://a.images.blip.tv/Ggslive-picture840.png</blip:picture>
<blip:posts_id>5876281</blip:posts_id>
<blip:item_id>5859289</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-PG</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:40:07Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Toys/Games</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>1</blip:recommendable>
<blip:core>0</blip:core>
<blip:channel_name>Videogames</blip:channel_name>
<blip:adminRating>1</blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1R0C</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1R0C</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876281&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>Creative Commons Attribution 2.0</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1R0C.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1R0C" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859289</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:40:07 +0000</pubDate>
<enclosure length="226917830" type="video/flv" url="http://blip.tv/file/get/Ggslive-GPAUSTINQFLEVYVSAYLOR894.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="226917830" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Ggslive-GPAUSTINQFLEVYVSAYLOR894.flv">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859289"><![CDATA[<iframe src="http://blip.tv/play/AYLm1R0C.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1R0C" style="display:none"></embed>]]></media:player>
<media:title>GP AUSTIN QF LEVY V SAYLOR</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license>
</item>
<item>
<guid isPermaLink="false">BEAD3ECE-3BA9-11E1-AF92-98D6125D38AC</guid>
<link>http://blip.tv/accestv/morega-si-electoratul-5876280</link>
<title>morega si electoratul</title>
<blip:user>accestv</blip:user>
<blip:userid>665701</blip:userid>
<blip:safeusername>accestv</blip:safeusername>
<blip:showpath>accestv</blip:showpath>
<blip:show>accestv</blip:show>
<blip:showpage>http://blip.tv/accestv</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876280</blip:posts_id>
<blip:item_id>5859288</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:40:03Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1RwC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1RwC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876280&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1RwC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1RwC" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859288</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:40:03 +0000</pubDate>
<enclosure length="13695034" type="video/flv" url="http://blip.tv/file/get/Accestv-moregaSiElectoratul908.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="13695034" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Accestv-moregaSiElectoratul908.flv">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859288"><![CDATA[<iframe src="http://blip.tv/play/AYLm1RwC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1RwC" style="display:none"></embed>]]></media:player>
<media:title>morega si electoratul</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">BE4CEECA-3BA9-11E1-9B42-927DECEF7850</guid>
<link>http://blip.tv/accestv/vaccinare-sistata-5876279</link>
<title>vaccinare sistata</title>
<blip:user>accestv</blip:user>
<blip:userid>665701</blip:userid>
<blip:safeusername>accestv</blip:safeusername>
<blip:showpath>accestv</blip:showpath>
<blip:show>accestv</blip:show>
<blip:showpage>http://blip.tv/accestv</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876279</blip:posts_id>
<blip:item_id>5859287</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:40:02Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1RsC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1RsC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876279&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1RsC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1RsC" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859287</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:40:02 +0000</pubDate>
<enclosure length="9895610" type="video/flv" url="http://blip.tv/file/get/Accestv-vaccinareSistata866.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="9895610" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Accestv-vaccinareSistata866.flv">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859287"><![CDATA[<iframe src="http://blip.tv/play/AYLm1RsC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1RsC" style="display:none"></embed>]]></media:player>
<media:title>vaccinare sistata</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">A893B73A-3BA9-11E1-AB6F-9E522DAF4161</guid>
<link>http://blip.tv/cosplay-comedian-joe/kotoricon-2012-review-and-memories-vid-in-description-5876278</link>
<title>Kotoricon 2012 Review (and Memories vid in description)</title>
<blip:user>Cosplay Comedian Joe</blip:user>
<blip:userid>458072</blip:userid>
<blip:safeusername>cosplaycomedianjoe</blip:safeusername>
<blip:showpath>cosplay-comedian-joe</blip:showpath>
<blip:show>Cosplay Comedian Joe</blip:show>
<blip:showpage>http://blip.tv/cosplay-comedian-joe</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876278</blip:posts_id>
<blip:item_id>5859286</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:39:26Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>369</blip:runtime>
<blip:embedLookup>AYLm1RoC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1RoC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876278&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Here it is: http://www.facebook.com/photo.php?v=1764159960377]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1RoC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1RoC" style="display:none"></embed>
<br />
Here it is: http://www.facebook.com/photo.php?v=1764159960377
]]></description>
<comments>http://blip.tv/file/5859286</comments>
<category>Art</category>
<category>johnny</category>
<category>yong</category>
<category>bosch</category>
<category>eyeshine</category>
<category>pokemon</category>
<pubDate>Tue, 10 Jan 2012 16:39:26 +0000</pubDate>
<enclosure length="283047936" type="video/msvideo" url="http://blip.tv/file/get/CosplayComedianJoe-Kotoricon2012ReviewAndMemoriesVidInDescription881.avi"/>
<itunes:keywords>johnny, yong, bosch, eyeshine, pokemon</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>johnny, yong, bosch, eyeshine, pokemon</media:keywords>
<media:group>
<media:content blip:acodec="mp3" blip:role="Source" blip:vcodec="ffodivx" expression="full" fileSize="283047936" height="720" isDefault="true" type="video/msvideo" url="http://blip.tv/file/get/CosplayComedianJoe-Kotoricon2012ReviewAndMemoriesVidInDescription881.avi" width="1280">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="18743338" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/CosplayComedianJoe-Kotoricon2012ReviewAndMemoriesVidInDescription613.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="30932871" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/CosplayComedianJoe-Kotoricon2012ReviewAndMemoriesVidInDescription666.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859286"><![CDATA[<iframe src="http://blip.tv/AYLm1RoC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1RoC" style="display:none"></embed>]]></media:player>
<media:title>Kotoricon 2012 Review (and Memories vid in description)</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">88FA77D8-3BA9-11E1-A0BF-D71DB87CE4F0</guid>
<link>http://blip.tv/kiranivfgenetic/surrogacy-abroad-coverage-of-kic-surrogacy-program-by-cnn-ibn-5876276</link>
<title>Surrogacy Abroad - Coverage of KIC Surrogacy program by CNN IBN</title>
<blip:user>kiranivfgenetic</blip:user>
<blip:userid>935830</blip:userid>
<blip:safeusername>kiran-ivf</blip:safeusername>
<blip:showpath>kiranivfgenetic</blip:showpath>
<blip:show>Kiran IVF</blip:show>
<blip:showpage>http://blip.tv/kiranivfgenetic</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876276</blip:posts_id>
<blip:item_id>5859284</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:38:33Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating>-3</blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1RgC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1RgC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876276&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Coverage of KIC Surrogacy program by CNN IBN. Client shown- Brad Fister- gay couple get their own child through surrogacy]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1RgC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1RgC" style="display:none"></embed>
<br />
Coverage of KIC Surrogacy program by CNN IBN. Client shown- Brad Fister- gay couple get their own child through surrogacy
]]></description>
<comments>http://blip.tv/file/5859284</comments>
<category>Health</category>
<category>surrogacy</category>
<category>surrogacy india</category>
<category>surrogacy abroad</category>
<category>surrogacy clinic in hyderabad</category>
<category>surrogacy in india</category>
<category>international surrogacy</category>
<category>surrogacy agency</category>
<category>ivf center in india</category>
<category>surrogate solutions</category>
<category>information on adoption</category>
<category>intended parents</category>
<category>affordable surrogacy solutions</category>
<category>surrogate </category>
<pubDate>Tue, 10 Jan 2012 16:38:33 +0000</pubDate>
<enclosure length="2672313" type="video/flv" url="http://blip.tv/file/get/Kiranivfgenetic-SurrogacyAbroadCoverageOfKICSurrogacyProgramByCNNIBN544.flv"/>
<itunes:keywords>surrogacy, surrogacy india, surrogacy abroad, surrogacy clinic in hyderabad, surrogacy in india, international surrogacy, surrogacy agency, ivf center in india, surrogate solutions, information on adoption, intended parents, affordable surrogacy solutions, surrogate </itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>surrogacy, surrogacy india, surrogacy abroad, surrogacy clinic in hyderabad, surrogacy in india, international surrogacy, surrogacy agency, ivf center in india, surrogate solutions, information on adoption, intended parents, affordable surrogacy solutions, surrogate </media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="2672313" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Kiranivfgenetic-SurrogacyAbroadCoverageOfKICSurrogacyProgramByCNNIBN544.flv">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859284"><![CDATA[<iframe src="http://blip.tv/play/AYLm1RgC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1RgC" style="display:none"></embed>]]></media:player>
<media:title>Surrogacy Abroad - Coverage of KIC Surrogacy program by CNN IBN</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">87A9D02C-3BA9-11E1-BBBF-8120EF8F5EAB</guid>
<link>http://blip.tv/telesurtvnet/siria-al-assad-denuncia-hipocres&#237;a-de-la-liga-&#225;rabe-5876275</link>
<title>Siria: Al Assad denuncia "hipocres&#237;a de la Liga &#193;rabe"</title>
<blip:user>telesurtvnet</blip:user>
<blip:userid>477662</blip:userid>
<blip:safeusername>telesurtvnet</blip:safeusername>
<blip:showpath>telesurtvnet</blip:showpath>
<blip:show>teleSUR</blip:show>
<blip:showpage>http://blip.tv/telesurtvnet</blip:showpage>
<blip:picture>http://a.images.blip.tv/Telesurtvnet-picture709.jpg</blip:picture>
<blip:posts_id>5876275</blip:posts_id>
<blip:item_id>5859283</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:38:30Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Foreign</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating>3</blip:adminRating>
<blip:runtime>511</blip:runtime>
<blip:embedLookup>AYLm1RcC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1RcC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876275&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[El Presidente sirio, Bashar Al Assad, dijo que en su pa&#237;s no existe una divisi&#243;n interna que justifique la formaci&#243;n de un nuevo &quot;gobierno de unidad nacional&quot;. Por otra parte, calific&#243; de hip&#243;crita a la Liga &#193;rabe, por su posici&#243;n frente a Siria. Al Assad anunci&#243;n tambi&#233;n que se realizar&#225; un Referendo Constitucional en el mes de marzo. teleSUR http://multimedia.telesurtv.net/10/1/2012/65001/siria-al-assad-denuncia-hipocresia-de-la-liga-arabe/]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1RcC.html?p=1" width="480" height="305" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1RcC" style="display:none"></embed>
<br />
El Presidente sirio, Bashar Al Assad, dijo que en su pa&#237;s no existe una divisi&#243;n interna que justifique la formaci&#243;n de un nuevo &quot;gobierno de unidad nacional&quot;. Por otra parte, calific&#243; de hip&#243;crita a la Liga &#193;rabe, por su posici&#243;n frente a Siria. Al Assad anunci&#243;n tambi&#233;n que se realizar&#225; un Referendo Constitucional en el mes de marzo. teleSUR http://multimedia.telesurtv.net/10/1/2012/65001/siria-al-assad-denuncia-hipocresia-de-la-liga-arabe/
]]></description>
<comments>http://blip.tv/file/5859283</comments>
<category>Default Category</category>
<category>siria</category>
<category>siria assad</category>
<category>siria hipocresia liga</category>
<category>siria liga arabe</category>
<category>siria referendo constituc</category>
<pubDate>Tue, 10 Jan 2012 16:38:30 +0000</pubDate>
<enclosure length="38846692" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Telesurtvnet-SiriaAlAssadDenunciaHipocresaDeLaLigaRabe800.mp4"/>
<itunes:keywords>siria, siria assad, siria hipocresia liga, siria liga arabe, siria referendo constituc</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>siria, siria assad, siria hipocresia liga, siria liga arabe, siria referendo constituc</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="38846692" height="284" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Telesurtvnet-SiriaAlAssadDenunciaHipocresaDeLaLigaRabe800.mp4" width="494">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="51057058" height="274" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Telesurtvnet-SiriaAlAssadDenunciaHipocresaDeLaLigaRabe764.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="42075790" height="284" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Telesurtvnet-SiriaAlAssadDenunciaHipocresaDeLaLigaRabe159.m4v" width="494"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859283"><![CDATA[<iframe src="http://blip.tv/AYLm1RcC.html?p=1" width="480" height="305" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1RcC" style="display:none"></embed>]]></media:player>
<media:title>Siria: Al Assad denuncia "hipocres&#237;a de la Liga &#193;rabe"</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">7B88D96E-3BA9-11E1-B7AD-87829BD3457B</guid>
<link>http://blip.tv/firewizard23/let-s-play-super-mario-bros-3-part-5-a-few-desert-secrets-5876274</link>
<title>Let's Play Super Mario Bros 3, Part 5, A Few Desert Secrets...</title>
<blip:user>Firewizard23</blip:user>
<blip:userid>821219</blip:userid>
<blip:safeusername>firewizard23</blip:safeusername>
<blip:showpath>firewizard23</blip:showpath>
<blip:show>Firewizard23</blip:show>
<blip:showpage>http://blip.tv/firewizard23</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876274</blip:posts_id>
<blip:item_id>5859282</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:38:10Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Videogames</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:core_value>3</blip:core_value>
<blip:channel_name>Videogames</blip:channel_name>
<blip:adminRating>2</blip:adminRating>
<blip:runtime>716</blip:runtime>
<blip:embedLookup>h9h7gubVFgI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/h9h7gubVFgI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876274&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[I show off a lot of the secrets in the Desert World... but I do nothing with them....ha. Please rate and comment!]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/h9h7gubVFgI.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#h9h7gubVFgI" style="display:none"></embed>
<br />
I show off a lot of the secrets in the Desert World... but I do nothing with them....ha. Please rate and comment!
]]></description>
<comments>http://blip.tv/file/5859282</comments>
<category>Gaming</category>
<category>lets</category>
<category>play</category>
<category>super</category>
<category>mario</category>
<category>bros</category>
<category>platforming</category>
<category>king</category>
<category>koopa</category>
<category>kids</category>
<category>grassland</category>
<category>desert</category>
<category>nes</category>
<pubDate>Tue, 10 Jan 2012 16:38:10 +0000</pubDate>
<enclosure length="48617823" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Firewizard23-LetsPlaySuperMarioBros3Part5AFewDesertSecrets994.mp4"/>
<itunes:keywords>lets, play, super, mario, bros, platforming, king, koopa, kids, grassland, desert, nes</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>lets, play, super, mario, bros, platforming, king, koopa, kids, grassland, desert, nes</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="48617823" height="360" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Firewizard23-LetsPlaySuperMarioBros3Part5AFewDesertSecrets994.mp4" width="480">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="27050089" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Firewizard23-LetsPlaySuperMarioBros3Part5AFewDesertSecrets723.mp4" width="360"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="30104802" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Firewizard23-LetsPlaySuperMarioBros3Part5AFewDesertSecrets793.m4v" width="480"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859282"><![CDATA[<iframe src="http://blip.tv/h9h7gubVFgI.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#h9h7gubVFgI" style="display:none"></embed>]]></media:player>
<media:title>Let's Play Super Mario Bros 3, Part 5, A Few Desert Secrets...</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">66EBE910-3BA9-11E1-97C1-C76CC5ABC915</guid>
<link>http://blip.tv/townofmilford/board-of-selectman-january-10-2012-5876273</link>
<title>Board of Selectman January 10, 2012</title>
<blip:user>townofmilford</blip:user>
<blip:userid>723072</blip:userid>
<blip:safeusername>milford</blip:safeusername>
<blip:showpath>townofmilford</blip:showpath>
<blip:show>Town of Milford</blip:show>
<blip:showpage>http://blip.tv/townofmilford</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876273</blip:posts_id>
<blip:item_id>5859281</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:37:36Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1RUC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1RUC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876273&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Board of Selectman January 10, 2012]]></blip:puredescription>
<blip:license>Creative Commons Attribution 2.0</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1RUC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1RUC" style="display:none"></embed>
<br />
Board of Selectman January 10, 2012
]]></description>
<comments>http://blip.tv/file/5859281</comments>
<category>Default Category</category>
<category>board of selectman january 10</category>
<category>2012</category>
<pubDate>Tue, 10 Jan 2012 16:37:36 +0000</pubDate>
<enclosure length="306953227" type="video/ms-wmv" url="http://blip.tv/file/get/Townofmilford-BoardOfSelectmanJanuary102012431.wmv"/>
<itunes:keywords>board of selectman january 10, 2012</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>board of selectman january 10, 2012</media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="306953227" isDefault="true" type="video/ms-wmv" url="http://blip.tv/file/get/Townofmilford-BoardOfSelectmanJanuary102012431.wmv"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859281"><![CDATA[<iframe src="http://blip.tv/play/AYLm1RUC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1RUC" style="display:none"></embed>]]></media:player>
<media:title>Board of Selectman January 10, 2012</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license>
</item>
<item>
<guid isPermaLink="false">62FE5BA8-3BA9-11E1-90D1-E32ABF08E2BE</guid>
<link>http://blip.tv/fnetwork/lanvin-pafw-spring-summer-2012-fashion-network-5876272</link>
<title>Lanvin - PAFW Spring/Summer 2012 - Fashion Network</title>
<blip:user>fashionnetwork</blip:user>
<blip:userid>53627</blip:userid>
<blip:safeusername>fashionnetwork</blip:safeusername>
<blip:showpath>fnetwork</blip:showpath>
<blip:show>Fashion Network</blip:show>
<blip:showpage>http://blip.tv/fnetwork</blip:showpage>
<blip:picture>http://a.images.blip.tv/Fashionnetwork-picture146.png</blip:picture>
<blip:posts_id>5876272</blip:posts_id>
<blip:item_id>5859280</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-G</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:37:29Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Women,Fashion/Style/Beauty</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>1</blip:core>
<blip:core_value>7</blip:core_value>
<blip:channel_name>Fashion &amp; Beauty</blip:channel_name>
<blip:adminRating>2</blip:adminRating>
<blip:runtime>473</blip:runtime>
<blip:embedLookup>gZsBgubVFAI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/gZsBgubVFAI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876272&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Lanvin - PAFW Spring/Summer 2012 - Fashion Network]]></blip:puredescription>
<blip:license>Creative Commons Attribution 2.0</blip:license>
<blip:categories>
<blip:category>arts&amp;culture</blip:category>
<blip:category>fashion&amp;beauty</blip:category>
</blip:categories>
<description><![CDATA[
<iframe src="http://blip.tv/gZsBgubVFAI.html?p=1" width="480" height="280" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#gZsBgubVFAI" style="display:none"></embed>
<br />
Lanvin - PAFW Spring/Summer 2012 - Fashion Network
]]></description>
<comments>http://blip.tv/file/5859280</comments>
<category>Default Category</category>
<category>lanvin</category>
<category>fashion week</category>
<category>spring/summer 2012</category>
<category>fashion network</category>
<pubDate>Tue, 10 Jan 2012 16:37:29 +0000</pubDate>
<enclosure length="156667917" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Fashionnetwork-LanvinPAFWSpringSummer2012FashionNetwork803.mp4"/>
<itunes:keywords>lanvin, fashion week, spring/summer 2012, fashion network</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>lanvin, fashion week, spring/summer 2012, fashion network</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="156667917" height="480" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Fashionnetwork-LanvinPAFWSpringSummer2012FashionNetwork803.mp4" width="640"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="24824150" height="360" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Fashionnetwork-LanvinPAFWSpringSummer2012FashionNetwork931.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="37083443" height="480" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Fashionnetwork-LanvinPAFWSpringSummer2012FashionNetwork662.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859280"><![CDATA[<iframe src="http://blip.tv/gZsBgubVFAI.html?p=1" width="480" height="280" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#gZsBgubVFAI" style="display:none"></embed>]]></media:player>
<media:title>Lanvin - PAFW Spring/Summer 2012 - Fashion Network</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license>
<geo:lat>40.71449</geo:lat>
<geo:long>-74.00713</geo:long>
</item>
<item>
<guid isPermaLink="false">23B32456-3BA9-11E1-A0F5-8BE0B43DEDC3</guid>
<link>http://blip.tv/FilmGAlba/sea_crofter_gaelic-5876271</link>
<title>sea_crofter_gaelic</title>
<blip:user>SiannalFilmG</blip:user>
<blip:userid>470056</blip:userid>
<blip:safeusername>siannalfilmg</blip:safeusername>
<blip:showpath>FilmGAlba</blip:showpath>
<blip:show>FilmG Alba</blip:show>
<blip:showpage>http://blip.tv/FilmGAlba</blip:showpage>
<blip:picture>http://a.images.blip.tv/SiannalFilmG-picture625.png</blip:picture>
<blip:posts_id>5876271</blip:posts_id>
<blip:item_id>5859279</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:35:43Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Foreign</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:core_value>1</blip:core_value>
<blip:adminRating>4</blip:adminRating>
<blip:runtime>271</blip:runtime>
<blip:embedLookup>hNdRgubVEwI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/hNdRgubVEwI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876271&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>Creative Commons Attribution 2.0</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/hNdRgubVEwI.html?p=1" width="480" height="277" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hNdRgubVEwI" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859279</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:35:43 +0000</pubDate>
<enclosure length="119126633" type="video/quicktime" url="http://blip.tv/file/get/SiannalFilmG-sea_crofter_gaelic158.mov"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="pcm" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="119126633" height="576" isDefault="true" type="video/quicktime" url="http://blip.tv/file/get/SiannalFilmG-sea_crofter_gaelic158.mov" width="720"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="45036066" height="384" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/SiannalFilmG-sea_crofter_gaelic282.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="60266334" height="512" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/SiannalFilmG-sea_crofter_gaelic832.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859279"><![CDATA[<iframe src="http://blip.tv/hNdRgubVEwI.html?p=1" width="480" height="277" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hNdRgubVEwI" style="display:none"></embed>]]></media:player>
<media:title>sea_crofter_gaelic</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license>
</item>
<item>
<guid isPermaLink="false">0D33D9F0-3BA9-11E1-83CF-B4B7D148FA0D</guid>
<link>http://blip.tv/kiranivfgenetic/surrogacy-abc-news-coverage-of-surrogacy-program-of-kiran-infertility-center-hyderabad-india-5876270</link>
<title>Surrogacy - abc news coverage of surrogacy program of Kiran Infertility Center, Hyderabad, India</title>
<blip:user>kiranivfgenetic</blip:user>
<blip:userid>935830</blip:userid>
<blip:safeusername>kiran-ivf</blip:safeusername>
<blip:showpath>kiranivfgenetic</blip:showpath>
<blip:show>Kiran IVF</blip:show>
<blip:showpage>http://blip.tv/kiranivfgenetic</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876270</blip:posts_id>
<blip:item_id>5859278</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:35:05Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating>-3</blip:adminRating>
<blip:runtime>137</blip:runtime>
<blip:embedLookup>AYLm1RIC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1RIC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876270&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Welcome to Kiran Infertility Center! The Surrogacy and Infertility Super-Specialty Clinic. The desire to have a baby is one of life&apos;s most important and exciting decisions. We at KIC, provide the latest updated technology and expertise, with the help of world class equipment and personalized care for for making your dream come true. http://www.kiranivfgenetic.com/]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1RIC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1RIC" style="display:none"></embed>
<br />
Welcome to Kiran Infertility Center! The Surrogacy and Infertility Super-Specialty Clinic. The desire to have a baby is one of life&apos;s most important and exciting decisions. We at KIC, provide the latest updated technology and expertise, with the help of world class equipment and personalized care for for making your dream come true. http://www.kiranivfgenetic.com/
]]></description>
<comments>http://blip.tv/file/5859278</comments>
<category>Health</category>
<category>surrogacy</category>
<category>surrogacy india</category>
<category>surrogacy abroad</category>
<category>surrogacy clinic in hyderabad</category>
<category>surrogacy in india</category>
<category>international surrogacy</category>
<category>surrogacy agency</category>
<category>ivf center in india</category>
<category>surrogate solutions</category>
<category>information on adoption</category>
<category>intended parents</category>
<category>affordable surrogacy solutions</category>
<category>surrogate</category>
<pubDate>Tue, 10 Jan 2012 16:35:05 +0000</pubDate>
<enclosure length="9730801" type="video/flv" url="http://blip.tv/file/get/Kiranivfgenetic-SurrogacyAbcNewsCoverageOfSurrogacyProgramOfKiranInfer293.flv"/>
<itunes:keywords>surrogacy, surrogacy india, surrogacy abroad, surrogacy clinic in hyderabad, surrogacy in india, international surrogacy, surrogacy agency, ivf center in india, surrogate solutions, information on adoption, intended parents, affordable surrogacy solutions, surrogate</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>surrogacy, surrogacy india, surrogacy abroad, surrogacy clinic in hyderabad, surrogacy in india, international surrogacy, surrogacy agency, ivf center in india, surrogate solutions, information on adoption, intended parents, affordable surrogacy solutions, surrogate</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="9730801" height="360" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Kiranivfgenetic-SurrogacyAbcNewsCoverageOfSurrogacyProgramOfKiranInfer293.flv" width="480">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859278"><![CDATA[<iframe src="http://blip.tv/play/AYLm1RIC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1RIC" style="display:none"></embed>]]></media:player>
<media:title>Surrogacy - abc news coverage of surrogacy program of Kiran Infertility Center, Hyderabad, India</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">F74A2B62-3BA8-11E1-8F3C-C0477CE916B6</guid>
<link>http://blip.tv/sanitaria-2000/informativo-10-01-2012-5876269</link>
<title>Informativo 10-01-2012</title>
<blip:user>sanitaria2000</blip:user>
<blip:userid>316745</blip:userid>
<blip:safeusername>sanitaria2000</blip:safeusername>
<blip:showpath>sanitaria-2000</blip:showpath>
<blip:show>Sanitaria 2000</blip:show>
<blip:showpage>http://blip.tv/sanitaria-2000</blip:showpage>
<blip:picture>http://a.images.blip.tv/Sanitaria2000-picture357.png</blip:picture>
<blip:posts_id>5876269</blip:posts_id>
<blip:item_id>5859277</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:34:28Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>News,Foreign</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:channel_name>News &amp; Politics</blip:channel_name>
<blip:adminRating>2</blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1REC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1REC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876269&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>Sanitaria2000-Informativo10012012140.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Sanitaria 2000]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1REC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1REC" style="display:none"></embed>
<br />
Sanitaria 2000
]]></description>
<comments>http://blip.tv/file/5859277</comments>
<category>Health</category>
<pubDate>Tue, 10 Jan 2012 16:34:28 +0000</pubDate>
<enclosure length="23584978" type="video/flv" url="http://blip.tv/file/get/Sanitaria2000-Informativo10012012402.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/Sanitaria2000-Informativo10012012140.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="23584978" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Sanitaria2000-Informativo10012012402.flv"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859277"><![CDATA[<iframe src="http://blip.tv/play/AYLm1REC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1REC" style="display:none"></embed>]]></media:player>
<media:title>Informativo 10-01-2012</media:title>
<media:thumbnail url="http://a.images.blip.tv/Sanitaria2000-Informativo10012012140.png"/>
<geo:lat>-23.5091168</geo:lat>
<geo:long>-47.4439958</geo:long>
</item>
<item>
<guid isPermaLink="false">F1FA0416-3BA8-11E1-9845-F49501D6B8E1</guid>
<link>http://blip.tv/parentesiscom/c&#225;mara-digital-samsung-nx200-5876268</link>
<title>C&#225;mara digital Samsung NX200</title>
<blip:user>Parentesiscom</blip:user>
<blip:userid>570223</blip:userid>
<blip:safeusername>Parentesiscom</blip:safeusername>
<blip:showpath>parentesiscom</blip:showpath>
<blip:show>Parentesis.com</blip:show>
<blip:showpage>http://blip.tv/parentesiscom</blip:showpage>
<blip:picture>http://a.images.blip.tv/Parentesiscom-picture858.jpg</blip:picture>
<blip:posts_id>5876268</blip:posts_id>
<blip:item_id>5859276</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-G</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:34:19Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>150</blip:runtime>
<blip:embedLookup>AYLm1RAC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1RAC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876268&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Si est&#225;s cansado de tener una c&#225;mara digital compacta que no tenga mucha calidad y sus funciones sean pobres, esta Samsung es la opci&#243;n ideal para dar el brinco a algo m&#225;s avanzado y de mejor desempe&#241;o.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1RAC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1RAC" style="display:none"></embed>
<br />
Si est&#225;s cansado de tener una c&#225;mara digital compacta que no tenga mucha calidad y sus funciones sean pobres, esta Samsung es la opci&#243;n ideal para dar el brinco a algo m&#225;s avanzado y de mejor desempe&#241;o.
]]></description>
<comments>http://blip.tv/file/5859276</comments>
<category>Technology</category>
<category>samsung</category>
<category>nx200</category>
<category>camara</category>
<category>camara digital</category>
<category>parentesis</category>
<category>parentesis.com</category>
<category>mexico</category>
<pubDate>Tue, 10 Jan 2012 16:34:19 +0000</pubDate>
<enclosure length="112935635" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Parentesiscom-CmaraDigitalSamsungNX200360.mp4"/>
<itunes:keywords>samsung, nx200, camara, camara digital, parentesis, parentesis.com, mexico</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>samsung, nx200, camara, camara digital, parentesis, parentesis.com, mexico</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="112935635" height="720" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Parentesiscom-CmaraDigitalSamsungNX200360.mp4" width="1280"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="9438976" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Parentesiscom-CmaraDigitalSamsungNX200253.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="11554773" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Parentesiscom-CmaraDigitalSamsungNX200450.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859276"><![CDATA[<iframe src="http://blip.tv/AYLm1RAC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1RAC" style="display:none"></embed>]]></media:player>
<media:title>C&#225;mara digital Samsung NX200</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">EDA8B4E8-3BA8-11E1-B07A-BA1848C78339</guid>
<link>http://blip.tv/FilmGAlba/oidhche_samhach-5876267</link>
<title>Oidhche_Samhach</title>
<blip:user>SiannalFilmG</blip:user>
<blip:userid>470056</blip:userid>
<blip:safeusername>siannalfilmg</blip:safeusername>
<blip:showpath>FilmGAlba</blip:showpath>
<blip:show>FilmG Alba</blip:show>
<blip:showpage>http://blip.tv/FilmGAlba</blip:showpage>
<blip:picture>http://a.images.blip.tv/SiannalFilmG-picture625.png</blip:picture>
<blip:posts_id>5876267</blip:posts_id>
<blip:item_id>5859275</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:34:12Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Foreign</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:core_value>1</blip:core_value>
<blip:adminRating>4</blip:adminRating>
<blip:runtime>282</blip:runtime>
<blip:embedLookup>hNdRgubVDwI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/hNdRgubVDwI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876267&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>Creative Commons Attribution 2.0</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/hNdRgubVDwI.html?p=1" width="480" height="277" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hNdRgubVDwI" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859275</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:34:12 +0000</pubDate>
<enclosure length="919002739" type="video/quicktime" url="http://blip.tv/file/get/SiannalFilmG-Oidhche_Samhach838.mov"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="pcm" blip:role="Source" blip:vcodec="ffmjpeg" expression="full" fileSize="919002739" height="592" isDefault="true" type="video/quicktime" url="http://blip.tv/file/get/SiannalFilmG-Oidhche_Samhach838.mov" width="720"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="11791772" height="394" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/SiannalFilmG-Oidhche_Samhach315.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="15721157" height="526" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/SiannalFilmG-Oidhche_Samhach736.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859275"><![CDATA[<iframe src="http://blip.tv/hNdRgubVDwI.html?p=1" width="480" height="277" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hNdRgubVDwI" style="display:none"></embed>]]></media:player>
<media:title>Oidhche_Samhach</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license>
</item>
<item>
<guid isPermaLink="false">EA258A8A-3BA8-11E1-BFC7-BADC10209595</guid>
<link>http://blip.tv/bitbag-tv/unit-13-ps-vita-gameplay-5876266</link>
<title>Unit 13 PS Vita Gameplay</title>
<blip:user>tordavis</blip:user>
<blip:userid>131143</blip:userid>
<blip:safeusername>bitbagtv</blip:safeusername>
<blip:showpath>bitbag-tv</blip:showpath>
<blip:show>Bitbag TV</blip:show>
<blip:showpage>http://blip.tv/bitbag-tv</blip:showpage>
<blip:picture>http://a.images.blip.tv/Tordavis-picture242.jpg</blip:picture>
<blip:posts_id>5876266</blip:posts_id>
<blip:item_id>5859274</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:34:06Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Videogames</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>1</blip:core>
<blip:core_value>3</blip:core_value>
<blip:channel_name>Videogames</blip:channel_name>
<blip:adminRating>2</blip:adminRating>
<blip:runtime>77</blip:runtime>
<blip:embedLookup>AYLm1Q4C</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1Q4C</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876266&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>Tordavis-Unit13PSVitaGameplay795.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[This is just one minute of Zipper&apos;s 3rd person PS Vita shooter, Unit 13.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1Q4C.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1Q4C" style="display:none"></embed>
<br />
This is just one minute of Zipper&apos;s 3rd person PS Vita shooter, Unit 13.
]]></description>
<comments>http://blip.tv/file/5859274</comments>
<category>Gaming</category>
<blip:youtube_category>Gaming</blip:youtube_category>
<blip:distributions_info>
<blip:token>youtube</blip:token>
<blip:title></blip:title>
<blip:description><![CDATA[This is just one minute of Zipper&apos;s 3rd person PS Vita shooter, Unit 13.]]></blip:description>
<blip:thumbnail></blip:thumbnail>
</blip:distributions_info>
<category>ps vita</category>
<category>unit 13</category>
<category>zipper interactive</category>
<pubDate>Tue, 10 Jan 2012 16:34:06 +0000</pubDate>
<enclosure length="59057597" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Tordavis-Unit13PSVitaGameplay568.mp4"/>
<itunes:keywords>ps vita, unit 13, zipper interactive</itunes:keywords>
<itunes:image>http://a.images.blip.tv/Tordavis-Unit13PSVitaGameplay795.png</itunes:image>
<media:keywords>ps vita, unit 13, zipper interactive</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="59057597" height="720" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Tordavis-Unit13PSVitaGameplay568.mp4" width="1280">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="6258759" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Tordavis-Unit13PSVitaGameplay771.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="8230088" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Tordavis-Unit13PSVitaGameplay618.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859274"><![CDATA[<iframe src="http://blip.tv/AYLm1Q4C.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1Q4C" style="display:none"></embed>]]></media:player>
<media:title>Unit 13 PS Vita Gameplay</media:title>
<media:thumbnail url="http://a.images.blip.tv/Tordavis-Unit13PSVitaGameplay795.png"/>
</item>
<item>
<guid isPermaLink="false">E30F3962-3BA8-11E1-8A3C-F0BEBD8EEFB8</guid>
<link>http://blip.tv/into-tomorrow-with-dave-graveline/iwatchz-at-ces-2012-5876265</link>
<title>iWatchz at CES 2012</title>
<blip:user>ITTV</blip:user>
<blip:userid>126863</blip:userid>
<blip:safeusername>intotomorrow</blip:safeusername>
<blip:showpath>into-tomorrow-with-dave-graveline</blip:showpath>
<blip:show>Into Tomorrow with Dave Graveline</blip:show>
<blip:showpage>http://blip.tv/into-tomorrow-with-dave-graveline</blip:showpage>
<blip:picture>http://a.images.blip.tv/ITTV-picture717.jpg</blip:picture>
<blip:posts_id>5876265</blip:posts_id>
<blip:item_id>5859273</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:33:54Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Tech</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:channel_name>Tech &amp; Gadgets</blip:channel_name>
<blip:adminRating>2</blip:adminRating>
<blip:runtime>148</blip:runtime>
<blip:embedLookup>AYLm1Q0C</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1Q0C</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876265&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[In case you&apos;ve ever wondered what kind of watch our iDork (Rob Almanza) wears, he wears an iPod Nano as a watch. Check out the latest nano clip system designs from iWatchz at CES 2012.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1Q0C.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1Q0C" style="display:none"></embed>
<br />
In case you&apos;ve ever wondered what kind of watch our iDork (Rob Almanza) wears, he wears an iPod Nano as a watch. Check out the latest nano clip system designs from iWatchz at CES 2012.
]]></description>
<comments>http://blip.tv/file/5859273</comments>
<category>Technology</category>
<category>ittv</category>
<category>myittv</category>
<category>into tomorrow</category>
<category>dave graveline</category>
<category>ces 2012</category>
<category>ces unveiled</category>
<category>2012 international ces</category>
<category>iwatchz</category>
<category>ipod nano watch</category>
<category>nano clip system</category>
<category>nano band collection</category>
<category>iwatchz q</category>
<category>iwatchz q2</category>
<category>idork</category>
<category>rob almanza</category>
<category>jason sifft</category>
<pubDate>Tue, 10 Jan 2012 16:33:54 +0000</pubDate>
<enclosure length="32329511" type="video/ms-wmv" url="http://blip.tv/file/get/ITTV-iWatchzAtCES2012604.wmv"/>
<itunes:keywords>ittv, myittv, into tomorrow, dave graveline, ces 2012, ces unveiled, 2012 international ces, iwatchz, ipod nano watch, nano clip system, nano band collection, iwatchz q, iwatchz q2, idork, rob almanza, jason sifft</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>ittv, myittv, into tomorrow, dave graveline, ces 2012, ces unveiled, 2012 international ces, iwatchz, ipod nano watch, nano clip system, nano band collection, iwatchz q, iwatchz q2, idork, rob almanza, jason sifft</media:keywords>
<media:group>
<media:content blip:acodec="ffwmapro" blip:role="Source" blip:vcodec="ffwmv3" expression="full" fileSize="32329511" height="720" isDefault="true" type="video/ms-wmv" url="http://blip.tv/file/get/ITTV-iWatchzAtCES2012604.wmv" width="1280">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="11744274" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/ITTV-iWatchzAtCES2012964.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="14837601" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/ITTV-iWatchzAtCES2012297.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859273"><![CDATA[<iframe src="http://blip.tv/AYLm1Q0C.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1Q0C" style="display:none"></embed>]]></media:player>
<media:title>iWatchz at CES 2012</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<geo:lat>25.937131</geo:lat>
<geo:long>-80.321976</geo:long>
</item>
<item>
<guid isPermaLink="false">D3F5707C-3BA8-11E1-BE9E-E4CE9246137B</guid>
<link>http://blip.tv/tvc-valle-de-la-matapdia/12-01-05-7-retrospective-2011-volet-d&#233;veloppement-5876264</link>
<title>12-01-05.7 Retrospective 2011 - volet d&#233;veloppement</title>
<blip:user>tvcmatap</blip:user>
<blip:userid>690983</blip:userid>
<blip:safeusername>tvcmatapedia</blip:safeusername>
<blip:showpath>tvc-valle-de-la-matapdia</blip:showpath>
<blip:show>TVC vall&#233;e de la Matap&#233;dia</blip:show>
<blip:showpage>http://blip.tv/tvc-valle-de-la-matapdia</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876264</blip:posts_id>
<blip:item_id>5859272</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:33:29Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1QwC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1QwC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876264&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[R&#233;trospective 2011 - volet d&#233;veloppement]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1QwC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1QwC" style="display:none"></embed>
<br />
R&#233;trospective 2011 - volet d&#233;veloppement
]]></description>
<comments>http://blip.tv/file/5859272</comments>
<category>Movies and Television</category>
<pubDate>Tue, 10 Jan 2012 16:33:29 +0000</pubDate>
<enclosure length="118556301" type="video/flv" url="http://blip.tv/file/get/Tvcmatap-1201057Retrospective2011VoletDveloppement799.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="118556301" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Tvcmatap-1201057Retrospective2011VoletDveloppement799.flv"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859272"><![CDATA[<iframe src="http://blip.tv/play/AYLm1QwC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1QwC" style="display:none"></embed>]]></media:player>
<media:title>12-01-05.7 Retrospective 2011 - volet d&#233;veloppement</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">CE5B2634-3BA8-11E1-9567-9EA7A0B81FDE</guid>
<link>http://blip.tv/diariodainformacao/corpo-&#233;-encontrado-morto-no-rio-marrecas-em-francisco-beltr&#227;o-5876263</link>
<title>Corpo &#233; encontrado morto no Rio Marrecas em Francisco Beltr&#227;o</title>
<blip:user>diariodainformacao</blip:user>
<blip:userid>703126</blip:userid>
<blip:safeusername>diariodainformacao</blip:safeusername>
<blip:showpath>diariodainformacao</blip:showpath>
<blip:show>Diario da Informacao</blip:show>
<blip:showpage>http://blip.tv/diariodainformacao</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876263</blip:posts_id>
<blip:item_id>5859271</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:33:20Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>136</blip:runtime>
<blip:embedLookup>AYLm1QsC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1QsC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876263&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[www.diariodainformacao.com.br]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1QsC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1QsC" style="display:none"></embed>
<br />
www.diariodainformacao.com.br
]]></description>
<comments>http://blip.tv/file/5859271</comments>
<category>Art</category>
<pubDate>Tue, 10 Jan 2012 16:33:20 +0000</pubDate>
<enclosure length="10181939" type="video/flv" url="http://blip.tv/file/get/Diariodainformacao-HomemMortoDentroDeBarEmChopinzinho906.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="mp3" blip:role="Source" blip:vcodec="ffflv" expression="full" fileSize="10181939" height="240" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Diariodainformacao-HomemMortoDentroDeBarEmChopinzinho906.flv" width="320">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859271"><![CDATA[<iframe src="http://blip.tv/play/AYLm1QsC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1QsC" style="display:none"></embed>]]></media:player>
<media:title>Corpo &#233; encontrado morto no Rio Marrecas em Francisco Beltr&#227;o</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">BB76256E-3BA8-11E1-A777-8E594167D52D</guid>
<link>http://blip.tv/arsenalfc/boss-reflects-on-late-victory-over-leeds-at-emirates-stadium-5876262</link>
<title>Boss reflects on late victory over Leeds at Emirates Stadium</title>
<blip:user>arsenalfc</blip:user>
<blip:userid>634740</blip:userid>
<blip:safeusername>Arsenalfc</blip:safeusername>
<blip:showpath>arsenalfc</blip:showpath>
<blip:show>Welcome To AHF Media</blip:show>
<blip:showpage>http://blip.tv/arsenalfc</blip:showpage>
<blip:picture>http://a.images.blip.tv/Arsenalfc-picture837.jpg</blip:picture>
<blip:posts_id>5876262</blip:posts_id>
<blip:item_id>5859270</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-G</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:32:48Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Sports</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>1</blip:recommendable>
<blip:core>0</blip:core>
<blip:core_value>3</blip:core_value>
<blip:channel_name>Sports &amp; Cars</blip:channel_name>
<blip:adminRating>1</blip:adminRating>
<blip:runtime>183</blip:runtime>
<blip:embedLookup>AYLm1QoC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1QoC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876262&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>Arsenalfc-BossReflectsOnLateVictoryOverLeedsAtEmiratesStadium442.jpg</blip:thumbnail_src>
<blip:puredescription><![CDATA[Boss reflects on late victory over Leeds at Emirates Stadium]]></blip:puredescription>
<blip:license>Public Domain</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1QoC.html?p=1" width="480" height="248" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1QoC" style="display:none"></embed>
<br />
Boss reflects on late victory over Leeds at Emirates Stadium
]]></description>
<comments>http://blip.tv/file/5859270</comments>
<category>Conferences and Other Events</category>
<category>gervinho</category>
<category>carl jenkinson</category>
<category>vermaelen</category>
<category>cesc</category>
<category>fab</category>
<category>clichy</category>
<category>chamakh</category>
<category>sagna</category>
<category>song</category>
<category>nasri</category>
<category>henry</category>
<category>arsenal</category>
<category>diaby</category>
<category>eboue</category>
<category>best</category>
<category>goal</category>
<category>arsene</category>
<category>wenger</category>
<category>fabregas</category>
<category>awsome</category>
<category>amazing</category>
<category>dance</category>
<category>funny</category>
<category>arshavin</category>
<category>denilson</category>
<category>gibbs</category>
<category>rvp</category>
<category>robin</category>
<category>van persie</category>
<category>stupid</category>
<category>great</category>
<category>walcot</category>
<category>theo</category>
<category>bendtner</category>
<category>rosicky</category>
<category>henry</category>
<category>n</category>
<pubDate>Tue, 10 Jan 2012 16:32:48 +0000</pubDate>
<enclosure length="9327353" type="video/ms-wmv" url="http://blip.tv/file/get/Arsenalfc-BossReflectsOnLateVictoryOverLeedsAtEmiratesStadium866.wmv"/>
<itunes:keywords>gervinho, carl jenkinson, vermaelen, cesc, fab, clichy, chamakh, sagna, song, nasri, henry, arsenal, diaby, eboue, best, goal, arsene, wenger, fabregas, awsome, amazing, dance, funny, arshavin, denilson, gibbs, rvp, robin, van persie, stupid, great, walcot, theo, bendtner, rosicky, henry, n</itunes:keywords>
<itunes:image>http://a.images.blip.tv/Arsenalfc-BossReflectsOnLateVictoryOverLeedsAtEmiratesStadium442.jpg</itunes:image>
<media:keywords>gervinho, carl jenkinson, vermaelen, cesc, fab, clichy, chamakh, sagna, song, nasri, henry, arsenal, diaby, eboue, best, goal, arsene, wenger, fabregas, awsome, amazing, dance, funny, arshavin, denilson, gibbs, rvp, robin, van persie, stupid, great, walcot, theo, bendtner, rosicky, henry, n</media:keywords>
<media:group>
<media:content blip:acodec="ffwmav2" blip:role="Source" blip:vcodec="ffwmv3" expression="full" fileSize="9327353" height="280" isDefault="true" type="video/ms-wmv" url="http://blip.tv/file/get/Arsenalfc-BossReflectsOnLateVictoryOverLeedsAtEmiratesStadium866.wmv" width="616">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="midroll" provider="freewheel" start="301,1230"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="7304807" height="218" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Arsenalfc-BossReflectsOnLateVictoryOverLeedsAtEmiratesStadium747.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="11856779" height="280" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Arsenalfc-BossReflectsOnLateVictoryOverLeedsAtEmiratesStadium927.m4v" width="616"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859270"><![CDATA[<iframe src="http://blip.tv/AYLm1QoC.html?p=1" width="480" height="248" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1QoC" style="display:none"></embed>]]></media:player>
<media:title>Boss reflects on late victory over Leeds at Emirates Stadium</media:title>
<media:thumbnail url="http://a.images.blip.tv/Arsenalfc-BossReflectsOnLateVictoryOverLeedsAtEmiratesStadium442.jpg"/>
<creativeCommons:license>http://creativecommons.org/licenses/publicdomain/</creativeCommons:license>
</item>
<item>
<guid isPermaLink="false">B229D53C-3BA8-11E1-8F57-D2E665189337</guid>
<link>http://blip.tv/beckinfield/paint-the-town-5876261</link>
<title>Paint the Town</title>
<blip:user>beckinfieldvideo</blip:user>
<blip:userid>779534</blip:userid>
<blip:safeusername>beckinfield</blip:safeusername>
<blip:showpath>beckinfield</blip:showpath>
<blip:show>Beckinfield</blip:show>
<blip:showpage>http://blip.tv/beckinfield</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876261</blip:posts_id>
<blip:item_id>5859269</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:32:32Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>292</blip:runtime>
<blip:embedLookup>AYLm1QkC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1QkC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876261&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[The end of 2011 brings further questions about Rose Banter and the young woman who looks just like Becca Beckin. The two girls have taken to painting Primbobi tribal symbols all over town.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1QkC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1QkC" style="display:none"></embed>
<br />
The end of 2011 brings further questions about Rose Banter and the young woman who looks just like Becca Beckin. The two girls have taken to painting Primbobi tribal symbols all over town.
]]></description>
<comments>http://blip.tv/file/5859269</comments>
<category>Movies and Television</category>
<category>mass participation tv</category>
<category>jonathan frakes</category>
<category>beckinfield</category>
<category>sci-fi</category>
<pubDate>Tue, 10 Jan 2012 16:32:32 +0000</pubDate>
<enclosure length="133303754" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Beckinfieldvideo-PaintTheTown193.mp4"/>
<itunes:keywords>mass participation tv, jonathan frakes, beckinfield, sci-fi</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>mass participation tv, jonathan frakes, beckinfield, sci-fi</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="133303754" height="720" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Beckinfieldvideo-PaintTheTown193.mp4" width="1280"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="25285447" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Beckinfieldvideo-PaintTheTown581.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="31107011" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Beckinfieldvideo-PaintTheTown895.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859269"><![CDATA[<iframe src="http://blip.tv/AYLm1QkC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1QkC" style="display:none"></embed>]]></media:player>
<media:title>Paint the Town</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">96446058-3BA8-11E1-BAE6-E4F1D2191B87</guid>
<link>http://blip.tv/19letterslong/let-s-play-20-years-of-sonic-pt-45-sonic-adventure-16-20-5876260</link>
<title>Let's Play 20 Years of Sonic Pt.45 - Sonic Adventure (16/20)</title>
<blip:user>19letterslong</blip:user>
<blip:userid>925292</blip:userid>
<blip:safeusername>lets-play-20-years-of-sonic</blip:safeusername>
<blip:showpath>19letterslong</blip:showpath>
<blip:show>Let's Play 20 Years of Sonic</blip:show>
<blip:showpage>http://blip.tv/19letterslong</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876260</blip:posts_id>
<blip:item_id>5859268</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:31:45Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>1213</blip:runtime>
<blip:embedLookup>AYLm1QgC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1QgC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876260&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Our journey through two decades of Sonic continues.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1QgC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1QgC" style="display:none"></embed>
<br />
Our journey through two decades of Sonic continues.
]]></description>
<comments>http://blip.tv/file/5859268</comments>
<category>Gaming</category>
<category>sonic</category>
<category>lets play</category>
<pubDate>Tue, 10 Jan 2012 16:31:45 +0000</pubDate>
<enclosure length="418643976" type="video/vnd.objectvideo" url="http://blip.tv/file/get/19letterslong-LetsPlay20YearsOfSonicPt45SonicAdventure1620432.mp4"/>
<itunes:keywords>sonic, lets play</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>sonic, lets play</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="418643976" height="480" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/19letterslong-LetsPlay20YearsOfSonicPt45SonicAdventure1620432.mp4" width="640">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="196343656" height="360" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/19letterslong-LetsPlay20YearsOfSonicPt45SonicAdventure1620486.mp4" width="480"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859268"><![CDATA[<iframe src="http://blip.tv/AYLm1QgC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1QgC" style="display:none"></embed>]]></media:player>
<itunes:explicit>yes</itunes:explicit>
<media:adult>true</media:adult>
<media:title>Let's Play 20 Years of Sonic Pt.45 - Sonic Adventure (16/20)</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">954A27F0-3BA8-11E1-B0D5-C6C5F049FE28</guid>
<link>http://blip.tv/gethsemane-baptist-temple/how-to-make-your-new-year-happy-5876259</link>
<title>How To Make Your New Year Happy</title>
<blip:user>gbtemple</blip:user>
<blip:userid>516638</blip:userid>
<blip:safeusername>GBT</blip:safeusername>
<blip:showpath>gethsemane-baptist-temple</blip:showpath>
<blip:show>Gethsemane Baptist Temple</blip:show>
<blip:showpage>http://blip.tv/gethsemane-baptist-temple</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876259</blip:posts_id>
<blip:item_id>5859267</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-G</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:31:44Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>hY9ygubVBwI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/hY9ygubVBwI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876259&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[TV Broadcast]]></blip:puredescription>
<blip:license>Creative Commons Attribution 2.0</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/hY9ygubVBwI.html?p=1" width="480" height="326" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hY9ygubVBwI" style="display:none"></embed>
<br />
TV Broadcast
]]></description>
<comments>http://blip.tv/file/5859267</comments>
<category>Religion</category>
<pubDate>Tue, 10 Jan 2012 16:31:44 +0000</pubDate>
<enclosure length="600322408" type="video/x-m4v" url="http://blip.tv/file/get/Gbtemple-HowToMakeYourNewYearHappy628.m4v"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="600322408" isDefault="true" type="video/x-m4v" url="http://blip.tv/file/get/Gbtemple-HowToMakeYourNewYearHappy628.m4v"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859267"><![CDATA[<iframe src="http://blip.tv/play/hY9ygubVBwI.html?p=1" width="480" height="326" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hY9ygubVBwI" style="display:none"></embed>]]></media:player>
<media:title>How To Make Your New Year Happy</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license>
</item>
<item>
<guid isPermaLink="false">7809225E-3BA8-11E1-AB59-AC8888725AEF</guid>
<link>http://blip.tv/believersway/episode-5876257</link>
<title>BW531</title>
<blip:user>BelieversWay</blip:user>
<blip:userid>243972</blip:userid>
<blip:safeusername>believersway</blip:safeusername>
<blip:showpath>believersway</blip:showpath>
<blip:show>BelieversWay</blip:show>
<blip:showpage>http://blip.tv/believersway</blip:showpage>
<blip:picture>http://a.images.blip.tv/BelieversWay-picture749.jpg</blip:picture>
<blip:posts_id>5876257</blip:posts_id>
<blip:item_id>5859265</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:30:55Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>1711</blip:runtime>
<blip:embedLookup>htUCgubVBQI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/htUCgubVBQI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876257&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[TNG]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/htUCgubVBQI.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#htUCgubVBQI" style="display:none"></embed>
<br />
TNG
]]></description>
<comments>http://blip.tv/file/5859265</comments>
<category>Art</category>
<pubDate>Tue, 10 Jan 2012 16:30:55 +0000</pubDate>
<enclosure length="200277520" type="video/x-m4v" url="http://blip.tv/file/get/BelieversWay-BW531702.m4v"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="200277520" height="270" isDefault="true" type="video/x-m4v" url="http://blip.tv/file/get/BelieversWay-BW531702.m4v" width="480"></media:content>
<media:content blip:role="Blip LD" expression="full" fileSize="124060724" height="65535" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/BelieversWay-BW531879.mp4" width="480"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859265"><![CDATA[<iframe src="http://blip.tv/htUCgubVBQI.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#htUCgubVBQI" style="display:none"></embed>]]></media:player>
<media:title>BW531</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<media:restriction relationship="disallow" type="uri">urn:yahoo</media:restriction>
</item>
<item>
<guid isPermaLink="false">77DD8A2C-3BA8-11E1-87DA-D45B5D14096A</guid>
<link>http://blip.tv/fxcm-italy/10-gennaio-2012-5876256</link>
<title>10 gennaio 2012</title>
<blip:user>FXCMItaly</blip:user>
<blip:userid>670524</blip:userid>
<blip:safeusername>FXCMItaly</blip:safeusername>
<blip:showpath>fxcm-italy</blip:showpath>
<blip:show>FXCM Italy</blip:show>
<blip:showpage>http://blip.tv/fxcm-italy</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876256</blip:posts_id>
<blip:item_id>5859264</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:30:54Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating>-4</blip:adminRating>
<blip:runtime>924</blip:runtime>
<blip:embedLookup>hp1ggubVBAI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/hp1ggubVBAI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876256&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[apertura america]]></blip:puredescription>
<blip:license>Creative Commons Attribution 2.0</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/hp1ggubVBAI.html?p=1" width="480" height="344" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hp1ggubVBAI" style="display:none"></embed>
<br />
apertura america
]]></description>
<comments>http://blip.tv/file/5859264</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:30:54 +0000</pubDate>
<enclosure length="22450490" type="video/ms-wmv" url="http://blip.tv/file/get/FXCMItaly-10Gennaio2012248.wmv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="ffwmav2" blip:role="Source" blip:vcodec="ffvc1" expression="full" fileSize="22450490" height="656" isDefault="true" type="video/ms-wmv" url="http://blip.tv/file/get/FXCMItaly-10Gennaio2012248.wmv" width="1000"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="10333409" height="314" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/FXCMItaly-10Gennaio2012816.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="16217709" height="418" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/FXCMItaly-10Gennaio2012559.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859264"><![CDATA[<iframe src="http://blip.tv/hp1ggubVBAI.html?p=1" width="480" height="344" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hp1ggubVBAI" style="display:none"></embed>]]></media:player>
<media:title>10 gennaio 2012</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license>
</item>
<item>
<guid isPermaLink="false">777B32E6-3BA8-11E1-B676-A20AFCF386DA</guid>
<link>http://blip.tv/city-of-fort-myers/fort-myers-city-council-workshop-01-09-2012-5876255</link>
<title>Fort Myers City Council Workshop - 01/09/2012</title>
<blip:user>cityftmyers</blip:user>
<blip:userid>235937</blip:userid>
<blip:safeusername>fortmyers</blip:safeusername>
<blip:showpath>city-of-fort-myers</blip:showpath>
<blip:show>City of Fort Myers</blip:show>
<blip:showpage>http://blip.tv/city-of-fort-myers</blip:showpage>
<blip:picture>http://a.images.blip.tv/Cityftmyers-picture227.jpg</blip:picture>
<blip:posts_id>5876255</blip:posts_id>
<blip:item_id>5859263</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:30:54Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Local</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating>1</blip:adminRating>
<blip:runtime>10476</blip:runtime>
<blip:embedLookup>gsAbgubVAwI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/gsAbgubVAwI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876255&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>Cityftmyers-FortMyersCityCouncilWorkshop01092012471.jpg</blip:thumbnail_src>
<blip:puredescription><![CDATA[01/09/2012: Fort Myers City Council Workshop, January 9, 2012]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/gsAbgubVAwI.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#gsAbgubVAwI" style="display:none"></embed>
<br />
01/09/2012: Fort Myers City Council Workshop, January 9, 2012
]]></description>
<comments>http://blip.tv/file/5859263</comments>
<category>Educational</category>
<category>fort</category>
<category>myers</category>
<category>city</category>
<category>council</category>
<category>workshop</category>
<category>2012</category>
<pubDate>Tue, 10 Jan 2012 16:30:54 +0000</pubDate>
<enclosure length="747880250" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Cityftmyers-CCWS010912256.mp4"/>
<itunes:keywords>fort, myers, city, council, workshop, 2012</itunes:keywords>
<itunes:image>http://a.images.blip.tv/Cityftmyers-FortMyersCityCouncilWorkshop01092012471.jpg</itunes:image>
<media:keywords>fort, myers, city, council, workshop, 2012</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="747880250" height="240" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Cityftmyers-CCWS010912256.mp4" width="352"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859263"><![CDATA[<iframe src="http://blip.tv/play/gsAbgubVAwI.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#gsAbgubVAwI" style="display:none"></embed>]]></media:player>
<media:title>Fort Myers City Council Workshop - 01/09/2012</media:title>
<media:thumbnail url="http://a.images.blip.tv/Cityftmyers-FortMyersCityCouncilWorkshop01092012471.jpg"/>
<geo:lat>26.645157259039188</geo:lat>
<geo:long>-81.86273574829102</geo:long>
</item>
<item>
<guid isPermaLink="false">5B946A3E-3BA8-11E1-9C54-F020212D0890</guid>
<link>http://blip.tv/vaudephone/zero-boy-the-crazy-car-driver-a-vaudephone-5876254</link>
<title>Zero Boy - The Crazy Car Driver - A Vaudephone</title>
<blip:user>vaudephone</blip:user>
<blip:userid>924443</blip:userid>
<blip:safeusername>vaudephone-presents</blip:safeusername>
<blip:showpath>vaudephone</blip:showpath>
<blip:show>Vaudephone Presents</blip:show>
<blip:showpage>http://blip.tv/vaudephone</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876254</blip:posts_id>
<blip:item_id>5859262</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:30:07Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>254</blip:runtime>
<blip:embedLookup>AYLm1QIC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1QIC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876254&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Vaudephone is a co-production of Vaudevisuals.com and the American Vaudeville Theatre/Travalanche vaudevisuals.com travsd.wordpress.com/ Recorded at Dixon Place on December 13th, 2011. To see more of the Vaudephone series: vaudephone.com bit.ly/w1j0Iv]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1QIC.html?p=1" width="480" height="350" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1QIC" style="display:none"></embed>
<br />
Vaudephone is a co-production of Vaudevisuals.com and the American Vaudeville Theatre/Travalanche vaudevisuals.com travsd.wordpress.com/ Recorded at Dixon Place on December 13th, 2011. To see more of the Vaudephone series: vaudephone.com bit.ly/w1j0Iv
]]></description>
<comments>http://blip.tv/file/5859262</comments>
<category>Movies and Television</category>
<category>zero boy</category>
<category>vaudephone. dixon place</category>
<category>travalanche</category>
<category>vaudevisuals.com</category>
<category>american vaudeville theatre</category>
<category>vocal acrotatics</category>
<category>vocal sound effects</category>
<pubDate>Tue, 10 Jan 2012 16:30:07 +0000</pubDate>
<enclosure length="53612130" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Vaudephone-ZeroBoyTheCrazyCarDriverAVaudephone604.mp4"/>
<itunes:keywords>zero boy, vaudephone. dixon place, travalanche, vaudevisuals.com, american vaudeville theatre, vocal acrotatics, vocal sound effects</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>zero boy, vaudephone. dixon place, travalanche, vaudevisuals.com, american vaudeville theatre, vocal acrotatics, vocal sound effects</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffodivx" expression="full" fileSize="53612130" height="480" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Vaudephone-ZeroBoyTheCrazyCarDriverAVaudephone604.mp4" width="720"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="23250087" height="320" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Vaudephone-ZeroBoyTheCrazyCarDriverAVaudephone287.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="39630495" height="426" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Vaudephone-ZeroBoyTheCrazyCarDriverAVaudephone576.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859262"><![CDATA[<iframe src="http://blip.tv/AYLm1QIC.html?p=1" width="480" height="350" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1QIC" style="display:none"></embed>]]></media:player>
<media:title>Zero Boy - The Crazy Car Driver - A Vaudephone</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">58682A3A-3BA8-11E1-A5ED-B1E275A473C4</guid>
<link>http://blip.tv/accestv/revelionul-lautarilor-5876253</link>
<title>revelionul lautarilor</title>
<blip:user>accestv</blip:user>
<blip:userid>665701</blip:userid>
<blip:safeusername>accestv</blip:safeusername>
<blip:showpath>accestv</blip:showpath>
<blip:show>accestv</blip:show>
<blip:showpage>http://blip.tv/accestv</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876253</blip:posts_id>
<blip:item_id>5859261</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:30:02Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1QEC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1QEC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876253&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1QEC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1QEC" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859261</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:30:02 +0000</pubDate>
<enclosure length="10706597" type="video/flv" url="http://blip.tv/file/get/Accestv-revelionulLautarilor488.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="10706597" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Accestv-revelionulLautarilor488.flv">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859261"><![CDATA[<iframe src="http://blip.tv/AYLm1QEC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1QEC" style="display:none"></embed>]]></media:player>
<media:title>revelionul lautarilor</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">58051B84-3BA8-11E1-A585-DB24B546EE6A</guid>
<link>http://blip.tv/accestv/aglomeratie-la-permise-si-inmatriculari-5876252</link>
<title>aglomeratie la permise si inmatriculari</title>
<blip:user>accestv</blip:user>
<blip:userid>665701</blip:userid>
<blip:safeusername>accestv</blip:safeusername>
<blip:showpath>accestv</blip:showpath>
<blip:show>accestv</blip:show>
<blip:showpage>http://blip.tv/accestv</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876252</blip:posts_id>
<blip:item_id>5859260</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:30:01Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1QAC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1QAC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876252&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1QAC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1QAC" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859260</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:30:01 +0000</pubDate>
<enclosure length="9626069" type="video/flv" url="http://blip.tv/file/get/Accestv-aglomeratieLaPermiseSiInmatriculari656.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="9626069" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Accestv-aglomeratieLaPermiseSiInmatriculari656.flv">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859260"><![CDATA[<iframe src="http://blip.tv/AYLm1QAC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1QAC" style="display:none"></embed>]]></media:player>
<media:title>aglomeratie la permise si inmatriculari</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">57FBB012-3BA8-11E1-980B-F2C3B1E6292E</guid>
<link>http://blip.tv/accestv/presiuni-la-ce-turceni-5876251</link>
<title>presiuni la ce turceni</title>
<blip:user>accestv</blip:user>
<blip:userid>665701</blip:userid>
<blip:safeusername>accestv</blip:safeusername>
<blip:showpath>accestv</blip:showpath>
<blip:show>accestv</blip:show>
<blip:showpage>http://blip.tv/accestv</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876251</blip:posts_id>
<blip:item_id>5859259</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:30:01Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1H8C</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1H8C</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876251&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1H8C.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1H8C" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859259</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:30:01 +0000</pubDate>
<enclosure length="6784569" type="video/flv" url="http://blip.tv/file/get/Accestv-presiuniLaCeTurceni404.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="6784569" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Accestv-presiuniLaCeTurceni404.flv">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859259"><![CDATA[<iframe src="http://blip.tv/AYLm1H8C.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1H8C" style="display:none"></embed>]]></media:player>
<media:title>presiuni la ce turceni</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">57F296E4-3BA8-11E1-962D-FE190E72A52B</guid>
<link>http://blip.tv/accestv/fac-economie-la-minute-5876250</link>
<title>fac economie la minute</title>
<blip:user>accestv</blip:user>
<blip:userid>665701</blip:userid>
<blip:safeusername>accestv</blip:safeusername>
<blip:showpath>accestv</blip:showpath>
<blip:show>accestv</blip:show>
<blip:showpage>http://blip.tv/accestv</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876250</blip:posts_id>
<blip:item_id>5859258</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:30:01Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1H4C</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1H4C</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876250&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1H4C.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1H4C" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859258</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:30:01 +0000</pubDate>
<enclosure length="10380260" type="video/flv" url="http://blip.tv/file/get/Accestv-facEconomieLaMinute278.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="10380260" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Accestv-facEconomieLaMinute278.flv">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859258"><![CDATA[<iframe src="http://blip.tv/AYLm1H4C.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1H4C" style="display:none"></embed>]]></media:player>
<media:title>fac economie la minute</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">529765C6-3BA8-11E1-8D15-E87172B94C1D</guid>
<link>http://blip.tv/diariodainformacao/homem-&#233;-morto-dentro-de-bar-em-chopinzinho-5876249</link>
<title>Homem &#233; morto dentro de bar em Chopinzinho</title>
<blip:user>diariodainformacao</blip:user>
<blip:userid>703126</blip:userid>
<blip:safeusername>diariodainformacao</blip:safeusername>
<blip:showpath>diariodainformacao</blip:showpath>
<blip:show>Diario da Informacao</blip:show>
<blip:showpage>http://blip.tv/diariodainformacao</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876249</blip:posts_id>
<blip:item_id>5859257</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:29:52Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>AYLm1H0C</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1H0C</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876249&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[www.diariodainformacao.com.br]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1H0C.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1H0C" style="display:none"></embed>
<br />
www.diariodainformacao.com.br
]]></description>
<comments>http://blip.tv/file/5859257</comments>
<category>Art</category>
<pubDate>Tue, 10 Jan 2012 16:29:52 +0000</pubDate>
<enclosure length="19459223" type="video/flv" url="http://blip.tv/file/get/Diariodainformacao-HomemMortoDentroDeBarEmChopinzinho254.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="19459223" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Diariodainformacao-HomemMortoDentroDeBarEmChopinzinho254.flv">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859257"><![CDATA[<iframe src="http://blip.tv/AYLm1H0C.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1H0C" style="display:none"></embed>]]></media:player>
<media:title>Homem &#233; morto dentro de bar em Chopinzinho</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">517BA6A2-3BA8-11E1-AF3B-F7A159447950</guid>
<link>http://blip.tv/into-tomorrow-with-dave-graveline/lg-55-inch-3d-oled-tv-lg-spectrum-at-ces-2012-5876248</link>
<title>LG 55-inch 3D OLED TV &amp; LG Spectrum at CES 2012</title>
<blip:user>ITTV</blip:user>
<blip:userid>126863</blip:userid>
<blip:safeusername>intotomorrow</blip:safeusername>
<blip:showpath>into-tomorrow-with-dave-graveline</blip:showpath>
<blip:show>Into Tomorrow with Dave Graveline</blip:show>
<blip:showpage>http://blip.tv/into-tomorrow-with-dave-graveline</blip:showpage>
<blip:picture>http://a.images.blip.tv/ITTV-picture717.jpg</blip:picture>
<blip:posts_id>5876248</blip:posts_id>
<blip:item_id>5859256</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:29:50Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Tech</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:channel_name>Tech &amp; Gadgets</blip:channel_name>
<blip:adminRating>2</blip:adminRating>
<blip:runtime>189</blip:runtime>
<blip:embedLookup>AYLm1HwC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1HwC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876248&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[LG unveiled a plethora of new products at CES 2012, including: a 55-inch 3D OLED TV that&apos;s 4mm thin, a new super phone &#8212; the LG Spectrum, and Blast Chiller for your canned beverages in their smart appliances line.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1HwC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1HwC" style="display:none"></embed>
<br />
LG unveiled a plethora of new products at CES 2012, including: a 55-inch 3D OLED TV that&apos;s 4mm thin, a new super phone &#8212; the LG Spectrum, and Blast Chiller for your canned beverages in their smart appliances line.
]]></description>
<comments>http://blip.tv/file/5859256</comments>
<category>Technology</category>
<category>ittv</category>
<category>myittv</category>
<category>into tomorrow</category>
<category>dave graveline</category>
<category>ces 2012</category>
<category>ces unveiled</category>
<category>2012 international ces</category>
<category>lg</category>
<category>55-inch 3d oled tv</category>
<category>4mm thin oled tv</category>
<category>lg spectrum</category>
<category>super phone</category>
<category>verizon wireless 4g lte</category>
<category>espn mobile</category>
<category>smart appliances</category>
<category>blast chiller</category>
<category>smart thinq</category>
<category>john taylor</category>
<pubDate>Tue, 10 Jan 2012 16:29:50 +0000</pubDate>
<enclosure length="40601657" type="video/ms-wmv" url="http://blip.tv/file/get/ITTV-LG55inch3DOLEDTVLGSpectrumAtCES2012177.wmv"/>
<itunes:keywords>ittv, myittv, into tomorrow, dave graveline, ces 2012, ces unveiled, 2012 international ces, lg, 55-inch 3d oled tv, 4mm thin oled tv, lg spectrum, super phone, verizon wireless 4g lte, espn mobile, smart appliances, blast chiller, smart thinq, john taylor</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>ittv, myittv, into tomorrow, dave graveline, ces 2012, ces unveiled, 2012 international ces, lg, 55-inch 3d oled tv, 4mm thin oled tv, lg spectrum, super phone, verizon wireless 4g lte, espn mobile, smart appliances, blast chiller, smart thinq, john taylor</media:keywords>
<media:group>
<media:content blip:acodec="ffwmapro" blip:role="Source" blip:vcodec="ffwmv3" expression="full" fileSize="40601657" height="720" isDefault="true" type="video/ms-wmv" url="http://blip.tv/file/get/ITTV-LG55inch3DOLEDTVLGSpectrumAtCES2012177.wmv" width="1280">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="21730862" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/ITTV-LG55inch3DOLEDTVLGSpectrumAtCES2012479.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="25150713" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/ITTV-LG55inch3DOLEDTVLGSpectrumAtCES2012876.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859256"><![CDATA[<iframe src="http://blip.tv/AYLm1HwC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1HwC" style="display:none"></embed>]]></media:player>
<media:title>LG 55-inch 3D OLED TV &amp; LG Spectrum at CES 2012</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<geo:lat>25.937131</geo:lat>
<geo:long>-80.321976</geo:long>
</item>
<item>
<guid isPermaLink="false">4283C9F4-3BA8-11E1-A3B1-B03B77F8CCB3</guid>
<link>http://blip.tv/kaliforniaorquesta/orquesta-kalifornia-fiestas-baguena-2011-5876247</link>
<title>Orquesta kalifornia fiestas baguena 2011</title>
<blip:user>kaliforniaorquesta</blip:user>
<blip:userid>801820</blip:userid>
<blip:safeusername>kaliforniaorquesta</blip:safeusername>
<blip:showpath>kaliforniaorquesta</blip:showpath>
<blip:show>kaliforniaorquesta</blip:show>
<blip:showpage>http://blip.tv/kaliforniaorquesta</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876247</blip:posts_id>
<blip:item_id>5859255</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:29:25Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>254</blip:runtime>
<blip:embedLookup>AYLm1HsC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1HsC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876247&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Oquesta kalifornia actuacion en las fiestas patronales de baguena (teruel)dnde sobre todo se puede ver al publico lo bien que se lo pasa. www.kalifornia.es somos diferentes fiestas, bodas y eventosd]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1HsC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1HsC" style="display:none"></embed>
<br />
Oquesta kalifornia actuacion en las fiestas patronales de baguena (teruel)dnde sobre todo se puede ver al publico lo bien que se lo pasa. www.kalifornia.es somos diferentes fiestas, bodas y eventosd
]]></description>
<comments>http://blip.tv/file/5859255</comments>
<category>Music and Entertainment</category>
<category>baguena</category>
<category>fiestas</category>
<category>orquesta</category>
<category>kalifornia</category>
<category>bodas</category>
<category>teruel</category>
<pubDate>Tue, 10 Jan 2012 16:29:25 +0000</pubDate>
<enclosure length="186246933" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Kaliforniaorquesta-OrquestaKaliforniaFiestasBaguena2011645.mp4"/>
<itunes:keywords>baguena, fiestas, orquesta, kalifornia, bodas, teruel</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>baguena, fiestas, orquesta, kalifornia, bodas, teruel</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="186246933" height="720" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Kaliforniaorquesta-OrquestaKaliforniaFiestasBaguena2011645.mp4" width="1280">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="40345935" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Kaliforniaorquesta-OrquestaKaliforniaFiestasBaguena2011217.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="53135979" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Kaliforniaorquesta-OrquestaKaliforniaFiestasBaguena2011525.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859255"><![CDATA[<iframe src="http://blip.tv/AYLm1HsC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1HsC" style="display:none"></embed>]]></media:player>
<media:title>Orquesta kalifornia fiestas baguena 2011</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">3A2296E6-3BA8-11E1-A9DE-ABB2223E0CB5</guid>
<link>http://blip.tv/the-ombudsman-office/ombudsman-s-office-priority-boards-5876246</link>
<title>Ombudsman's Office "Priority Boards"</title>
<blip:user>ombudsman</blip:user>
<blip:userid>250330</blip:userid>
<blip:safeusername>theombudsman</blip:safeusername>
<blip:showpath>the-ombudsman-office</blip:showpath>
<blip:show>The Ombudsman Office</blip:show>
<blip:showpage>http://blip.tv/the-ombudsman-office</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876246</blip:posts_id>
<blip:item_id>5859254</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-G</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:29:11Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>grg4gubUegI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/grg4gubUegI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876246&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>Ombudsman-OmbudsmansOfficePriorityBoards644.jpg</blip:thumbnail_src>
<blip:puredescription><![CDATA[Ombudsman&apos;s Office &quot;Priority Boards&quot; from January 9th, 2012.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/grg4gubUegI.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#grg4gubUegI" style="display:none"></embed>
<br />
Ombudsman&apos;s Office &quot;Priority Boards&quot; from January 9th, 2012.
]]></description>
<comments>http://blip.tv/file/5859254</comments>
<category>Politics</category>
<category>ombudsman</category>
<category>datv</category>
<category>dayton</category>
<category>priority boards</category>
<pubDate>Tue, 10 Jan 2012 16:29:11 +0000</pubDate>
<enclosure length="884112376" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Ombudsman-OmbudsmansOfficePriorityBoards678.mp4"/>
<itunes:keywords>ombudsman, datv, dayton, priority boards</itunes:keywords>
<itunes:image>http://a.images.blip.tv/Ombudsman-OmbudsmansOfficePriorityBoards644.jpg</itunes:image>
<media:keywords>ombudsman, datv, dayton, priority boards</media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="884112376" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Ombudsman-OmbudsmansOfficePriorityBoards678.mp4"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859254"><![CDATA[<iframe src="http://blip.tv/play/grg4gubUegI.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#grg4gubUegI" style="display:none"></embed>]]></media:player>
<media:title>Ombudsman's Office "Priority Boards"</media:title>
<media:thumbnail url="http://a.images.blip.tv/Ombudsman-OmbudsmansOfficePriorityBoards644.jpg"/>
</item>
<item>
<guid isPermaLink="false">361A01A6-3BA8-11E1-9AE0-DE7FFF6240A1</guid>
<link>http://blip.tv/snowboarding/ttr-billabong-flaunt-it-2012-teaser-5876245</link>
<title>TTR Billabong Flaunt It 2012 - Teaser</title>
<blip:user>ttrworldtour</blip:user>
<blip:userid>237141</blip:userid>
<blip:safeusername>ttrworldtour</blip:safeusername>
<blip:showpath>snowboarding</blip:showpath>
<blip:show>TTR WORLD SNOWBOARD TOUR</blip:show>
<blip:showpage>http://blip.tv/snowboarding</blip:showpage>
<blip:picture>http://a.images.blip.tv/Ttrworldtour-picture257.jpg</blip:picture>
<blip:posts_id>5876245</blip:posts_id>
<blip:item_id>5859253</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:29:04Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Men,Sports</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:core_value>6</blip:core_value>
<blip:channel_name>Sports &amp; Cars</blip:channel_name>
<blip:adminRating>1</blip:adminRating>
<blip:runtime>57</blip:runtime>
<blip:embedLookup>g4NugubUeQI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/g4NugubUeQI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876245&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[The 3 Star TTR Flaunt It series is open to ALL female riders from around the globe as the first 6 stops have friendly courses that cater to all levels. The contest format is designed to be stress free as the &#8220;jam format&#8221; allows each girl to ride all day long and continually progress and throw down tricks. The top Slopestyle and Rail Jam winners will be rewarded for their talent, with additional prizing including the &#8216;Dakine Best Trick&#8217; and &#8216;Nixon Style Award&#8217;. Gift bags and lunch are provided to all competitors. More info at billabong.com/flauntit Also check out http://www.ttrworldtour.com/events/season-1112/3star/billabong-flaunt-it-blue-mountain.html page for more details.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/g4NugubUeQI.html?p=1" width="480" height="290" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#g4NugubUeQI" style="display:none"></embed>
<br />
The 3 Star TTR Flaunt It series is open to ALL female riders from around the globe as the first 6 stops have friendly courses that cater to all levels. The contest format is designed to be stress free as the &#8220;jam format&#8221; allows each girl to ride all day long and continually progress and throw down tricks. The top Slopestyle and Rail Jam winners will be rewarded for their talent, with additional prizing including the &#8216;Dakine Best Trick&#8217; and &#8216;Nixon Style Award&#8217;. Gift bags and lunch are provided to all competitors. More info at billabong.com/flauntit Also check out http://www.ttrworldtour.com/events/season-1112/3star/billabong-flaunt-it-blue-mountain.html page for more details.
]]></description>
<comments>http://blip.tv/file/5859253</comments>
<category>Sports</category>
<category>ttr</category>
<category>snowboarding</category>
<category>snowboard</category>
<category>billabong</category>
<category>flaunt it 2012</category>
<category>teaser</category>
<pubDate>Tue, 10 Jan 2012 16:29:04 +0000</pubDate>
<enclosure length="165854399" type="video/quicktime" url="http://blip.tv/file/get/Ttrworldtour-TTRBillabongFlauntIt2012Teaser551.mov"/>
<itunes:keywords>ttr, snowboarding, snowboard, billabong, flaunt it 2012, teaser</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>ttr, snowboarding, snowboard, billabong, flaunt it 2012, teaser</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="165854399" height="720" isDefault="true" type="video/quicktime" url="http://blip.tv/file/get/Ttrworldtour-TTRBillabongFlauntIt2012Teaser551.mov" width="1280"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="6305766" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Ttrworldtour-TTRBillabongFlauntIt2012Teaser769.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="8414206" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Ttrworldtour-TTRBillabongFlauntIt2012Teaser394.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859253"><![CDATA[<iframe src="http://blip.tv/g4NugubUeQI.html?p=1" width="480" height="290" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#g4NugubUeQI" style="display:none"></embed>]]></media:player>
<media:title>TTR Billabong Flaunt It 2012 - Teaser</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<geo:lat>40.66036</geo:lat>
<geo:long>-111.509385</geo:long>
</item>
<item>
<guid isPermaLink="false">1BB2DBD0-3BA8-11E1-9F15-9AFF2AE9E0E0</guid>
<link>http://blip.tv/nepalitube/khabar-bhitra-ko-khabar-10-january-2012-part-2-5876244</link>
<title>Khabar bhitra ko khabar, 10 January 2012, part 2</title>
<blip:user>nepalitube</blip:user>
<blip:userid>933133</blip:userid>
<blip:safeusername>nepalitube</blip:safeusername>
<blip:showpath>nepalitube</blip:showpath>
<blip:show>nepalitube</blip:show>
<blip:showpage>http://blip.tv/nepalitube</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876244</blip:posts_id>
<blip:item_id>5859252</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:28:20Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime></blip:runtime>
<blip:embedLookup>h9wjgubUeAI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/h9wjgubUeAI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876244&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Khabar bhitra ko khabar, 10 January 2012, part 2]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/h9wjgubUeAI.html?p=1" width="480" height="363" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#h9wjgubUeAI" style="display:none"></embed>
<br />
Khabar bhitra ko khabar, 10 January 2012, part 2
]]></description>
<comments>http://blip.tv/file/5859252</comments>
<category>Art</category>
<pubDate>Tue, 10 Jan 2012 16:28:20 +0000</pubDate>
<enclosure length="67389526" type="video/flv" url="http://blip.tv/file/get/Nepalitube-KhabarBhitraKoKhabar10January2012Part2703.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:role="Source" expression="full" fileSize="67389526" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Nepalitube-KhabarBhitraKoKhabar10January2012Part2703.flv">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859252"><![CDATA[<iframe src="http://blip.tv/play/h9wjgubUeAI.html?p=1" width="480" height="363" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#h9wjgubUeAI" style="display:none"></embed>]]></media:player>
<media:title>Khabar bhitra ko khabar, 10 January 2012, part 2</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">D9847A2A-3BA7-11E1-BFC3-E04F20D7B75E</guid>
<link>http://blip.tv/b92/zavejana-i-golija-5876243</link>
<title>Zavejana i Golija</title>
<blip:user>b92</blip:user>
<blip:userid>277612</blip:userid>
<blip:safeusername>b92</blip:safeusername>
<blip:showpath>b92</blip:showpath>
<blip:show>B92</blip:show>
<blip:showpage>http://blip.tv/b92</blip:showpage>
<blip:picture>http://a.images.blip.tv/B92-picture178.jpg</blip:picture>
<blip:posts_id>5876243</blip:posts_id>
<blip:item_id>5859251</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:26:29Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Foreign</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:core_value>1</blip:core_value>
<blip:adminRating>2</blip:adminRating>
<blip:runtime>122</blip:runtime>
<blip:embedLookup>hKYmgubUdwI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/hKYmgubUdwI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876243&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>B92-72013783.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Na Goliji, gde su zime izuzetno jake, ove godine mnoga neselja su blokirana, a &#269;ak su i mnogi vikenda&#353;i zbog toga prinudno produ&#382;ili svoj odmor. Ve&#263;ina lokalnih puteva na teritoriji op&#353;tina Ivanjica je neprohodno, ali su zato magistralni prohodni.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/hKYmgubUdwI.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hKYmgubUdwI" style="display:none"></embed>
<br />
Na Goliji, gde su zime izuzetno jake, ove godine mnoga neselja su blokirana, a &#269;ak su i mnogi vikenda&#353;i zbog toga prinudno produ&#382;ili svoj odmor. Ve&#263;ina lokalnih puteva na teritoriji op&#353;tina Ivanjica je neprohodno, ali su zato magistralni prohodni.
]]></description>
<comments>http://blip.tv/file/5859251</comments>
<category>Politics</category>
<pubDate>Tue, 10 Jan 2012 16:26:29 +0000</pubDate>
<enclosure length="13339421" type="video/flv" url="http://blip.tv/file/get/B92-ZavejanaIGolija350.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/B92-72013783.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="mp3" blip:role="Source" blip:vcodec="ffflv" expression="full" fileSize="13339421" height="480" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/B92-ZavejanaIGolija350.flv" width="640">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:acodec="mp3" blip:role="Web" expression="full" fileSize="1374175" isDefault="false" type="audio/mpeg" url="http://blip.tv/file/get/B92-ZavejanaIGolija873.mp3"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="10083568" height="360" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/B92-ZavejanaIGolija735.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="16361730" height="480" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/B92-ZavejanaIGolija789.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859251"><![CDATA[<iframe src="http://blip.tv/play/hKYmgubUdwI.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hKYmgubUdwI" style="display:none"></embed>]]></media:player>
<media:title>Zavejana i Golija</media:title>
<media:thumbnail url="http://a.images.blip.tv/B92-72013783.png"/>
<geo:lat>44.016521</geo:lat>
<geo:long>21.005859</geo:long>
</item>
<item>
<guid isPermaLink="false">D353351A-3BA7-11E1-9D9B-8C21DC50C88E</guid>
<link>http://blip.tv/ggslive/gp-austin-finals-levy-v-cox-5876242</link>
<title>GP AUSTIN FINALS LEVY V COX</title>
<blip:user>ggslive</blip:user>
<blip:userid>625255</blip:userid>
<blip:safeusername>ggslive</blip:safeusername>
<blip:showpath>ggslive</blip:showpath>
<blip:show>ggslive</blip:show>
<blip:showpage>http://blip.tv/ggslive</blip:showpage>
<blip:picture>http://a.images.blip.tv/Ggslive-picture840.png</blip:picture>
<blip:posts_id>5876242</blip:posts_id>
<blip:item_id>5859250</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-PG</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:26:18Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Toys/Games</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>1</blip:recommendable>
<blip:core>0</blip:core>
<blip:channel_name>Videogames</blip:channel_name>
<blip:adminRating>1</blip:adminRating>
<blip:runtime>963</blip:runtime>
<blip:embedLookup>AYLm1HYC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1HYC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876242&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>Creative Commons Attribution 2.0</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/play/AYLm1HYC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1HYC" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859250</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:26:18 +0000</pubDate>
<enclosure length="104280207" type="video/flv" url="http://blip.tv/file/get/Ggslive-GPAUSTINFINALSLEVYVCOX869.flv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="mp3" blip:role="Source" blip:vcodec="ffvp6f" expression="full" fileSize="104280207" height="720" isDefault="true" type="video/x-flv" url="http://blip.tv/file/get/Ggslive-GPAUSTINFINALSLEVYVCOX869.flv" width="1280">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
</media:group>
<media:player url="http://blip.tv/file/5859250"><![CDATA[<iframe src="http://blip.tv/play/AYLm1HYC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1HYC" style="display:none"></embed>]]></media:player>
<media:title>GP AUSTIN FINALS LEVY V COX</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license>
</item>
<item>
<guid isPermaLink="false">C0A3DF78-3BA7-11E1-9BE1-A7530E51CB37</guid>
<link>http://blip.tv/dreammining/happy-new-year-resolutions-and-2012-predictions-the-rundown-ep-29-5876241</link>
<title>Happy New Year Resolutions and 2012 Predictions - The Rundown Ep 29</title>
<blip:user>DreamMining</blip:user>
<blip:userid>557883</blip:userid>
<blip:safeusername>DreamMining</blip:safeusername>
<blip:showpath>dreammining</blip:showpath>
<blip:show>Dream Mining</blip:show>
<blip:showpage>http://blip.tv/dreammining</blip:showpage>
<blip:picture>http://a.images.blip.tv/DreamMining-picture703.jpeg</blip:picture>
<blip:posts_id>5876241</blip:posts_id>
<blip:item_id>5859249</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-Y</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:25:47Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Music,Fashion/Style/Beauty</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:core_value>6</blip:core_value>
<blip:channel_name>Fashion &amp; Beauty</blip:channel_name>
<blip:adminRating>-1</blip:adminRating>
<blip:runtime>245</blip:runtime>
<blip:embedLookup>AYLm1HUC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1HUC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876241&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>DreamMining-HappyNewYearResolutionsAnd2012PredictionsTheRundownEp649.jpg</blip:thumbnail_src>
<blip:puredescription><![CDATA[Happy New Year! Lilly and Sarah talk about their New Years Resolutions and predict what they think will happen in 2012! What do you think? Will Justin and Selena go on that epic romantic date to see Titanic in 3-D? Or will they go to the moon on a space date? Leave a comment about your New Years resolutions and your predictions for 2012, and don&apos;t forget to blog about today&apos;s episode on Dream Mining! http://www.dreammining.com]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<blip:categories>
<blip:category>arts&amp;culture</blip:category>
<blip:category>fashion&amp;beauty</blip:category>
<blip:category>music</blip:category>
</blip:categories>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1HUC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1HUC" style="display:none"></embed>
<br />
Happy New Year! Lilly and Sarah talk about their New Years Resolutions and predict what they think will happen in 2012! What do you think? Will Justin and Selena go on that epic romantic date to see Titanic in 3-D? Or will they go to the moon on a space date? Leave a comment about your New Years resolutions and your predictions for 2012, and don&apos;t forget to blog about today&apos;s episode on Dream Mining! http://www.dreammining.com
]]></description>
<comments>http://blip.tv/file/5859249</comments>
<category>Music and Entertainment</category>
<category>new</category>
<category>years</category>
<category>new</category>
<category>years</category>
<category>eve</category>
<category>new</category>
<category>years</category>
<category>resolution</category>
<category>2012</category>
<category>predictions</category>
<category>selena</category>
<category>gomez</category>
<category>justin</category>
<category>bieber</category>
<category>2011</category>
<category>year</category>
<category>in</category>
<category>review</category>
<category>2012</category>
<category>fashion</category>
<category>jelena</category>
<category>jonas</category>
<category>brothers</category>
<category>greyson</category>
<category>chance</category>
<category>dreamminingco</category>
<category>dream</category>
<category>mining</category>
<category>icarly</category>
<category>disney</category>
<category>nickelodeon</category>
<category>animation</category>
<category>fun</category>
<category>music</category>
<category>games</category>
<category>everything</category>
<category>that</category>
<category>r</category>
<pubDate>Tue, 10 Jan 2012 16:25:47 +0000</pubDate>
<enclosure length="709848101" type="video/quicktime" url="http://blip.tv/file/get/DreamMining-HappyNewYearResolutionsAnd2012PredictionsTheRundownEp601.mov"/>
<itunes:keywords>new, years, new, years, eve, new, years, resolution, 2012, predictions, selena, gomez, justin, bieber, 2011, year, in, review, 2012, fashion, jelena, jonas, brothers, greyson, chance, dreamminingco, dream, mining, icarly, disney, nickelodeon, animation, fun, music, games, everything, that, r</itunes:keywords>
<itunes:image>http://a.images.blip.tv/DreamMining-HappyNewYearResolutionsAnd2012PredictionsTheRundownEp649.jpg</itunes:image>
<media:keywords>new, years, new, years, eve, new, years, resolution, 2012, predictions, selena, gomez, justin, bieber, 2011, year, in, review, 2012, fashion, jelena, jonas, brothers, greyson, chance, dreamminingco, dream, mining, icarly, disney, nickelodeon, animation, fun, music, games, everything, that, r</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="709848101" height="720" isDefault="true" type="video/quicktime" url="http://blip.tv/file/get/DreamMining-HappyNewYearResolutionsAnd2012PredictionsTheRundownEp601.mov" width="1280">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="23798249" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/DreamMining-HappyNewYearResolutionsAnd2012PredictionsTheRundownEp496.mp4" width="480"></media:content>
<media:content blip:role="Blip SD" expression="full" fileSize="31965580" height="65535" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/DreamMining-HappyNewYearResolutionsAnd2012PredictionsTheRundownEp837.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859249"><![CDATA[<iframe src="http://blip.tv/AYLm1HUC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1HUC" style="display:none"></embed>]]></media:player>
<media:title>Happy New Year Resolutions and 2012 Predictions - The Rundown Ep 29</media:title>
<media:thumbnail url="http://a.images.blip.tv/DreamMining-HappyNewYearResolutionsAnd2012PredictionsTheRundownEp649.jpg"/>
</item>
<item>
<guid isPermaLink="false">B3A9442A-3BA7-11E1-BC4B-965FFBD478FE</guid>
<link>http://blip.tv/achievement-hunter/adamstuesdaytest-5876240</link>
<title>AdamsTuesdayTest</title>
<blip:user>achievementhunter</blip:user>
<blip:userid>492799</blip:userid>
<blip:safeusername>achievementhunter</blip:safeusername>
<blip:showpath>achievement-hunter</blip:showpath>
<blip:show>Achievement Hunter</blip:show>
<blip:showpage>http://blip.tv/achievement-hunter</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876240</blip:posts_id>
<blip:item_id>5859248</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:25:25Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Videogames</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:core_value>7</blip:core_value>
<blip:channel_name>Videogames</blip:channel_name>
<blip:betaUser>1</blip:betaUser>
<blip:adminRating>2</blip:adminRating>
<blip:runtime>9</blip:runtime>
<blip:embedLookup>hO4bgubUdAI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/hO4bgubUdAI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876240&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/hO4bgubUdAI.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hO4bgubUdAI" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859248</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:25:25 +0000</pubDate>
<enclosure length="5155690" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Achievementhunter-AdamsTuesdayTest917.mp4"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="5155690" height="720" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Achievementhunter-AdamsTuesdayTest917.mp4" width="1280">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="487859" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Achievementhunter-AdamsTuesdayTest881.m4v" width="640"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="442243" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Achievementhunter-AdamsTuesdayTest231.mp4" width="480"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859248"><![CDATA[<iframe src="http://blip.tv/hO4bgubUdAI.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hO4bgubUdAI" style="display:none"></embed>]]></media:player>
<media:title>AdamsTuesdayTest</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">ACC13CDA-3BA7-11E1-A3AF-979FDDB666E8</guid>
<link>http://blip.tv/livequest/brian-lopez-the-killing-moon-5876239</link>
<title>BRIAN LOPEZ - the killing moon</title>
<blip:user>livequest</blip:user>
<blip:userid>580586</blip:userid>
<blip:safeusername>livequest</blip:safeusername>
<blip:showpath>livequest</blip:showpath>
<blip:show>livequest</blip:show>
<blip:showpage>http://blip.tv/livequest</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876239</blip:posts_id>
<blip:item_id>5859247</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:25:14Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>324</blip:runtime>
<blip:embedLookup>AYLm1HMC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1HMC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876239&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Directed by Gwarr Van de Greff Director of photography Thomas Guillin featuring Brian Lopez, Th&#233;r&#233;sa Berger, Shine Video by Toxic-music France 2012 http://toxic-planet.net contact@toxic-planet.net Music Master by Funzalo records Published by Warner Chapell Music International LTD Song written by Will Sergeant, Ian McCulloch, Les Pattinson, Pete de Freitas]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1HMC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1HMC" style="display:none"></embed>
<br />
Directed by Gwarr Van de Greff Director of photography Thomas Guillin featuring Brian Lopez, Th&#233;r&#233;sa Berger, Shine Video by Toxic-music France 2012 http://toxic-planet.net contact@toxic-planet.net Music Master by Funzalo records Published by Warner Chapell Music International LTD Song written by Will Sergeant, Ian McCulloch, Les Pattinson, Pete de Freitas
]]></description>
<comments>http://blip.tv/file/5859247</comments>
<category>Music and Entertainment</category>
<category>lopez</category>
<category>brian</category>
<category>lopez</category>
<category>killing</category>
<category>moon</category>
<category>moon</category>
<category>killing</category>
<category>echo</category>
<category>bunnymen</category>
<category>music</category>
<category>musique</category>
<category>tucson</category>
<category>eighties</category>
<category>rock</category>
<category>clip</category>
<category>official</category>
<category>video</category>
<category>american</category>
<category>music</category>
<category>pop</category>
<category>independant</category>
<category>indies</category>
<category>funzalo</category>
<category>records</category>
<category>toxic-music</category>
<category>gwarr</category>
<category>greff</category>
<category>shine</category>
<category>theresa</category>
<category>berger</category>
<pubDate>Tue, 10 Jan 2012 16:25:14 +0000</pubDate>
<enclosure length="454473160" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Livequest-BRIANLOPEZTheKillingMoon825.mp4"/>
<itunes:keywords>lopez, brian, lopez, killing, moon, moon, killing, echo, bunnymen, music, musique, tucson, eighties, rock, clip, official, video, american, music, pop, independant, indies, funzalo, records, toxic-music, gwarr, greff, shine, theresa, berger</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>lopez, brian, lopez, killing, moon, moon, killing, echo, bunnymen, music, musique, tucson, eighties, rock, clip, official, video, american, music, pop, independant, indies, funzalo, records, toxic-music, gwarr, greff, shine, theresa, berger</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="454473160" height="1080" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Livequest-BRIANLOPEZTheKillingMoon825.mp4" width="1920">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="21941327" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Livequest-BRIANLOPEZTheKillingMoon389.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="24623645" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Livequest-BRIANLOPEZTheKillingMoon172.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859247"><![CDATA[<iframe src="http://blip.tv/AYLm1HMC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1HMC" style="display:none"></embed>]]></media:player>
<media:title>BRIAN LOPEZ - the killing moon</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">A08F157C-3BA7-11E1-B4C1-FF2B83B8EBC2</guid>
<link>http://blip.tv/tarijartp/novillo-10-enero-meridiano-5876238</link>
<title>NOVILLO 10 ENERO MERIDIANO</title>
<blip:user>rtptarija1</blip:user>
<blip:userid>774985</blip:userid>
<blip:safeusername>rtptarija1</blip:safeusername>
<blip:showpath>tarijartp</blip:showpath>
<blip:show>tarijartp</blip:show>
<blip:showpage>http://blip.tv/tarijartp</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876238</blip:posts_id>
<blip:item_id>5859246</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:24:53Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>112</blip:runtime>
<blip:embedLookup>AYLm1HIC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1HIC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876238&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>Rtptarija1-NOVILLO10ENEROMERIDIANO222.jpg</blip:thumbnail_src>
<blip:puredescription><![CDATA[AUDIO MONO CANAL 1]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1HIC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1HIC" style="display:none"></embed>
<br />
AUDIO MONO CANAL 1
]]></description>
<comments>http://blip.tv/file/5859246</comments>
<category>Art</category>
<pubDate>Tue, 10 Jan 2012 16:24:53 +0000</pubDate>
<enclosure length="4462290" type="video/ms-wmv" url="http://blip.tv/file/get/Rtptarija1-NOVILLO10ENEROMERIDIANO822.wmv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/Rtptarija1-NOVILLO10ENEROMERIDIANO222.jpg</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="ffwmav2" blip:role="Source" blip:vcodec="ffwmv3" expression="full" fileSize="4462290" height="240" isDefault="true" type="video/ms-wmv" url="http://blip.tv/file/get/Rtptarija1-NOVILLO10ENEROMERIDIANO822.wmv" width="320">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
<mediaad:content position="postroll" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="5971772" height="240" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Rtptarija1-NOVILLO10ENEROMERIDIANO246.mp4" width="320"></media:content>
<media:content blip:role="Blip SD" expression="full" fileSize="5240438" height="479" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Rtptarija1-NOVILLO10ENEROMERIDIANO195.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859246"><![CDATA[<iframe src="http://blip.tv/AYLm1HIC.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1HIC" style="display:none"></embed>]]></media:player>
<media:title>NOVILLO 10 ENERO MERIDIANO</media:title>
<media:thumbnail url="http://a.images.blip.tv/Rtptarija1-NOVILLO10ENEROMERIDIANO222.jpg"/>
</item>
<item>
<guid isPermaLink="false">86A00C66-3BA7-11E1-B8C9-F60721F4CF72</guid>
<link>http://blip.tv/awakeningyouth/united-night-recap-5876237</link>
<title>United Night Recap</title>
<blip:user>awakeningyouth</blip:user>
<blip:userid>933742</blip:userid>
<blip:safeusername>awakening-youth</blip:safeusername>
<blip:showpath>awakeningyouth</blip:showpath>
<blip:show>Awakening Youth</blip:show>
<blip:showpage>http://blip.tv/awakeningyouth</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876237</blip:posts_id>
<blip:item_id>5859245</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:24:10Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>54</blip:runtime>
<blip:embedLookup>AYLm1HEC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1HEC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876237&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[United Night Recap]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1HEC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1HEC" style="display:none"></embed>
<br />
United Night Recap
]]></description>
<comments>http://blip.tv/file/5859245</comments>
<category>Art</category>
<pubDate>Tue, 10 Jan 2012 16:24:10 +0000</pubDate>
<enclosure length="11830149" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Awakeningyouth-UnitedNightRecap586.mp4"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="11830149" height="720" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Awakeningyouth-UnitedNightRecap586.mp4" width="1280"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="5147394" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Awakeningyouth-UnitedNightRecap495.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="6493951" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Awakeningyouth-UnitedNightRecap985.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859245"><![CDATA[<iframe src="http://blip.tv/AYLm1HEC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1HEC" style="display:none"></embed>]]></media:player>
<media:title>United Night Recap</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">7678B266-3BA7-11E1-B4AB-8F556CEA7A9B</guid>
<link>http://blip.tv/kstvch36/kstv-show-1-10-12-5876236</link>
<title>KSTV SHOW 1/10/12</title>
<blip:user>kstvch36</blip:user>
<blip:userid>916609</blip:userid>
<blip:safeusername>kstvch36</blip:safeusername>
<blip:showpath>kstvch36</blip:showpath>
<blip:show>kstvch36</blip:show>
<blip:showpage>http://blip.tv/kstvch36</blip:showpage>
<blip:picture>http://a.images.blip.tv/Kstvch36-picture112.jpg</blip:picture>
<blip:posts_id>5876236</blip:posts_id>
<blip:item_id>5859244</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-G</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:23:43Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Education (about),Local</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:core_value>2</blip:core_value>
<blip:channel_name>Learning</blip:channel_name>
<blip:adminRating>1</blip:adminRating>
<blip:runtime>107</blip:runtime>
<blip:embedLookup>AYLm1HAC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1HAC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876236&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[kstv morning show]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1HAC.html?p=1" width="480" height="350" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1HAC" style="display:none"></embed>
<br />
kstv morning show
]]></description>
<comments>http://blip.tv/file/5859244</comments>
<category>Educational</category>
<pubDate>Tue, 10 Jan 2012 16:23:43 +0000</pubDate>
<enclosure length="224969728" type="video/mpeg" url="http://blip.tv/file/get/Kstvch36-KSTVSHOW11012760.mpg"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="mp3" blip:role="Source" blip:vcodec="ffmpeg2" expression="full" fileSize="224969728" height="480" isDefault="true" type="video/mpeg" url="http://blip.tv/file/get/Kstvch36-KSTVSHOW11012760.mpg" width="720"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="6076597" height="320" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Kstvch36-KSTVSHOW11012115.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="6808016" height="426" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Kstvch36-KSTVSHOW11012454.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859244"><![CDATA[<iframe src="http://blip.tv/AYLm1HAC.html?p=1" width="480" height="350" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1HAC" style="display:none"></embed>]]></media:player>
<media:title>KSTV SHOW 1/10/12</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">7304587E-3BA7-11E1-BEC9-B73895C7AB13</guid>
<link>http://blip.tv/tools-for-agile/real-time-collaboration-in-tools-for-agile-5876235</link>
<title>Real Time Collaboration in Tools For Agile</title>
<blip:user>silvercatalyst</blip:user>
<blip:userid>369517</blip:userid>
<blip:safeusername>toolsforagile</blip:safeusername>
<blip:showpath>tools-for-agile</blip:showpath>
<blip:show>Tools For Agile</blip:show>
<blip:showpage>http://blip.tv/tools-for-agile</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876235</blip:posts_id>
<blip:item_id>5859243</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:23:37Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>216</blip:runtime>
<blip:embedLookup>hsoKgubUbwI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/hsoKgubUbwI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876235&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>Silvercatalyst-RealTimeCollaborationInToolsForAgile230.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[We kick of 2012 with a brand new feature - Real Tim e synchronization of multiple boards]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/hsoKgubUbwI.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hsoKgubUbwI" style="display:none"></embed>
<br />
We kick of 2012 with a brand new feature - Real Tim e synchronization of multiple boards
]]></description>
<comments>http://blip.tv/file/5859243</comments>
<category>Technology</category>
<category>toolsforagile</category>
<category>kanban</category>
<category>scrum</category>
<category>agile</category>
<category>collaboration</category>
<category>live</category>
<category>realtime</category>
<pubDate>Tue, 10 Jan 2012 16:23:37 +0000</pubDate>
<enclosure length="13478872" type="video/ms-wmv" url="http://blip.tv/file/get/Silvercatalyst-RealTimeCollaborationInToolsForAgile879.wmv"/>
<itunes:keywords>toolsforagile, kanban, scrum, agile, collaboration, live, realtime</itunes:keywords>
<itunes:image>http://a.images.blip.tv/Silvercatalyst-RealTimeCollaborationInToolsForAgile230.png</itunes:image>
<media:keywords>toolsforagile, kanban, scrum, agile, collaboration, live, realtime</media:keywords>
<media:group>
<media:content blip:acodec="ffwmav2" blip:role="Source" blip:vcodec="ffwmv3" expression="full" fileSize="13478872" height="480" isDefault="true" type="video/ms-wmv" url="http://blip.tv/file/get/Silvercatalyst-RealTimeCollaborationInToolsForAgile879.wmv" width="640"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="4387446" height="480" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Silvercatalyst-RealTimeCollaborationInToolsForAgile592.m4v" width="640"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="4000288" height="360" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Silvercatalyst-RealTimeCollaborationInToolsForAgile628.mp4" width="480"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859243"><![CDATA[<iframe src="http://blip.tv/hsoKgubUbwI.html?p=1" width="480" height="390" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hsoKgubUbwI" style="display:none"></embed>]]></media:player>
<media:title>Real Time Collaboration in Tools For Agile</media:title>
<media:thumbnail url="http://a.images.blip.tv/Silvercatalyst-RealTimeCollaborationInToolsForAgile230.png"/>
<geo:lat>13.026467658394287</geo:lat>
<geo:long>80.26491165161133</geo:long>
</item>
<item>
<guid isPermaLink="false">72FA93C0-3BA7-11E1-A714-FD835484355F</guid>
<link>http://blip.tv/awakeningyouth/bonfire-recap-5876234</link>
<title>Bonfire Recap</title>
<blip:user>awakeningyouth</blip:user>
<blip:userid>933742</blip:userid>
<blip:safeusername>awakening-youth</blip:safeusername>
<blip:showpath>awakeningyouth</blip:showpath>
<blip:show>Awakening Youth</blip:show>
<blip:showpage>http://blip.tv/awakeningyouth</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876234</blip:posts_id>
<blip:item_id>5859242</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:23:37Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>104</blip:runtime>
<blip:embedLookup>AYLm1G4C</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1G4C</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876234&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Bonfire Recap]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1G4C.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1G4C" style="display:none"></embed>
<br />
Bonfire Recap
]]></description>
<comments>http://blip.tv/file/5859242</comments>
<category>Art</category>
<pubDate>Tue, 10 Jan 2012 16:23:37 +0000</pubDate>
<enclosure length="28559976" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Awakeningyouth-BonfireRecap388.mp4"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="28559976" height="720" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Awakeningyouth-BonfireRecap388.mp4" width="1280"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="14132977" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Awakeningyouth-BonfireRecap103.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="17845465" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Awakeningyouth-BonfireRecap475.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859242"><![CDATA[<iframe src="http://blip.tv/AYLm1G4C.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1G4C" style="display:none"></embed>]]></media:player>
<media:title>Bonfire Recap</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">6ADE5500-3BA7-11E1-937C-878055A07FC7</guid>
<link>http://blip.tv/canal-cgt-tv-/itoiz-hustu-arte-itoizekiko-solidarioak-5876233</link>
<title>Itoiz hustu arte Itoizekiko solidarioak</title>
<blip:user>canalcgt</blip:user>
<blip:userid>173610</blip:userid>
<blip:safeusername>canalcgt</blip:safeusername>
<blip:showpath>canal-cgt-tv-</blip:showpath>
<blip:show>CGT Catalunya</blip:show>
<blip:showpage>http://blip.tv/canal-cgt-tv-</blip:showpage>
<blip:picture>http://a.images.blip.tv/Canalcgt-picture439.gif</blip:picture>
<blip:posts_id>5876233</blip:posts_id>
<blip:item_id>5859241</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:23:23Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating>-1</blip:adminRating>
<blip:runtime>3058</blip:runtime>
<blip:embedLookup>tTqC5tRtAg</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/tTqC5tRtAg</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876233&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Euskara Castellano Eguzki Bideoak 2008]]></blip:puredescription>
<blip:license>Creative Commons Attribution-NonCommercial-ShareAlike 3.0</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/tTqC5tRtAg.html?p=1" width="480" height="382" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#tTqC5tRtAg" style="display:none"></embed>
<br />
Euskara Castellano Eguzki Bideoak 2008
]]></description>
<comments>http://blip.tv/file/5859241</comments>
<category>Documentary</category>
<category>itoiz</category>
<pubDate>Tue, 10 Jan 2012 16:23:23 +0000</pubDate>
<enclosure length="725061632" type="video/msvideo" url="http://blip.tv/file/get/Canalcgt-ItoizHustuArteItoizekikoSolidarioak470.avi"/>
<itunes:keywords>itoiz</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>itoiz</media:keywords>
<media:group>
<media:content blip:acodec="mp3" blip:role="Source" blip:vcodec="ffodivx" expression="full" fileSize="725061632" height="352" isDefault="true" type="video/msvideo" url="http://blip.tv/file/get/Canalcgt-ItoizHustuArteItoizekikoSolidarioak470.avi" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="181515995" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Canalcgt-ItoizHustuArteItoizekikoSolidarioak800.mp4" width="368"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859241"><![CDATA[<iframe src="http://blip.tv/tTqC5tRtAg.html?p=1" width="480" height="382" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#tTqC5tRtAg" style="display:none"></embed>]]></media:player>
<media:title>Itoiz hustu arte Itoizekiko solidarioak</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
<geo:lat>-22.892767</geo:lat>
<geo:long>-47.048214</geo:long>
</item>
<item>
<guid isPermaLink="false">63AC7FAA-3BA7-11E1-A402-BC06A508243F</guid>
<link>http://blip.tv/FilmGAlba/an_dumpling-5876232</link>
<title>an_dumpling</title>
<blip:user>SiannalFilmG</blip:user>
<blip:userid>470056</blip:userid>
<blip:safeusername>siannalfilmg</blip:safeusername>
<blip:showpath>FilmGAlba</blip:showpath>
<blip:show>FilmG Alba</blip:show>
<blip:showpage>http://blip.tv/FilmGAlba</blip:showpage>
<blip:picture>http://a.images.blip.tv/SiannalFilmG-picture625.png</blip:picture>
<blip:posts_id>5876232</blip:posts_id>
<blip:item_id>5859240</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:23:11Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel>Foreign</blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:core_value>1</blip:core_value>
<blip:adminRating>4</blip:adminRating>
<blip:runtime>455</blip:runtime>
<blip:embedLookup>hNdRgubUbAI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/hNdRgubUbAI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876232&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[]]></blip:puredescription>
<blip:license>Creative Commons Attribution 2.0</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/hNdRgubUbAI.html?p=1" width="480" height="277" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hNdRgubUbAI" style="display:none"></embed>
<br />
]]></description>
<comments>http://blip.tv/file/5859240</comments>
<category>Default Category</category>
<pubDate>Tue, 10 Jan 2012 16:23:11 +0000</pubDate>
<enclosure length="271480285" type="video/ms-wmv" url="http://blip.tv/file/get/SiannalFilmG-an_dumpling538.wmv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="ffwmav2" blip:role="Source" blip:vcodec="ffwmv3" expression="full" fileSize="271480285" height="1080" isDefault="true" type="video/ms-wmv" url="http://blip.tv/file/get/SiannalFilmG-an_dumpling538.wmv" width="1920"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="22147240" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/SiannalFilmG-an_dumpling266.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="24790891" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/SiannalFilmG-an_dumpling685.m4v" width="640"></media:content>
<media:content blip:role="Blip HD 720" expression="full" fileSize="70817445" height="65535" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/SiannalFilmG-an_dumpling906.m4v" width="1280"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859240"><![CDATA[<iframe src="http://blip.tv/hNdRgubUbAI.html?p=1" width="480" height="277" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hNdRgubUbAI" style="display:none"></embed>]]></media:player>
<media:title>an_dumpling</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
<creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license>
</item>
<item>
<guid isPermaLink="false">47E11506-3BA7-11E1-AFF0-8B8B5DB796A0</guid>
<link>http://blip.tv/st-peterswalworth/crimewatch-appeal-6-5876231</link>
<title>Crimewatch appeal 6</title>
<blip:user>St Peters Walworth</blip:user>
<blip:userid>382135</blip:userid>
<blip:safeusername>stpeterswalworth</blip:safeusername>
<blip:showpath>st-peterswalworth</blip:showpath>
<blip:show>St PetersWalworth</blip:show>
<blip:showpage>http://blip.tv/st-peterswalworth</blip:showpage>
<blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
<blip:posts_id>5876231</blip:posts_id>
<blip:item_id>5859239</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-UN</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:22:24Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>166</blip:runtime>
<blip:embedLookup>g8MJgubUawI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/g8MJgubUawI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876231&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>StPetersWalworth-CrimewatchAppeal6957.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[We have a selection of videos below with members of year five acting out a televised public appeal for a missing child. The children take turns in acting out their appeals with children playing parents and Police Officers...]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/g8MJgubUawI.html?p=1" width="480" height="365" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#g8MJgubUawI" style="display:none"></embed>
<br />
We have a selection of videos below with members of year five acting out a televised public appeal for a missing child. The children take turns in acting out their appeals with children playing parents and Police Officers...
]]></description>
<comments>http://blip.tv/file/5859239</comments>
<category>Art</category>
<pubDate>Tue, 10 Jan 2012 16:22:24 +0000</pubDate>
<enclosure length="17219135" type="video/ms-wmv" url="http://blip.tv/file/get/StPetersWalworth-CrimewatchAppeal6581.wmv"/>
<itunes:keywords></itunes:keywords>
<itunes:image>http://a.images.blip.tv/StPetersWalworth-CrimewatchAppeal6957.png</itunes:image>
<media:keywords></media:keywords>
<media:group>
<media:content blip:acodec="ffwmav2" blip:role="Source" blip:vcodec="ffwmv3" expression="full" fileSize="17219135" height="576" isDefault="true" type="video/ms-wmv" url="http://blip.tv/file/get/StPetersWalworth-CrimewatchAppeal6581.wmv" width="768"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="8812382" height="360" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/StPetersWalworth-CrimewatchAppeal6405.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="12035821" height="480" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/StPetersWalworth-CrimewatchAppeal6259.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859239"><![CDATA[<iframe src="http://blip.tv/g8MJgubUawI.html?p=1" width="480" height="365" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#g8MJgubUawI" style="display:none"></embed>]]></media:player>
<media:title>Crimewatch appeal 6</media:title>
<media:thumbnail url="http://a.images.blip.tv/StPetersWalworth-CrimewatchAppeal6957.png"/>
</item>
<item>
<guid isPermaLink="false">45A1C4D4-3BA7-11E1-B77E-C68660751A61</guid>
<link>http://blip.tv/parentesiscom/samsung-presenta-productos-nuevos-en-el-ces2012-5876230</link>
<title>Samsung presenta productos nuevos en el CES2012</title>
<blip:user>Parentesiscom</blip:user>
<blip:userid>570223</blip:userid>
<blip:safeusername>Parentesiscom</blip:safeusername>
<blip:showpath>parentesiscom</blip:showpath>
<blip:show>Parentesis.com</blip:show>
<blip:showpage>http://blip.tv/parentesiscom</blip:showpage>
<blip:picture>http://a.images.blip.tv/Parentesiscom-picture858.jpg</blip:picture>
<blip:posts_id>5876230</blip:posts_id>
<blip:item_id>5859238</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-G</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:22:21Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>66</blip:runtime>
<blip:embedLookup>AYLm1GoC</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AYLm1GoC</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876230&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Samsung abri&#243; con todo en este CES 2012. Durante la conferencia de prensa de hoy, la marca anunci&#243; diferentes l&#237;neas de productos que estar&#225;n en tiendas el pr&#243;ximo a&#241;o.]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/AYLm1GoC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1GoC" style="display:none"></embed>
<br />
Samsung abri&#243; con todo en este CES 2012. Durante la conferencia de prensa de hoy, la marca anunci&#243; diferentes l&#237;neas de productos que estar&#225;n en tiendas el pr&#243;ximo a&#241;o.
]]></description>
<comments>http://blip.tv/file/5859238</comments>
<category>Technology</category>
<category>samsung</category>
<category>ces</category>
<category>2012</category>
<category>camaras digitales</category>
<category>parentesis</category>
<category>parentesis.com</category>
<category>mexico</category>
<pubDate>Tue, 10 Jan 2012 16:22:21 +0000</pubDate>
<enclosure length="14214443" type="video/vnd.objectvideo" url="http://blip.tv/file/get/Parentesiscom-SamsungPresentaProductosNuevosEnElCES2012838.mp4"/>
<itunes:keywords>samsung, ces, 2012, camaras digitales, parentesis, parentesis.com, mexico</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>samsung, ces, 2012, camaras digitales, parentesis, parentesis.com, mexico</media:keywords>
<media:group>
<media:content blip:acodec="ffaac" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="14214443" height="720" isDefault="true" type="video/mp4" url="http://blip.tv/file/get/Parentesiscom-SamsungPresentaProductosNuevosEnElCES2012838.mp4" width="1280"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="4536137" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Parentesiscom-SamsungPresentaProductosNuevosEnElCES2012617.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="5555968" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Parentesiscom-SamsungPresentaProductosNuevosEnElCES2012355.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859238"><![CDATA[<iframe src="http://blip.tv/AYLm1GoC.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYLm1GoC" style="display:none"></embed>]]></media:player>
<media:title>Samsung presenta productos nuevos en el CES2012</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
<item>
<guid isPermaLink="false">42BD2F06-3BA7-11E1-A897-B56F841B67E9</guid>
<link>http://blip.tv/museratv/tap-tap-down-with-you-5876229</link>
<title>Tap Tap - Down With You</title>
<blip:user>fcbmusera</blip:user>
<blip:userid>935748</blip:userid>
<blip:safeusername>musera-tv</blip:safeusername>
<blip:showpath>museratv</blip:showpath>
<blip:show>Musera TV</blip:show>
<blip:showpage>http://blip.tv/museratv</blip:showpage>
<blip:picture>http://a.images.blip.tv/Fcbmusera-picture365.jpg</blip:picture>
<blip:posts_id>5876229</blip:posts_id>
<blip:item_id>5859237</blip:item_id>
<blip:item_type>file</blip:item_type>
<blip:contentRating>TV-PG</blip:contentRating>
<blip:rating>0.0</blip:rating>
<blip:datestamp>2012-01-10T16:22:16Z</blip:datestamp>
<blip:language>English</blip:language>
<blip:adChannel></blip:adChannel>
<blip:recommendations>0</blip:recommendations>
<blip:recommendable>0</blip:recommendable>
<blip:core>0</blip:core>
<blip:adminRating></blip:adminRating>
<blip:runtime>192</blip:runtime>
<blip:embedLookup>h95jgubUaQI</blip:embedLookup>
<blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/h95jgubUaQI</blip:embedUrl>
<wfw:commentRss>http://blip.tv/comments/?attached_to=post5876229&amp;skin=rss</wfw:commentRss>
<blip:thumbnail_src>notfound-episode.png</blip:thumbnail_src>
<blip:puredescription><![CDATA[Down With You by Tap Tap (Rap/Hip-Hop)]]></blip:puredescription>
<blip:license>No license (All rights reserved)</blip:license>
<description><![CDATA[
<iframe src="http://blip.tv/h95jgubUaQI.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#h95jgubUaQI" style="display:none"></embed>
<br />
Down With You by Tap Tap (Rap/Hip-Hop)
]]></description>
<comments>http://blip.tv/file/5859237</comments>
<category>Music and Entertainment</category>
<category>hip hop</category>
<category>rap</category>
<category>music</category>
<category>video</category>
<pubDate>Tue, 10 Jan 2012 16:22:16 +0000</pubDate>
<enclosure length="690439381" type="video/quicktime" url="http://blip.tv/file/get/Fcbmusera-TapTapDownWithYou603.mov"/>
<itunes:keywords>hip hop, rap, music, video</itunes:keywords>
<itunes:image>http://a.images.blip.tv/notfound-episode.png</itunes:image>
<media:keywords>hip hop, rap, music, video</media:keywords>
<media:group>
<media:content blip:acodec="pcm" blip:role="Source" blip:vcodec="ffh264" expression="full" fileSize="690439381" height="720" isDefault="true" type="video/quicktime" url="http://blip.tv/file/get/Fcbmusera-TapTapDownWithYou603.mov" width="1280">
<mediaad:content position="preroll" provider="freewheel"/>
<mediaad:content position="overlay" provider="freewheel"/>
</media:content>
<media:content blip:acodec="ffaac" blip:role="Blip LD" blip:vcodec="ffh264" expression="full" fileSize="15730599" height="270" isDefault="false" type="video/mp4" url="http://blip.tv/file/get/Fcbmusera-TapTapDownWithYou474.mp4" width="480"></media:content>
<media:content blip:acodec="ffaac" blip:role="Blip SD" blip:vcodec="ffh264" expression="full" fileSize="21178563" height="360" isDefault="false" type="video/x-m4v" url="http://blip.tv/file/get/Fcbmusera-TapTapDownWithYou155.m4v" width="640"></media:content>
</media:group>
<media:player url="http://blip.tv/file/5859237"><![CDATA[<iframe src="http://blip.tv/h95jgubUaQI.html?p=1" width="480" height="300" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#h95jgubUaQI" style="display:none"></embed>]]></media:player>
<media:title>Tap Tap - Down With You</media:title>
<media:thumbnail url="http://a.images.blip.tv/notfound-episode.png"/>
</item>
</channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment