| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325 |
- <html>
- <head>
- <title>earth air fire water</title>
- <STYLE>A {
- TEXT-DECORATION: none
- }
- </STYLE>
- <STYLE>A:link {
- COLOR: #ffffff; TEXT-DECORATION: none
- }
- A:visited {
- COLOR: #ffffff; TEXT-DECORATION: none
- }
- A:active {
- COLOR: #b0c4de; TEXT-DECORATION: none
- }
- A:hover {
- CURSOR: crosshair; COLOR: #ffffff; TEXT-DECORATION: underline
- }
- A:hover {
- CURSOR: crosshair; COLOR: #ffffff; TEXT-DECORATION: overline
- }
- </STYLE>
- <META
- content=witch,pagan,spells,witchcraft,magic,magick,practical,vampire,slayer,sisters,legend,emerson,poetry
- name=keywords>
- </HEAD>
- <BODY text=#ff9900 vLink=#ffffff aLink=#b0c4de link=#ffffff background="http://sophira.i8.com/graphics/floral.jpg">
- <!-- '"AWS"' -->
- <!-- Auto Banner Insertion Begin -->
- <div id=aws_7134 align=center><style>
- .mwsb{ background-color: 8099B3; border-width: 1px; border-color: 8099B3; border-style: solid; }
- .mwst, .mwst a{ font-family: arial,sans-serif; font-size: 8pt; background-color: white; color: blue;}
- </style>
- <!------ OAS SETUP begin ------>
- <img src="http://track.untd.com/s/oasrdb?pid=MWS&profile=,," width="1" height="1">
- <SCRIPT LANGUAGE=JavaScript>
- <!--
- //configuration
- OAS_url = 'http://cyclops.prod.untd.com/';
- //OAS_sitepage values can be found in the excel spreadsheet showing position and pagenames.
- OAS_sitepage = 'webservices/general'; //CHANGED
- //OAS_sitepage = window.location.hostname + window.location.pathname;
- // must list every Ad position on the page or they will not show. Also you can't have line items that are not on the page or a impression will be counted even though it was actually shown.
- OAS_listpos = 'Top,Bottom,Frame1,Frame2,Right,TopLeft,TopRight';
- OAS_query = '&';
- OAS_target = '_Blank';
- //end of configuration
- OAS_version = 10;
- OAS_rn = '001234567890'; OAS_rns = '1234567890';
- OAS_rn = new String (Math.random()); OAS_rns = OAS_rn.substring (2, 11);
- function OAS_NORMAL(pos) {
- document.write('<A HREF="' + OAS_url + 'click_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + '?' + OAS_query + '" TARGET=' + OAS_target + '>');
- document.write('<IMG SRC="' + OAS_url + 'adstream_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + '?' + OAS_query + '" BORDER=0></A>');
- }
- //-->
- </SCRIPT>
- <SCRIPT LANGUAGE=JavaScript1.1>
- <!--
- OAS_version = 11;
- if ((navigator.userAgent.indexOf('Mozilla/3') != -1) || (navigator.userAgent.indexOf('Mozilla/4.0 WebTV') != -1))
- OAS_version = 10;
- if (OAS_version >= 11)
- document.write('<SCR' + 'IPT LANGUAGE=JavaScript1.1 SRC="' + OAS_url + 'adstream_mjx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '?' + OAS_query + '"><\/SCRIPT>');//-->
- </SCRIPT>
- <SCRIPT LANGUAGE=JavaScript>
- <!--
- document.write('');
- function OAS_AD(pos) {
- if ((OAS_version >= 11) && (typeof OAS_RICH != 'undefined')) {
- OAS_RICH(pos);
- } else {
- OAS_NORMAL(pos);
- }
- }
- //-->
- </SCRIPT>
- <!-- start /fs_img/about_pop.txt -->
- <!-- The only pops this script can generate now are:
- 1. Pops from UOL
- 2. In-house popup
- -->
- <script language="JavaScript">
- <!--
- var isUS = "1";
- var keyword = escape("");
- var compname='freeservers';
- var ourExitPop=true;
- function popSlot(slot){
- // OAS AD 'Frame1' begin
- if(window.OAS_AD) OAS_AD('Frame1');
- // OAS AD 'Frame1' begin
- }
- function checkPopunderCookie() {
- var cookieVal = 0;
- cookieExpDays = (1/24);
- var expDate = new Date();
- expDate.setTime(expDate.getTime() + (86400000 * cookieExpDays));
- cookieDate = ";Expires=" + expDate.toGMTString();
- if (document.cookie) {
- var cookieInfo = document.cookie.split(";");
- for (i=0; i<cookieInfo.length; i++) {
- cName = cookieInfo[i].split("=")[0];
- if (cName.indexOf("pixelpop") >= 0) {
- cookieVal = cookieInfo[i].split("=")[1];
- }
- }
- }
- cookieVal++;
- document.cookie="pixelpopslot="+cookieVal+";path=/;"+cookieDate;
- if (cookieVal== 1) { popSlot(1); }
- if (cookieVal== 2) { popSlot(2); }
- if (cookieVal== 3) { popSlot(3); }
- if (cookieVal== 4) { popSlot(4); }
- if (cookieVal== 5) { popSlot(5); }
- if (cookieVal== 6) { popSlot(6); }
- if (cookieVal== 7) { popSlot(7); }
- if (cookieVal== 8) { popSlot(8); }
- }
- if (!window.sprs) checkPopunderCookie();
- if (!window.sprs && ourExitPop && (navigator.appName.indexOf('etscape')==-1)){
- window.onunload=staycheck;
- StayingOnSite=false;
- DadLinkURLs="";
- BabyLink="";
- DadWindow=window.parent;
- DadLinks=DadWindow.document.links;
- DadHost="http://"+location.hostname;
- DadWindow.document.onclick=linktellerDad;
- document.onclick=linktellerThis;
- function linkteller(){
- while (EventTag.parentElement&&(EventTag.tagName!="A")){
- EventTag=EventTag.parentElement;
- }
- if ((EventTag.tagName=="A")&&(!EventTag.target)){
- if (EventTag.href.indexOf(DadHost)>-1){
- StayingOnSite=true;
- } else {
- StayingOnSite=false;
- }
- }
- }
- function linktellerThis(){
- EventTag=window.event.srcElement;
- linkteller();
- }
- function linktellerDad(){
- EventTag=DadWindow.event.srcElement;
- linkteller();
- }
- function staycheck(){
- if (StayingOnSite){
- } else {
- }
- }
- }
- -->
- </SCRIPT>
- <!-- end /fs_img/about_pop.txt -->
- <table cellpadding="0" cellspacing="0" width="980">
- <!-- start: related resources -->
- <tr>
- <td colspan="3">
- <table cellpadding="0" cellspacing="0" align="center" width="100%" class="mwsb">
- <tr>
- <td class="mwst" align="center">
- <a href="http://www.50megs.com" class="mwst" target="_top">Free Web Site</a>
- - <a href="http://www.freeservers.com" class="mwst" target="_top">Free Web Space and Site Hosting</a>
- - <a href="http://www.globalservers.com" target="_top">Web Hosting</a>
- - <a href="http://www.bizhosting.com" target="_top">Internet Store and Ecommerce Solution Provider</a>
- - <a href="http://www.netzero.com/?refcd=MWS0404NWP11" target="_top">High Speed Internet</a>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <!-- end: related resources -->
- <tr>
- <td width="130">
- <table cellpadding="0" cellspacing="0" width="130" style="margin-top:2px;">
- <tr>
- <td class="mwst" nowrap="1">
- <a href="http://50megs.com/?refcd=MWS_20040713_Banner_bar"
- ><img src="/cgi-bin/image/images/bannertype/100X22.gif" width="100" height="22" border="0"
- ></a
- ><a href="/cgi-bin/login" target="_blank"
- ><img src="/cgi-bin/image/images/bannertype/login_chunkx.gif" width="30" height="22" border="0"
- ></a
- ></td>
- </tr>
- </table>
-
- <table class="mwsb" cellpadding="0" cellspacing="0" width="100%" style="margin-top:2px;">
- <tr>
- <td align="center">
- <a href="/cgi-bin/path/signup?refcd=MWS_20040713_Banner_bar"
- ><img src="http://nztv.prod.untd.com/RealMedia/ads/Creatives/ISP/MWS_Mkting_LSKYBUT_34_8023/128x64_get_a_free_website_01.gif" border="0"
- ></a>
- </td>
- </tr>
- </table>
- </td>
- <td>
- <table cellspacing="0" class="mwsb" style="margin:2px;margin-bottom:0px;table-layout:fixed;">
- <tr>
- <td class="mwst" align="center" style="width:730px;">
- <!------ OAS AD 'Top' begin ------>
- <SCRIPT LANGUAGE=JavaScript>
- <!--
- if(window.OAS_AD) OAS_AD('Top');
- //-->
- </SCRIPT>
- <!------ OAS AD 'Top' end ------></td>
- </tr>
- </table>
- </td>
- <td width="120">
- <table class="mwsb" cellpadding="0" cellspacing="0" width="120" style="margin-top:2px;">
- <tr>
- <td class="mwst" nowrap="1">
- <a href="/cgi-bin/util/upgrade?account_type=5m_ac_bannr_x&refcd=WS1005NBP99"
- ><img src="/fs_img/bbar/120x24_get_rid_of_banners_01.gif"
- width="120" height="24" class="mwsbbar" border="0"
- ></a
- ></td>
- </tr>
- </table>
-
- <table class="mwsb" cellpadding="0" cellspacing="0" width="100%" style="margin-top:2px;">
- <tr>
- <td align="center">
- <SCRIPT LANGUAGE=JavaScript><!--
- OAS_AD('TopRight');
- //--></SCRIPT>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td colspan="3" align="center">
- <!-- search powered by yahoo --><table width="100%" cellpadding="0" cellspacing="0" class="mwsb" style="border-width:2px; margin-top:10px; background-color:white; height:10px;"> <tr valign="top"> <td align="center"> <form action="/cgi-bin/mysearch" style="margin:0;" target="_blank"> <span style="position:relative;top:-5px;font-family:arial;font-size:12px;color:#000;"><b>Search the Web</b></span> <input type="hidden" name="type" value="endsite_box"> <input name="Keywords" accesskey="s" style="width:400px; height:21px; background:white; border:1px #A4ABB1 solid; font-family: arial, sans-serif; font-size: 10pt; color: #000000; position:relative; top:-6px;"> <input type="image" src="/fs_img/bannertype/yahoo/yahoo_sp_go.gif"> <img src="/fs_img/bannertype/yahoo/yahoo_sp3.gif" style="position:relative;top:4px;left:10px;"> </form> </td> <td width="5%"></td> </tr></table>
- </td>
- </tr>
- </table><DIV id=sideFrame
- style="MARGIN-TOP: 27px; RIGHT: 5px; WIDTH: 120px; COLOR: #ffffff; POSITION: absolute; BACKGROUND-COLOR: transparent; Z-INDEX: 10000; TEXT-ALIGN: right"><div style="background-color:#cccccc"><A
- href="javascript:void%20(sideFrameOff())"><IMG src="/fs_img/banners/xout.gif"
- border=0></A></div>
- <!------ OAS AD 'Right' begin ------>
- <SCRIPT LANGUAGE=JavaScript>
- <!--
- OAS_AD('Right');
- // -->
- </SCRIPT>
- <!------ OAS AD 'Right' end ------>
- </DIV>
- <SCRIPT>
- origRightPadding=document.body.style.paddingRight;
- document.body.style.paddingRight="130px";
- function sideFrameOff(){
- document.getElementById('sideFrame').style.display='none';
- document.body.style.paddingRight=origRightPadding;
- }
- </SCRIPT>
- </DIV></div><!-- Auto Banner Insertion Complete THANK YOU -->
- <FONT face="verdana, arial, garamond" color=#000000 size=1>
- <BR>
- <BR>
- Earth, Air, Fire, Water<BR>
- <BR>
- By Sophira Sipayzo <BR>
- <BR>
- <BR>
- By Earth, By Air, By Fire, By Water -<BR>
- I invoke the Goddess.<BR>
- By the Maiden, By the Mother, By the Crone -<BR>
- I invoke the Trinity.<BR>
- I open the circle.<BR>
- <BR>
- <BR>
- Let the Earth<BR>
- Bless this Birth<BR>
- Let the Air<BR>
- Carry our Prayer<BR>
- With Fire<BR>
- Send her Squire<BR>
- With Water<BR>
- She is your Daughter<BR>
- With this Sword<BR>
- We cure Discord<BR>
- With this Staff<BR>
- We stand on her Behalf<BR>
- I am Priestess<BR>
- Invoking the Goddess<BR>
- <BR>
- <BR>
- By Earth, By Air, By Fire, By Water -<BR>
- I invoke the Goddess.<BR>
- By the Maiden, By the Mother, By the Crone -<BR>
- I invoke the Trinity.<BR>
- The circle is open but unbroken.<BR>
- <BR>
- <BR>
- <a href="p-eyes.html">next</a><BR>
- <BR>
- <BR>
- </body/html><TABLE ALIGN=CENTER STYLE="clear:both"><TR><TD ALIGN=CENTER> <!------ OAS AD 'Bottom' begin ------> <SCRIPT LANGUAGE=JavaScript> if(window.OAS_AD) OAS_AD('Bottom'); </SCRIPT> <!------ OAS AD 'Bottom' end ------> </TD></TR></TABLE>
|