love.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. <HTML><HEAD><TITLE>simplicity</TITLE>
  2. <META http-equiv=Content-Type content="text/html; charset=windows-1252">
  3. <STYLE>A {
  4. TEXT-DECORATION: none
  5. }
  6. </STYLE>
  7. <STYLE>A:link {
  8. COLOR: #ffffff; TEXT-DECORATION: none
  9. }
  10. A:visited {
  11. COLOR: #ffffff; TEXT-DECORATION: none
  12. }
  13. A:active {
  14. COLOR: #b0c4de; TEXT-DECORATION: none
  15. }
  16. A:hover {
  17. CURSOR: crosshair; COLOR: #ffffff; TEXT-DECORATION: underline
  18. }
  19. A:hover {
  20. CURSOR: crosshair; COLOR: #ffffff; TEXT-DECORATION: overline
  21. }
  22. </STYLE>
  23. <META
  24. content=witch,pagan,spells,witchcraft,magic,magick,practical,vampire,slayer,sisters,legend,emerson,poetry
  25. name=keywords>
  26. </HEAD>
  27. <BODY text=#b0c4de vLink=#ffffff aLink=#b0c4de link=#ffffff bgColor=#000000>
  28. <!-- '"AWS"' -->
  29. <!-- Auto Banner Insertion Begin -->
  30. <div id=aws_5745 align=center><style>
  31. .mwsb{ background-color: 8099B3; border-width: 1px; border-color: 8099B3; border-style: solid; }
  32. .mwst, .mwst a{ font-family: arial,sans-serif; font-size: 8pt; background-color: white; color: blue;}
  33. </style>
  34. <!------ OAS SETUP begin ------>
  35. <img src="http://track.untd.com/s/oasrdb?pid=MWS&profile=,," width="1" height="1">
  36. <SCRIPT LANGUAGE=JavaScript>
  37. <!--
  38. //configuration
  39. OAS_url = 'http://cyclops.prod.untd.com/';
  40. //OAS_sitepage values can be found in the excel spreadsheet showing position and pagenames.
  41. OAS_sitepage = 'webservices/general'; //CHANGED
  42. //OAS_sitepage = window.location.hostname + window.location.pathname;
  43. // 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.
  44. OAS_listpos = 'Top,Bottom,Frame1,Frame2,Right,TopLeft,TopRight';
  45. OAS_query = '&';
  46. OAS_target = '_Blank';
  47. //end of configuration
  48. OAS_version = 10;
  49. OAS_rn = '001234567890'; OAS_rns = '1234567890';
  50. OAS_rn = new String (Math.random()); OAS_rns = OAS_rn.substring (2, 11);
  51. function OAS_NORMAL(pos) {
  52. document.write('<A HREF="' + OAS_url + 'click_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + '?' + OAS_query + '" TARGET=' + OAS_target + '>');
  53. document.write('<IMG SRC="' + OAS_url + 'adstream_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + '?' + OAS_query + '" BORDER=0></A>');
  54. }
  55. //-->
  56. </SCRIPT>
  57. <SCRIPT LANGUAGE=JavaScript1.1>
  58. <!--
  59. OAS_version = 11;
  60. if ((navigator.userAgent.indexOf('Mozilla/3') != -1) || (navigator.userAgent.indexOf('Mozilla/4.0 WebTV') != -1))
  61. OAS_version = 10;
  62. if (OAS_version >= 11)
  63. document.write('<SCR' + 'IPT LANGUAGE=JavaScript1.1 SRC="' + OAS_url + 'adstream_mjx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '?' + OAS_query + '"><\/SCRIPT>');//-->
  64. </SCRIPT>
  65. <SCRIPT LANGUAGE=JavaScript>
  66. <!--
  67. document.write('');
  68. function OAS_AD(pos) {
  69. if ((OAS_version >= 11) && (typeof OAS_RICH != 'undefined')) {
  70. OAS_RICH(pos);
  71. } else {
  72. OAS_NORMAL(pos);
  73. }
  74. }
  75. //-->
  76. </SCRIPT>
  77. <!-- start /fs_img/about_pop.txt -->
  78. <!-- The only pops this script can generate now are:
  79. 1. Pops from UOL
  80. 2. In-house popup
  81. -->
  82. <script language="JavaScript">
  83. <!--
  84. var isUS = "1";
  85. var keyword = escape("");
  86. var compname='freeservers';
  87. var ourExitPop=true;
  88. function popSlot(slot){
  89. // OAS AD 'Frame1' begin
  90. if(window.OAS_AD) OAS_AD('Frame1');
  91. // OAS AD 'Frame1' begin
  92. }
  93. function checkPopunderCookie() {
  94. var cookieVal = 0;
  95. cookieExpDays = (1/24);
  96. var expDate = new Date();
  97. expDate.setTime(expDate.getTime() + (86400000 * cookieExpDays));
  98. cookieDate = ";Expires=" + expDate.toGMTString();
  99. if (document.cookie) {
  100. var cookieInfo = document.cookie.split(";");
  101. for (i=0; i<cookieInfo.length; i++) {
  102. cName = cookieInfo[i].split("=")[0];
  103. if (cName.indexOf("pixelpop") >= 0) {
  104. cookieVal = cookieInfo[i].split("=")[1];
  105. }
  106. }
  107. }
  108. cookieVal++;
  109. document.cookie="pixelpopslot="+cookieVal+";path=/;"+cookieDate;
  110. if (cookieVal== 1) { popSlot(1); }
  111. if (cookieVal== 2) { popSlot(2); }
  112. if (cookieVal== 3) { popSlot(3); }
  113. if (cookieVal== 4) { popSlot(4); }
  114. if (cookieVal== 5) { popSlot(5); }
  115. if (cookieVal== 6) { popSlot(6); }
  116. if (cookieVal== 7) { popSlot(7); }
  117. if (cookieVal== 8) { popSlot(8); }
  118. }
  119. if (!window.sprs) checkPopunderCookie();
  120. if (!window.sprs && ourExitPop && (navigator.appName.indexOf('etscape')==-1)){
  121. window.onunload=staycheck;
  122. StayingOnSite=false;
  123. DadLinkURLs="";
  124. BabyLink="";
  125. DadWindow=window.parent;
  126. DadLinks=DadWindow.document.links;
  127. DadHost="http://"+location.hostname;
  128. DadWindow.document.onclick=linktellerDad;
  129. document.onclick=linktellerThis;
  130. function linkteller(){
  131. while (EventTag.parentElement&&(EventTag.tagName!="A")){
  132. EventTag=EventTag.parentElement;
  133. }
  134. if ((EventTag.tagName=="A")&&(!EventTag.target)){
  135. if (EventTag.href.indexOf(DadHost)>-1){
  136. StayingOnSite=true;
  137. } else {
  138. StayingOnSite=false;
  139. }
  140. }
  141. }
  142. function linktellerThis(){
  143. EventTag=window.event.srcElement;
  144. linkteller();
  145. }
  146. function linktellerDad(){
  147. EventTag=DadWindow.event.srcElement;
  148. linkteller();
  149. }
  150. function staycheck(){
  151. if (StayingOnSite){
  152. } else {
  153. }
  154. }
  155. }
  156. -->
  157. </SCRIPT>
  158. <!-- end /fs_img/about_pop.txt -->
  159. <table cellpadding="0" cellspacing="0" width="980">
  160. <!-- start: related resources -->
  161. <tr>
  162. <td colspan="3">
  163. <table cellpadding="0" cellspacing="0" align="center" width="100%" class="mwsb">
  164. <tr>
  165. <td class="mwst" align="center">
  166. <a href="http://www.50megs.com" class="mwst" target="_top">Free Web Site</a>
  167. - <a href="http://www.freeservers.com" class="mwst" target="_top">Free Web Space and Site Hosting</a>
  168. - <a href="http://www.globalservers.com" target="_top">Web Hosting</a>
  169. - <a href="http://www.bizhosting.com" target="_top">Internet Store and Ecommerce Solution Provider</a>
  170. - <a href="http://www.netzero.com/?refcd=MWS0404NWP11" target="_top">High Speed Internet</a>
  171. </td>
  172. </tr>
  173. </table>
  174. </td>
  175. </tr>
  176. <!-- end: related resources -->
  177. <tr>
  178. <td width="130">
  179. <table cellpadding="0" cellspacing="0" width="130" style="margin-top:2px;">
  180. <tr>
  181. <td class="mwst" nowrap="1">
  182. <a href="http://50megs.com/?refcd=MWS_20040713_Banner_bar"
  183. ><img src="/cgi-bin/image/images/bannertype/100X22.gif" width="100" height="22" border="0"
  184. ></a
  185. ><a href="/cgi-bin/login" target="_blank"
  186. ><img src="/cgi-bin/image/images/bannertype/login_chunkx.gif" width="30" height="22" border="0"
  187. ></a
  188. ></td>
  189. </tr>
  190. </table>
  191. <table class="mwsb" cellpadding="0" cellspacing="0" width="100%" style="margin-top:2px;">
  192. <tr>
  193. <td align="center">
  194. <a href="/cgi-bin/path/signup?refcd=MWS_20040713_Banner_bar"
  195. ><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"
  196. ></a>
  197. </td>
  198. </tr>
  199. </table>
  200. </td>
  201. <td>
  202. <table cellspacing="0" class="mwsb" style="margin:2px;margin-bottom:0px;table-layout:fixed;">
  203. <tr>
  204. <td class="mwst" align="center" style="width:730px;">
  205. <!------ OAS AD 'Top' begin ------>
  206. <SCRIPT LANGUAGE=JavaScript>
  207. <!--
  208. if(window.OAS_AD) OAS_AD('Top');
  209. //-->
  210. </SCRIPT>
  211. <!------ OAS AD 'Top' end ------></td>
  212. </tr>
  213. </table>
  214. </td>
  215. <td width="120">
  216. <table class="mwsb" cellpadding="0" cellspacing="0" width="120" style="margin-top:2px;">
  217. <tr>
  218. <td class="mwst" nowrap="1">
  219. <a href="/cgi-bin/util/upgrade?account_type=5m_ac_bannr_x&refcd=WS1005NBP99"
  220. ><img src="/fs_img/bbar/120x24_get_rid_of_banners_01.gif"
  221. width="120" height="24" class="mwsbbar" border="0"
  222. ></a
  223. ></td>
  224. </tr>
  225. </table>
  226. <table class="mwsb" cellpadding="0" cellspacing="0" width="100%" style="margin-top:2px;">
  227. <tr>
  228. <td align="center">
  229. <SCRIPT LANGUAGE=JavaScript><!--
  230. OAS_AD('TopRight');
  231. //--></SCRIPT>
  232. </td>
  233. </tr>
  234. </table>
  235. </td>
  236. </tr>
  237. <tr>
  238. <td colspan="3" align="center">
  239. <!-- 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>
  240. </td>
  241. </tr>
  242. </table><DIV id=sideFrame
  243. 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
  244. href="javascript:void%20(sideFrameOff())"><IMG src="/fs_img/banners/xout.gif"
  245. border=0></A></div>
  246. <!------ OAS AD 'Right' begin ------>
  247. <SCRIPT LANGUAGE=JavaScript>
  248. <!--
  249. OAS_AD('Right');
  250. // -->
  251. </SCRIPT>
  252. <!------ OAS AD 'Right' end ------>
  253. </DIV>
  254. <SCRIPT>
  255. origRightPadding=document.body.style.paddingRight;
  256. document.body.style.paddingRight="130px";
  257. function sideFrameOff(){
  258. document.getElementById('sideFrame').style.display='none';
  259. document.body.style.paddingRight=origRightPadding;
  260. }
  261. </SCRIPT>
  262. </DIV></div><!-- Auto Banner Insertion Complete THANK YOU -->
  263. <BR><BR>
  264. <BR><BR>
  265. <FONT face="verdana, arial, garamond" color=#b0c4de size=1>
  266. <P>Simplicity <BR>
  267. <P><I> Sophira F. Sipayzo</I>
  268. <BR><BR>
  269. <TABLE cellSpacing=0 cellPadding=10 width="100%" border=0>
  270. <TBODY>
  271. <TR>
  272. <TD vAlign=top rowSpan=2><A
  273. onmouseover="window.status='sophira';return true"
  274. onmouseout="window.status='';return true"
  275. href="http://sophira.i8.com/main.html" target=_new><IMG height=468
  276. alt="enter" hspace=15 src="http://sophira.i8.com/graphics/simp-sophira.jpg"
  277. width=258 align=left vspace=5 border=0></A> </TD>
  278. <TD vAlign=top><FONT face="arial, garamond, verdana"
  279. color=#9966cc size=1>
  280. <BR><BR>
  281. <P align=right>[ <a href="about.html">about</a> | love | <a href="quotes.html">quotes</a> | <a href="poetry.html">poetry</a> | <a href="wicca.html">wicca</a> | <a href="names.html">names</a> | <a href="keeper.html">keeperships</a> | <a href="links.html">links</a> | <a href="linkto.html">link to moi</a> ]
  282. <BR><BR>
  283. <center>
  284. <table cellspacing=0 cellpadding=10 width=100%>
  285. <tr><td>
  286. <FONT face="arial, garamond, verdana" color=#9966cc size=1>
  287. Devotion<BR>
  288. Author Unknown<BR>
  289. <BR>
  290. A kiss before dying is all I ask of you,<BR>
  291. To know that you share my devotion, share my emotion,<BR>
  292. Share my longing for a knowledge of hope.<BR>
  293. My heartbeats linger on your breath,<BR>
  294. Daring to reach to the one who holds my heart,<BR>
  295. Fearing that I soar too high, too far, too fast<BR>
  296. To reach you.<BR>
  297. Shades of hunger mock my vision,<BR>
  298. For all I can see is you.<BR>
  299. The sun holds no radiance to my eyes,<BR>
  300. For all I can see is you.<BR>
  301. No joy can be found in the clean breath of mountain air,<BR>
  302. For all I breathe for is you.<BR>
  303. There is no greater peace in life,<BR>
  304. For all I live for is you.<BR>
  305. Should the end of the world find me here in your arms,<BR>
  306. I could ask for no greater treasure,<BR>
  307. For all I love for, is you.<BR>
  308. Is you.<BR>
  309. <BR>
  310. <BR>
  311. </td><td>
  312. <FONT face="arial, garamond, verdana" color=#9966cc size=1>
  313. <P>Maybe <BR>
  314. what I love seems <BR>
  315. odd <BR>
  316. to you, <BR>
  317. but to me these things are <BR>
  318. very dear. <BR>
  319. This is my Love, <BR>
  320. a place for <BR>
  321. those things that I adore.</P>
  322. <BR>
  323. <P>"Je t'adore."</P>
  324. <P>For <a href="love02.html">love</a> of Asher.</P>
  325. </td></tr>
  326. </table>
  327. <br>
  328. <hr width=100%>
  329. <br>
  330. &#0183; <a href="/main.html" onmouseout="window.status='';return true" onmouseover="window.status='Simplicity';return true">main</a>
  331. &#0183; <a href="http://www.efreeguestbooks.com/mg/guest.pl?20002::0" onmouseout="window.status='';return true" onmouseover="window.status='Book of Dreams';return true">sign</a>
  332. &#0183; <a href="http://www.efreeguestbooks.com/mg/multi.pl?20002::0" onmouseout="window.status='';return true" onmouseover="window.status='Book of Dreams';return true">view</a>
  333. &#0183; <a href="mailto:sdl64533@SPAMletterboxes.org" onmouseout="window.status='';return true" onmouseover="window.status='Email Me';return true">email</a> &#0183;
  334. <br>
  335. <br>
  336. <br>
  337. <br>
  338. <br>
  339. </body>
  340. </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>