


<html>

<head>
<link rel="stylesheet" href="http://www.geocities.com/mlight_dreams/index/style.css" type="text/css">
<title>Moonlight Dreams</title>

<style>
#main{position:absolute; left:160; top:445; width:430;}
#right{position:absolute; left:610; top:340; width:140;}
#top{position:absolute; left:0; top:0;}
<style type="text/css">






BODY { font-size: 9pt; font-family: Verdana; color: #80528F; background-color: #E6E7FC; scrollbar-base-color: #E6E7FC; scrollbar-track-color: #E6E7FC; scrollbar-highlight-color: #0803C3; scrollbar-3dlight-color: #E6E7FC; scrollbar-arrow-color: #0803C3; scrollbar-shadow-color: #E6E7FC; scrollbar-darkshadow-color: #E6E7FC; }
A { text-decoration: none; color: #80528F; cursor: cross; }
A:hover { color: #473D8F; }
td { text-decoration: none; color: #80528F; font-size: 9pt; font-family:Verdana;}
</style>








<script language="JavaScript1.2">

//Gradual-Highlight image script- By Dynamic Drive
//For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
//This credit MUST stay intact for use

function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",50)
}
function low(which2){
clearInterval(highlighting)
if (which2.style.MozOpacity)
which2.style.MozOpacity=0.3
else if (which2.filters)
which2.filters.alpha.opacity=30
}

function highlightit(cur2){
if (cur2.style.MozOpacity<1)
cur2.style.MozOpacity=parseFloat(cur2.style.MozOpacity)+0.1
else if (cur2.filters&&cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)
}

</script>



</head>

<script language="JavaScript1.2">

/*
Gradual-Highlight Image Script II- 
By J. Mark Birenbaum (birenbau@ugrad.cs.ualberta.ca)
Permission granted to Dynamicdrive.com to feature script in archive
For full source to script, visit http://dynamicdrive.com
*/

nereidFadeObjects = new Object();
nereidFadeTimers = new Object();

/* object - image to be faded (actual object, not name);
 * destop - destination transparency level (ie 80, for mostly solid)
 * rate   - time in milliseconds between trasparency changes (best under 100)
 * delta  - amount of change each time (ie 5, for 5% change in transparency)
 */

function nereidFade(object, destOp, rate, delta){
if (!document.all)
return
    if (object != "[object]"){  //do this so I can take a string too
        setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
        return;
    }
        
    clearTimeout(nereidFadeTimers[object.sourceIndex]);
    
    diff = destOp-object.filters.alpha.opacity;
    direction = 1;
    if (object.filters.alpha.opacity > destOp){
        direction = -1;
    }
    delta=Math.min(direction*diff,delta);
    object.filters.alpha.opacity+=direction*delta;

    if (object.filters.alpha.opacity != destOp){
        nereidFadeObjects[object.sourceIndex]=object;
        nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
    }
}

</script>







<body background="2.gif">
<div id="navigation" style="position: absolute; z-index: 2; left: 10px; top: 380px; width: 140px; overflow: visible">
<img src="but1.gif"><br>  
<center><a href="../index2.html">Home</a><br>
<a href="http://pub17.bravenet.com/guestbook/add.php?usernum=1434583564">Sign</a><br>
<a href="http://pub17.bravenet.com/guestbook/show.php?usernum=1434583564">View</a><br>
<a href="../link.html">Link</a><br>
<a href="http://pub17.bravenet.com/freelink/show.php?usernum=1434583564">FFAL</a><br></center>
<br>
<img src="but2.gif"><br> 
<center><a href="../anime.html">Anime</a><br>
<a href="../manga.html">Manga</a><br>
<a href="../gifs.html">Gifs</a><br>
<a href="../fanarts.html">Fan Arts</a><br>

<br>
<img src="but3.gif"><br> 
<center><a href="../naoko.html">Naoko Takeuchi</a><br>
<a href="../seasons.html">Anime Seasons</a><br>
<a href="../mangastory.html">Manga Story</a><br>
<a href="../buy.html">Where to buy</a><br>
<a href="../me.html">About Me!!</a><br></center>
<br>
<img src="but4.gif"><br> 
<center>
<a target="_blank" href="../bmaker.html">Blinkie Maker</a><br>
<a href="../avatars.html">Avatars</a><br>
<a href="../bookmarks.html">Bookmarks</a><br>
<a href="../buttons.html">Buttons</a><br>
<a href="../guest.html">Guestbook</a><br>
<a href="../error.html">Error</a><br>
<a href="../splash.html">Splash</a><br>
<a href="../banners.html">Banners</a><br></center>
<br>
<img src="but5.gif"><br> 
<center><a href="../games.html">Games</a><br>
<a href="../wall.html">Wallpapers</a><br>
<a href="../awards.html">Awards</a><br>
<a href="../iwon.html">Awards Ive won</a><br>

<br>

<br>
<br>
</div>  

<div id="navigation" style="position: absolute; z-index: 2; left: 610px; top: 380px; width: 140px; overflow: visible">






<img src="but6.gif"><br> 
<center> 
<a href="http://lovelymoon.free.fr/" target="_blank"> <img src="../affiliates/lovely.jpg" style="filter:alpha(opacity=10)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,10,30,5)" border="0" alt="Lovely Moon">

<a href="http://www.surreal-anime-00.tk/" target="_blank"><img src="../affiliates/sanime.gif" style="filter:alpha(opacity=10)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,10,30,5)" border="0" alt="Surreal Anime">

<a href="http://www.som.misty-twilight.com/" target="_blank"><img src="../affiliates/som.gif" style="filter:alpha(opacity=10)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,10,30,5)" border="0" alt="Soldiers of Moonlight">

<a href="http://www.angelinaontheweb.com/pixie" target="_blank"><img src="../affiliates/theoracle.gif" style="filter:alpha(opacity=10)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,10,30,5)" border="0" alt="The Oracle"></A>


<img src="but7.gif"><br>
<A HREF="http://www.uranking.com/vote.asp?member=6934" target="_blank"><IMG SRC="../affiliates/crystal.gif" style="filter:alpha(opacity=10)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,10,30,5)" border="0" alt="Crystal Strawberries Top Sites">



<a href="http://www.misty-twilight.com/som/FT" target="_blank"><img src="../affiliates/futt.jpg" style="filter:alpha(opacity=10)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,10,30,5)" border="0" alt="Futuristic Talents"> 

<a href="http://ksn.bouncing-star.net/cgi-bin/topsites.cgi?id=166" target="_blank"><img src="../affiliates/sangels.bmp" style="filter:alpha(opacity=10)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,10,30,5)" border="0" alt="Sailor Angels"> <br>

<a href="http://www.sailorpalace.com/cgi/topsite/topsites.cgi?id=117" target="_blank"><img src="../affiliates/sp.bmp" style="filter:alpha(opacity=10)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,10,30,5)" border="0"></a></A>





</center>
<br>
</center><br>
</div>

</div>
<div id="top">
<img src="main.gif">
</div>
<div id="main">
<br><br><br><br><br>