<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
 <channel>
	<title><![CDATA[Silver Raven Moon]]></title>
	<link>http://thehuntress.bravediary.com</link>
	<ttl>30</ttl>
	<description><![CDATA[

  



/******************************************
* 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/312/722/595/5/41B0F0A854.gif"
  // Configure below to change number of snow to render
  var no = 20;

  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();
  }


       I humbly welcome you to my diary... you will eventually find it in yourself that you are lost in the midst of my realm, and I am your only map. Allow me to express my inner self and let me lead you into my own world of bizaare fantasies, idiosyncracies and wild dreams.            About this Dairy:I post some of my arworks and sketches. The poetry herein is inspired by this one man who, in so many ways, have given me another thousand reasons to live. If you are wondering... I am real and this is just me, deal with it or seek therapy.You can even subscribe to my journal if you want to know about my daily thoughts and what is bothering me...  Journal of the Week:September 19-25, 2005       ]]></description>
	<generator>Bravenet Web Journal</generator>
	<item>
		<title><![CDATA[POLE DANCING]]></title>
		<link>http://thehuntress.bravediary.com/entry/21052/</link>
		<description><![CDATA[Click to join my_exotic_pole_dancer   &nbsp;  http://groups.yahoo.com/group/my_exotic_pole_dancer/  &nbsp;  This group is for everyone who considers pole dancing   both an art...]]></description>
		<pubDate>Tue, 22 Aug 2006 10:23:45 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[Some of the thoughts HE has...]]></title>
		<link>http://thehuntress.bravediary.com/entry/21044/</link>
		<description><![CDATA[
so one night my fiance decided to 
email me something.

he said he's weird. i know he's 
got a lot in his mind

and he doesnt know how much i like 
the way he thinks....]]></description>
		<pubDate>Mon, 21 Aug 2006 13:27:48 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[A Walk In The Morning Mist]]></title>
		<link>http://thehuntress.bravediary.com/entry/19348/</link>
		<description><![CDATA[A Walk In The Morning MistI rise above the darkness.Shadows cast aside.Each step stretches further,Into the haze.I reach beyond the dimness.Gloom fading slowly.Each step reaches...]]></description>
		<pubDate>Sun, 07 May 2006 06:30:00 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[WhAt dReAmS mAy CoMe]]></title>
		<link>http://thehuntress.bravediary.com/entry/16811/</link>
		<description><![CDATA[&nbsp;What Dreams May ComeThe sun sets.Eyes close.Enfolding arms,Bring protection,From the dark.The stars shine.Glowing softly.Radiating warmth,Shrouding bodies,In growing...]]></description>
		<pubDate>Tue, 13 Dec 2005 11:39:29 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[Immortal Love]]></title>
		<link>http://thehuntress.bravediary.com/entry/16483/</link>
		<description><![CDATA[Immortal Love    Your voice, everytime i hear    Makes you seem so near  Yet you are so far away  I wait for the day  When I see you face to face  Ohh how my heart will race  I...]]></description>
		<pubDate>Thu, 24 Nov 2005 16:05:05 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[SUNRISE]]></title>
		<link>http://thehuntress.bravediary.com/entry/16482/</link>
		<description><![CDATA[Rising from the darkness,Blooming like a rose.Hands reaching deftly,Across all of creation.Eyes opening to light.Angel of the morning,Wings spread for flight.Illumination...]]></description>
		<pubDate>Thu, 24 Nov 2005 15:58:25 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[The Princess Without A Castle]]></title>
		<link>http://thehuntress.bravediary.com/entry/16387/</link>
		<description><![CDATA[The Princess Without A Castle  He promised her the worldUpon her was true love hurledHe beheld her bare image as if it were a statue of ivoryAnd caressed every inch of her...]]></description>
		<pubDate>Sat, 19 Nov 2005 09:34:24 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[LiFe...]]></title>
		<link>http://thehuntress.bravediary.com/entry/15392/</link>
		<description><![CDATA[    I am leading myself towards a new path. I do not know where this road  will take me. But as I continue with my journey to the end of medicine,  I am ready to face obstacles....]]></description>
		<pubDate>Tue, 04 Oct 2005 11:48:53 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[My JOTW Story]]></title>
		<link>http://thehuntress.bravediary.com/entry/15115/</link>
		<description><![CDATA[  JOTW for September 19-25, 2005          Here Is My Journal of The Week Story...    I received an Email from Bravejournal.com, the Webjournal Community...  congratulating me...]]></description>
		<pubDate>Wed, 21 Sep 2005 08:03:22 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[GRADUATION DAY! Yay!]]></title>
		<link>http://thehuntress.bravediary.com/entry/15010/</link>
		<description><![CDATA[           I am just too excited to  graduate!!! I cant wait to be a doc of all sorts...hehe.Thanksgiving is  fast approaching and before I know it, I'm packing gifts for...]]></description>
		<pubDate>Thu, 15 Sep 2005 15:33:45 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[CONFESSIONS OF MY MIND... THE TRUTH ABOUT ME...]]></title>
		<link>http://thehuntress.bravediary.com/entry/15007/</link>
		<description><![CDATA[              What is your name? Leah  Do you like your name? No...it means "weary"       Have you ever been inlove? Yes, actually      What was the craziest, maddest and the...]]></description>
		<pubDate>Thu, 15 Sep 2005 12:27:03 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[PARANOIA]]></title>
		<link>http://thehuntress.bravediary.com/entry/14907/</link>
		<description><![CDATA[I find myself in a very irrational state  Lacking the ability to think normally  I hear your voice  But you are not there  You are but an auditory hallucination  I see your...]]></description>
		<pubDate>Sun, 11 Sep 2005 09:50:16 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[Sunset]]></title>
		<link>http://thehuntress.bravediary.com/entry/14878/</link>
		<description><![CDATA[     S u n s e t     Hanging low in the sky.A golden orb glowing,Bathing all in a warm glow.Rippling across the surface.Highlighting alabaster skin.Music playing from...]]></description>
		<pubDate>Sat, 10 Sep 2005 08:17:21 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[Love Amidst the Stars]]></title>
		<link>http://thehuntress.bravediary.com/entry/14793/</link>
		<description><![CDATA[        Come fly with me into space  And see the sun shining on my face  Marry me on the rings of Saturn  And honeymoon under the glare of the Great Orion Nebula  Embrace me and...]]></description>
		<pubDate>Tue, 06 Sep 2005 11:23:46 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[Vision]]></title>
		<link>http://thehuntress.bravediary.com/entry/14792/</link>
		<description><![CDATA[Im  leaving on a jet plane,I dont know when I'll be back againBaby, I hate to go.      Leaving On A Jet Plane  Chantal Kreviazuk  All my bags are packed, I'm ready to go  I'm...]]></description>
		<pubDate>Tue, 06 Sep 2005 10:46:25 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[The Wiccan and The Goth Goddess]]></title>
		<link>http://thehuntress.bravediary.com/entry/14398/</link>
		<description><![CDATA[The Wiccan and The Goth Goddesswhat difference does it make?her mind is disturbedshe is botheredshe is bewilderedButshe walks the ways of those trully beautifulthose trully...]]></description>
		<pubDate>Wed, 31 Aug 2005 12:48:20 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[The Dream Within]]></title>
		<link>http://thehuntress.bravediary.com/entry/14548/</link>
		<description><![CDATA[          I am living in an ilusion  &nbsp;&nbsp;&nbsp; An ilusion of heightened grandeur  &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  That a god from heaven  &nbsp;&nbsp;&nbsp;...]]></description>
		<pubDate>Wed, 31 Aug 2005 11:33:49 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[Deadly Jealousy]]></title>
		<link>http://thehuntress.bravediary.com/entry/14369/</link>
		<description><![CDATA[  ENVY    I envy the night  &nbsp;&nbsp; when you pray to her  I envy the stars  &nbsp;&nbsp; when you look at them  I envy the moon  &nbsp;&nbsp; when you think of her beauty...]]></description>
		<pubDate>Wed, 31 Aug 2005 10:58:29 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[Break Away]]></title>
		<link>http://thehuntress.bravediary.com/entry/14395/</link>
		<description><![CDATA[  In Bondagebreak these chainsloosen these metal cuffs that bind my wristsremove this rope tied around my feettake away this iron sphere that encircle mefree me from these...]]></description>
		<pubDate>Tue, 30 Aug 2005 08:33:58 +0000</pubDate>
	</item>
	<item>
		<title><![CDATA[It is just me]]></title>
		<link>http://thehuntress.bravediary.com/entry/14396/</link>
		<description><![CDATA[            This is me... do you have a problem?   I do not say I have a beautiful face.   Atleast I can be sure I look pretty much like a human.  I do know what I am and what I...]]></description>
		<pubDate>Mon, 29 Aug 2005 08:50:39 +0000</pubDate>
	</item>
 </channel>
</rss>
