<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>Hi, i’m lais, i’m 15 and i’m from Brazil.
Wekcome to ifeelbiebergasm This blog is dedicated to the amazing Kidrauhl. 



   .




// 
var bits=100; // how many bits
var intensity=10; // how 'powerful' is the explosion (from 3 to 10 is best)
var speed=18; // how fast - smaller is faster
var colours=new Array("#03f", "##FFFFFF", "#A020F0", "#000080", "#FFF5EE", "#FF1493"); 
//                                         blue    red     green        purple    cyan      orange


var dx, xpos, ypos, bangheight;
var Xpos=new Array();
var Ypos=new Array();
var dX=new Array();
var dY=new Array();
var decay=new Array();
var colour=0;
var swide=800;
var shigh=600;


function write_fire() {
  var b, s;
  b=document.createElement(“div”);
  s=b.style;
  s.position=”absolute”;
  b.setAttribute(“id”, “bod”);
  document.body.appendChild(b);
  set_scroll();
  set_width();
  b.appendChild(div(“lg”, 3, 4));
  b.appendChild(div(“tg”, 2, 3));
  for (var i=0; i
}


function div(id, w, h) {
  var d=document.createElement(“div”);
  d.style.position=”absolute”;
  d.style.overflow=”hidden”;
  d.style.width=w+”px”;
  d.style.height=h+”px”;
  d.setAttribute(“id”, id);
  return (d);
}


function bang() {
  var i, X, Y, Z, A=0;
  for (i=0; i
    X=Math.round(Xpos[i]); 
    Y=Math.round(Ypos[i]);
    Z=document.getElementById(“bg”+i).style;
    if((X&gt;=0)&amp;&amp;(X=0)&amp;&amp;(Y
      Z.left=X+”px”;
      Z.top=Y+”px”;
}
    if ((decay[i]-=1)&gt;14) { 
 Z.width=”3px”;
 Z.height=”3px”;
    }
    else if (decay[i]&gt;7) { 
 Z.width=”2px”;
 Z.height=”2px”;
    }
    else if (decay[i]&gt;3) { 
 Z.width=”1px”;
 Z.height=”1px”;
    } 
    else if (++A) Z.visibility=”hidden”;
    Xpos[i]+=dX[i];
    Ypos[i]+=(dY[i]+=1.25/intensity);
  }
  if (A!=bits) setTimeout(“bang()”, speed);
}

function stepthrough() { 
  var i, Z;
  var oldx=xpos;
  var oldy=ypos;
  xpos+=dx;
  ypos-=4;
  if (ypos=swide||ypos&gt;=shigh) {
    for (i=0; i
      Xpos[i]=xpos;
      Ypos[i]=ypos;
      dY[i]=(Math.random()-0.5)*intensity;
      dX[i]=(Math.random()-0.5)*(intensity-Math.abs(dY[i]))*1.25;
      decay[i]=Math.floor((Math.random()*16)+16);
      Z=document.getElementById(“bg”+i).style;
      Z.backgroundColor=colours[colour];
 Z.visibility=”visible”;
    }
    bang();
    launch();
  }
  document.getElementById(“lg”).style.left=xpos+”px”;
  document.getElementById(“lg”).style.top=ypos+”px”;
  document.getElementById(“tg”).style.left=oldx+”px”;
  document.getElementById(“tg”).style.top=oldy+”px”;
} 


function launch() {
  colour=Math.floor(Math.random()*colours.length);
  xpos=Math.round((0.5+Math.random())*swide*0.5);
  ypos=shigh-5;
  dx=(Math.random()-0.5)*4;
  bangheight=Math.round((0.5+Math.random())*shigh*0.4);
  document.getElementById(“lg”).style.backgroundColor=colours[colour];
  document.getElementById(“tg”).style.backgroundColor=colours[colour];
}


window.onscroll=set_scroll;
function set_scroll() {
  var sleft, sdown;
  if (typeof(self.pageYOffset)==”number”) {
    sdown=self.pageYOffset;
    sleft=self.pageXOffset;
  }
  else if (document.body.scrollTop || document.body.scrollLeft) {
    sdown=document.body.scrollTop;
    sleft=document.body.scrollLeft;
  }
  else if (document.documentElement &amp;&amp; (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
    sleft=document.documentElement.scrollLeft;
sdown=document.documentElement.scrollTop;
  }
  else {
    sdown=0;
    sleft=0;
  }
  var s=document.getElementById(“bod”).style;
  s.top=sdown+”px”;
  s.left=sleft+”px”;
}


window.onresize=set_width;
function set_width() {
  if (typeof(self.innerWidth)==”number”) {
    swide=self.innerWidth;
    shigh=self.innerHeight;
  }
  else if (document.documentElement &amp;&amp; document.documentElement.clientWidth) {
    swide=document.documentElement.clientWidth;
    shigh=document.documentElement.clientHeight;
  }
  else if (document.body.clientWidth) {
    swide=document.body.clientWidth;
    shigh=document.body.clientHeight;
  }
}


window.onload=function() { if (document.getElementById) {
  set_width();
  write_fire();
  launch();
  setInterval(‘stepthrough()’, speed);
}}
// ]]&gt;
// 
var colours=new Array("#a6f", "#60f", "#60f", "#a6f", "#ccc"); // colours for top, right, bottom and left borders and background of bubbles
var bubbles=66; // maximum number of bubbles on screen

/****************************
* JavaScript Bubble Cursor *
* (c) 2010 mf2fm web-design *
* http://www.mf2fm.com/rv *
* DON’T EDIT BELOW THIS BOX *
****************************/
var x=ox=400;
var y=oy=300;
var swide=800;
var shigh=600;
var sleft=sdown=0;
var bubb=new Array();
var bubbx=new Array();
var bubby=new Array();
var bubbs=new Array();

window.onload=function() { if (document.getElementById) {
var rats, div;
for (var i=0; i
rats=createDiv(“3px”, “3px”);
rats.style.visibility=”hidden”;

div=createDiv(“auto”, “auto”);
rats.appendChild(div);
div=div.style;
div.top=”1px”;
div.left=”0px”;
div.bottom=”1px”;
div.right=”0px”;
div.borderLeft=”1px solid “+colours[3];
div.borderRight=”1px solid “+colours[1];

div=createDiv(“auto”, “auto”);
rats.appendChild(div);
div=div.style;
div.top=”0px”;
div.left=”1px”;
div.right=”1px”;
div.bottom=”0px”
div.borderTop=”1px solid “+colours[0];
div.borderBottom=”1px solid “+colours[2];

div=createDiv(“auto”, “auto”);
rats.appendChild(div);
div=div.style;
div.left=”1px”;
div.right=”1px”;
div.bottom=”1px”;
div.top=”1px”;
div.backgroundColor=colours[4];
div.opacity=0.5;
if (document.all) div.filter=”alpha(opacity=50)”;

document.body.appendChild(rats);
bubb[i]=rats.style;
}
set_scroll();
set_width();
bubble();
}}

function bubble() {
var c;
if (x!=ox || y!=oy) {
ox=x;
oy=y;
for (c=0; c
bubb[c].left=(bubbx[c]=x)+”px”;
bubb[c].top=(bubby[c]=y)+”px”;
bubb[c].width=”3px”;
bubb[c].height=”3px”
bubb[c].visibility=”visible”;
bubbs[c]=3;
break;
}
}
for (c=0; c
setTimeout(“bubble()”, 40);
}

function update_bubb(i) {
if (bubby[i]) {
bubby[i]-=bubbs[i]/2+i%2;
bubbx[i]+=(i%5-2)/5;
if (bubby[i]&gt;sdown &amp;&amp; bubbx[i]&gt;0) {
if (Math.random()
bwindow.onresize=set_width;
function set_width() {
if (document.documentElement &amp;&amp; document.documentElement.clientWidth) {
swide=document.documentElement.clientWidth;
shigh=document.documentElement.clientHeight;
}
else if (typeof(self.innerHeight)==”number”) {
swide=self.innerWidth;
shigh=self.innerHeight;
}
else if (document.body.clientWidth) {
swide=document.body.clientWidth;
shigh=document.body.clientHeight;
}
else {
swide=800;
shigh=600;
}
}

window.onscroll=set_scroll;
function set_scroll() {
if (typeof(self.pageYOffset)==”number”) {
sdown=self.pageYOffset;
sleft=self.pageXOffset;
}
else if (document.body.scrollTop || document.body.scrollLeft) {
sdown=document.body.scrollTop;
sleft=document.body.scrollLeft;
}
else if (document.documentElement &amp;&amp; (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
sleft=document.documentElement.scrollLeft;
sdown=document.documentElement.scrollTop;
}
else {
sdown=0;
sleft=0;
}
}

function createDiv(height, width) {
var div=document.createElement(“div”);
div.style.position=”absolute”;
div.style.height=height;
div.style.width=width;
div.style.overflow=”hidden”;
return (div);
}
// ]]&gt;</description><title>Down to Earth</title><generator>Tumblr (3.0; @ifeelbiebergasm)</generator><link>http://ifeelbiebergasm.tumblr.com/</link><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/a9d29140935c03180a0d441797c3e6bb/tumblr_mnkk8vtGxE1qc9meno1_500.gif"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://ifeelbiebergasm.tumblr.com/post/51651144882</link><guid>http://ifeelbiebergasm.tumblr.com/post/51651144882</guid><pubDate>Wed, 29 May 2013 12:53:19 -0400</pubDate><category>justin bieber</category><category>hot</category><category>photoshoot</category><category>omg</category></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/d6791750b0bddc3339e07ac345a45235/tumblr_mn726pT9rD1qaflyuo1_250.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/2a82ebaac202fdb3c44341b7e5f6bbfe/tumblr_mn726pT9rD1qaflyuo2_250.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/e9b61ca5e66caa73f29ac8ba238acd1e/tumblr_mn726pT9rD1qaflyuo3_250.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/5887bfa1e2c44649c503638451b42f03/tumblr_mn726pT9rD1qaflyuo4_250.png"/&gt;&lt;br/&gt; &lt;br/&gt;</description><link>http://ifeelbiebergasm.tumblr.com/post/51651043628</link><guid>http://ifeelbiebergasm.tumblr.com/post/51651043628</guid><pubDate>Wed, 29 May 2013 12:51:47 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/237f2212b8731f17e36a05b29aecf488/tumblr_mlolmqzG0D1rk8a9ko1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://ifeelbiebergasm.tumblr.com/post/51648732159</link><guid>http://ifeelbiebergasm.tumblr.com/post/51648732159</guid><pubDate>Wed, 29 May 2013 12:09:03 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/dcc6ecf3446641941e3b6cb8a662d49e/tumblr_mnkfqq1A4e1r08i3po1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://ifeelbiebergasm.tumblr.com/post/51648710661</link><guid>http://ifeelbiebergasm.tumblr.com/post/51648710661</guid><pubDate>Wed, 29 May 2013 12:08:38 -0400</pubDate></item><item><title>be-yourplatinum:

Selena Gomez is wearing Kenzo.
</title><description>&lt;img src="http://24.media.tumblr.com/19dae14e366e331252b4b8e9e3cd5b2e/tumblr_mnkh0pjA5z1s1eev1o1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://be-yourplatinum.tumblr.com/post/51647427542/selena-gomez-is-wearing-kenzo" target="_blank"&gt;be-yourplatinum&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Selena Gomez is wearing Kenzo.&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://ifeelbiebergasm.tumblr.com/post/51648588535</link><guid>http://ifeelbiebergasm.tumblr.com/post/51648588535</guid><pubDate>Wed, 29 May 2013 12:06:13 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/3dcb3dc76cc89a5b47967ca3e7e338f3/tumblr_mnhr77hKjZ1qhqkkuo3_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/4052e276de1b0a5ba210357c0e42fc2d/tumblr_mnhr77hKjZ1qhqkkuo2_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/71ec1d45d5aae890e96a9d30153aa922/tumblr_mnhr77hKjZ1qhqkkuo1_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/86854bae4b92843b878a6b6fb78582db/tumblr_mnhr77hKjZ1qhqkkuo8_r1_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/dac1a0ce37b736b773673b147ce1e489/tumblr_mnhr77hKjZ1qhqkkuo4_r1_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/145e9797977792bb0aed5c0eedef3eca/tumblr_mnhr77hKjZ1qhqkkuo5_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/3fb2de0f8e7d722be348b8b9e2d40fd8/tumblr_mnhr77hKjZ1qhqkkuo7_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/62730717abc88d1cfb4fe1b853b7bfd1/tumblr_mnhr77hKjZ1qhqkkuo6_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;</description><link>http://ifeelbiebergasm.tumblr.com/post/51648569722</link><guid>http://ifeelbiebergasm.tumblr.com/post/51648569722</guid><pubDate>Wed, 29 May 2013 12:05:51 -0400</pubDate></item><item><title>bieber-news:

Behind the scenes of the adidas NEO Spring Summer...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/u4d97H-ujsM?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://bieber-news.com/post/51641650886/behind-the-scenes-of-the-adidas-neo-spring-summer" target="_blank"&gt;bieber-news&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;Behind the scenes of the adidas NEO Spring Summer 2013 shoot with Justin.&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://ifeelbiebergasm.tumblr.com/post/51641898714</link><guid>http://ifeelbiebergasm.tumblr.com/post/51641898714</guid><pubDate>Wed, 29 May 2013 09:48:29 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/881ec2e0e203cd339042ac0a25fcf06b/tumblr_mnkbfpN0YR1qb3mfao1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://ifeelbiebergasm.tumblr.com/post/51641888674</link><guid>http://ifeelbiebergasm.tumblr.com/post/51641888674</guid><pubDate>Wed, 29 May 2013 09:48:16 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/cc827491534cd51265a4d130051b511c/tumblr_mncp3hekwk1qmc4veo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://ifeelbiebergasm.tumblr.com/post/51641611958</link><guid>http://ifeelbiebergasm.tumblr.com/post/51641611958</guid><pubDate>Wed, 29 May 2013 09:42:15 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/9d2a20b4d13b497a590e1879850c593c/tumblr_mngsi176Dc1rdplrio1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://ifeelbiebergasm.tumblr.com/post/51641595722</link><guid>http://ifeelbiebergasm.tumblr.com/post/51641595722</guid><pubDate>Wed, 29 May 2013 09:41:54 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/df3548fca0701ce369aeaa37c992ca26/tumblr_mh9cpuURuH1qc9meno1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://ifeelbiebergasm.tumblr.com/post/51641587931</link><guid>http://ifeelbiebergasm.tumblr.com/post/51641587931</guid><pubDate>Wed, 29 May 2013 09:41:43 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/31c925e6c445c2c0b6cf2be11e8edc6d/tumblr_mnii25VekS1qc9meno1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://ifeelbiebergasm.tumblr.com/post/51641549267</link><guid>http://ifeelbiebergasm.tumblr.com/post/51641549267</guid><pubDate>Wed, 29 May 2013 09:40:51 -0400</pubDate><category>justin bieber</category><category>my world tour</category><category>never say never</category></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/0b04cd9de94c0f5cc9e9334f74929748/tumblr_mhk0uvkB9V1rimeaho1_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/c50db72096db789bb5ee2eee35032892/tumblr_mhk0uvkB9V1rimeaho2_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/40335ef978ba88c8cf9b9a78f6e7b50e/tumblr_mhk0uvkB9V1rimeaho3_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/b3813fc39ef327b7fa6093f200bd6916/tumblr_mhk0uvkB9V1rimeaho4_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/82fd389d915ddce918c37d7acdbfe0a5/tumblr_mhk0uvkB9V1rimeaho5_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/2131ce2535acaff7bda15de6f568da38/tumblr_mhk0uvkB9V1rimeaho6_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;</description><link>http://ifeelbiebergasm.tumblr.com/post/51641490728</link><guid>http://ifeelbiebergasm.tumblr.com/post/51641490728</guid><pubDate>Wed, 29 May 2013 09:39:35 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/a0f99047cb484fe0bcbf553ab12ba311/tumblr_mnii7xuLnI1qc9meno1_500.gif"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://ifeelbiebergasm.tumblr.com/post/51574297848</link><guid>http://ifeelbiebergasm.tumblr.com/post/51574297848</guid><pubDate>Tue, 28 May 2013 14:36:38 -0400</pubDate><category>justin bieber</category><category>kidrauhl</category><category>hairflip</category><category>u smile</category><category>cute</category></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/5acd7bc5f22ca8172ee96a3d2b320157/tumblr_mn9cucd25c1rhmqcoo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://ifeelbiebergasm.tumblr.com/post/51574276772</link><guid>http://ifeelbiebergasm.tumblr.com/post/51574276772</guid><pubDate>Tue, 28 May 2013 14:36:17 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/1659d574bd89b637c5b4588a0513b122/tumblr_mnhatovHz21st22uyo5_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/582da9396420740eb0953913ce960265/tumblr_mnhatovHz21st22uyo1_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/26c771958083243f2086b6aece074b46/tumblr_mnhatovHz21st22uyo4_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/ba05d86175f0c8404a80e3b40e9248d7/tumblr_mnhatovHz21st22uyo8_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/2c3d587c89ced0b88bdca57de3deeafb/tumblr_mnhatovHz21st22uyo6_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/0b2463c6a823b3157797c542a109dff9/tumblr_mnhatovHz21st22uyo7_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/ad205ec8fda74cb54fee797eddd12626/tumblr_mnhatovHz21st22uyo2_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/39b499addf15f8690f86c4df7c0fac88/tumblr_mnhatovHz21st22uyo3_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;</description><link>http://ifeelbiebergasm.tumblr.com/post/51573682431</link><guid>http://ifeelbiebergasm.tumblr.com/post/51573682431</guid><pubDate>Tue, 28 May 2013 14:26:44 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m39aezp6t81qfj46do1_250.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_m39aezp6t81qfj46do2_r2_250.png"/&gt;&lt;br/&gt; &lt;br/&gt;</description><link>http://ifeelbiebergasm.tumblr.com/post/51560021486</link><guid>http://ifeelbiebergasm.tumblr.com/post/51560021486</guid><pubDate>Tue, 28 May 2013 10:19:11 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m79mg3Lnup1qc9meno1_500.gif"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://ifeelbiebergasm.tumblr.com/post/51559992885</link><guid>http://ifeelbiebergasm.tumblr.com/post/51559992885</guid><pubDate>Tue, 28 May 2013 10:18:34 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m7xvgozbXY1qc9meno1_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_m7xvgozbXY1qc9meno2_250.gif"/&gt;&lt;br/&gt; &lt;br/&gt;</description><link>http://ifeelbiebergasm.tumblr.com/post/51559949423</link><guid>http://ifeelbiebergasm.tumblr.com/post/51559949423</guid><pubDate>Tue, 28 May 2013 10:17:38 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m5qp0w84vX1qc9meno1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://ifeelbiebergasm.tumblr.com/post/51559938889</link><guid>http://ifeelbiebergasm.tumblr.com/post/51559938889</guid><pubDate>Tue, 28 May 2013 10:17:27 -0400</pubDate></item></channel></rss>
