<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
 <channel>
	<title><![CDATA[I Love Animals!]]></title>
	<link>http://earthbliss.bravejournal.com</link>
	<ttl>30</ttl>
	<description><![CDATA[&nbsp;&nbsp;        Just Me:  blah  blah  blah  blah  &nbsp;             Hello everyone! Welcome to my journal! As you might already know, my name is Alicia. I have many different interests all of which show my compassion for animals and for life in general. I would like to call myself more of a "New Ager" than anything. My interests are focused more on balancing my chakras, meditation, and just recently volunteering at the local animal shelter. Not to mention, I am a vegetarian. I love animals SO much and I felt volunteering my time would certainly be a way of showing it. For all of you who wish to adopt an animal, please go to the animal shelter. I am at a shelter that kills animals after a certain time of not being able to be adopted. Many of the animals that are euthanized would of made excellent pets but they didn't have a chance. This just hurts my heart so if you ever think about adopting, please think about what I just said.      &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  .           

/******************************************
* Snow Effect Script- By Altan d.o.o. (snow@altan.hr, http://www.altan.hr/snow/index.html)
* Visit Dynamic Drive (http://www.dynamicdrive.com/) for full source code
* Modified Dec 31st, 02' by DD. This notice must stay intact for use
******************************************/
  

  //Configure below to change URL path to the snow image
  var snowsrc="http://photos.bravenet.com/649/403/828/40B0613C96.gif"
  // Configure below to change number of snow to render
  var no = 10;

  var ns4up = (document.layers) ? 1 : 0;  // browser sniffer
  var ie4up = (document.all) ? 1 : 0;
  var ns6up = (document.getElementById&&!document.all) ? 1 : 0;

  var dx, xp, yp;    // coordinate and position variables
  var am, stx, sty;  // amplitude and step variables
  var i, doc_width = 800, doc_height = 600;
  
  if (ns4up||ns6up) {
    doc_width = self.innerWidth;
    doc_height = self.innerHeight;
  } else if (ie4up) {
    doc_width = document.body.clientWidth;
    doc_height = document.body.clientHeight;
  }

  dx = new Array();
  xp = new Array();
  yp = new Array();
  am = new Array();
  stx = new Array();
  sty = new Array();
  
  for (i = 0; i < no; ++ i) {  
    dx[i] = 0;                        // set coordinate variables
    xp[i] = Math.random()*(doc_width-50);  // set position variables
    yp[i] = Math.random()*doc_height;
    am[i] = Math.random()*20;         // set amplitude variables
    stx[i] = 0.02 + Math.random()/10; // set step variables
    sty[i] = 0.7 + Math.random();     // set step variables
    if (ns4up) {                      // set layers
      if (i == 0) {
        document.write("");
      } else {
        document.write("");
      }
    } else if (ie4up||ns6up) {
      if (i == 0) {
        document.write("");
      } else {
        document.write("");
      }
    }
  }
  
  function snowNS() {  // Netscape main animation function
    for (i = 0; i < no; ++ i) {  // iterate for every dot
      yp[i] += sty[i];
      if (yp[i] > doc_height-50) {
        xp[i] = Math.random()*(doc_width-am[i]-30);
        yp[i] = 0;
        stx[i] = 0.02 + Math.random()/10;
        sty[i] = 0.7 + Math.random();
        doc_width = self.innerWidth;
        doc_height = self.innerHeight;
      }
      dx[i] += stx[i];
      document.layers["dot"+i].top = yp[i];
      document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]);
    }
    setTimeout("snowNS()", 10);
  }

  function snowIE_NS6() {  // IE and NS6 main animation function
    for (i = 0; i < no; ++ i) {  // iterate for every dot
      yp[i] += sty[i];
      if (yp[i] > doc_height-50) {
        xp[i] = Math.random()*(doc_width-am[i]-30);
        yp[i] = 0;
        stx[i] = 0.02 + Math.random()/10;
        sty[i] = 0.7 + Math.random();
        doc_width = ns6up?window.innerWidth : document.body.clientWidth;
        doc_height = ns6up?window.innerHeight : document.body.clientHeight;
      }
      dx[i] += stx[i];
      if (ie4up){
      document.all["dot"+i].style.pixelTop = yp[i];
      document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]);
      }
      else if (ns6up){
      document.getElementById("dot"+i).style.top=yp[i];
      document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i]);
      }   
    }
    setTimeout("snowIE_NS6()", 10);
  }

  if (ns4up) {
    snowNS();
  } else if (ie4up||ns6up) {
    snowIE_NS6();
  }

  window.defaultStatus="emmy";          body { background-color:white;	    font-family:agency fb;	     font-size:8px;		    color: white;  	    scrollbar-arrow-color: black;    scrollbar-track-color: black;    scrollbar-face-color: #99CCFF;    scrollbar-highlight-color: white;    scrollbar-3dlight-color: black;    scrollbar-darkshadow-color: none;    scrollbar-shadow-color: none;}    a:link		{text-decoration: none; color: #CC99CC;}  a:visited	{text-decoration: none; color: #CC99CC;}  a:active	{text-decoration: none; color: #CC00CC;}  A:hover 	{BACKGROUND: #000000; cursor: re-size; text decoration: strike; color: #9999FF}  	   .post{color: #white; font-size: 12px; font-family: century gothic; font-weight: normal; padding: 12px;}  .side{color: #aliceblue; font-size: 12px; font-family: century gothic; font-weight: normal; padding: 12px;}      a {color: white; font-family: century gothic; text-decoration: none;}    a:hover{text-decoration: strike; cursor: re-size; color:#000000;border:none;height:0;filter:blur(add="0",direction="90",strength="5");}       &nbsp;      Hello everyone! Welcome to my journal! As you might already know, my name is Alicia. I have many different interests all of which show my compassion for animals and for life in general. I would like to call myself more of a "New Ager" than anything. My interests are focused more on balancing my chakras, meditation, and just recently volunteering at the local animal shelter. Not to mention, I am a vegetarian. I love animals SO much and I felt volunteering my time would certainly be a way of showing it. For all of you who wish to adopt an animal, please go to the animal shelter. I am at a shelter that kills animals after a certain time of not being able to be adopted. Many of the animals that are euthanized would of made excellent pets but they didn't have a chance. This just hurts my heart so if you ever think about adopting, please think about what I just said.    ]]></description>
	<generator>Bravenet Web Journal</generator>
	<item>
		<title><![CDATA[Got back from Heather's and talked with caitlin online. (her and scott)]]></title>
		<link>http://earthbliss.bravejournal.com/entry/9932/</link>
		<description><![CDATA[  Sorry, I haven't been on this journal in forever. I now use myspace. myspace.com If you sign up for myspace, tell me and I'll let you view all my journal entries!  email me...]]></description>
		<pubDate>Wed, 23 Mar 2005 08:14:56 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[Skinny Dipping!]]></title>
		<link>http://earthbliss.bravejournal.com/entry/9933/</link>
		<description><![CDATA[Oh my god, last night was fun! lol Caitlin, Amanda, Nicole, Charles, Kimmie, and I went to see The Ring 2. It was great! Then, after that we headed to Bearno's to get some...]]></description>
		<pubDate>Sun, 20 Mar 2005 08:21:24 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[Seth confusion AGAIN!]]></title>
		<link>http://earthbliss.bravejournal.com/entry/9195/</link>
		<description><![CDATA[  Ugh. Okay, I'm confused again. I thought I was finally over seth but in all actuality, I was fooling myself. He sent me this email last night:  &nbsp;  "Hey! What's going on?...]]></description>
		<pubDate>Thu, 24 Feb 2005 04:09:23 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[Adam Conversation]]></title>
		<link>http://earthbliss.bravejournal.com/entry/9176/</link>
		<description><![CDATA[  lol Today was so boring. Adam got online though. lol Don't ask. We chatted about piggys and how he knew Bryan and all. The whole NC story..ect. LOL I was laughing the whole...]]></description>
		<pubDate>Wed, 23 Feb 2005 06:27:32 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[Karoke Bar , Walked In Graveyard In The Middle Of The Night! lol]]></title>
		<link>http://earthbliss.bravejournal.com/entry/9130/</link>
		<description><![CDATA[Okay, caitlin came and suprisingly picked me up and was like "Let's go to Seth's house!" She came at about 9:00. So we went to Seth's but he wasn't there. I was so sad! lol We...]]></description>
		<pubDate>Sun, 20 Feb 2005 11:00:00 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[OMFG. I'm not confused either! lol]]></title>
		<link>http://earthbliss.bravejournal.com/entry/9129/</link>
		<description><![CDATA[Okay, I just HAD to write another journal!!!! I got back from Caitlin's (it's twelve) and she called Seth even though I told her not to! He picked up the phone and Caitlin said...]]></description>
		<pubDate>Sun, 20 Feb 2005 06:40:11 +0000</pubDate>
	</item>
 </channel>
</rss>
