 var now = new Date();	 var yr = now.getFullYear();	 var mon = now.getMonth();	 var days = now.getDate();	 var hrs = now.getHours();	 var min = now.getMinutes();	 month = (mon+1)         hr=(hrs)	 // hr=((hrs>12)?hrs:hrs+12); */		 function showAmPm() {	    if (hr <18) {		return (" AWAKE and ");	    }	  return (" ASLEEP and ");      }                if ((hr>= 0) && (hr<3)) {t = " dozing and waking indifferently, everlastingly, a wavering of texture in a drowsy space without also thinking , a dark sheep fold of unpruned branches looped with wide silver ribbons between traces of fates destructive work" ;}         if ((hr>= 3) && (hr<5)) {t = " and the unconscious brooding of many thousand primary sources. uncertain shadows roll forward hissing in the expectation of her coming";}         if ((hr>= 5) && (hr<7)) {t = " the mere thought of which made some men hide in boxes or disguise themselves in dresses. awake she took in a deep breath, a prophetic shiver passed through everything dependent on when she would or would not annihilate them." ;}	 if ((hr>= 7) && (hr<9)) {t = " at that moment no longer does one eat, one waits to be eaten and waiting amounts to a huge cauldron of dread and longing,  once again her breath oozes out gorgeous articulations of instinct swell and once again existence is set in motion.";}         if ((hr>= 9) && (hr<11)) {t = " she dreamed  her s e l f in her bed stroking the muscles of a primordial snake delving deep deep into the froth and lather of her erotic whirlpool";}         if ((hr>= 11) && (hr<13)) {t = " in a sleep that was not sleep, her memory turned and roved after the place she had known first and loved best, crossing the threshold into ten moons circling a gigantic mirror in a cavernous blackness";}         if ((hr>= 13) && (hr<15)) {t = " crossing the threshold into ten moons circling a gigantic mirror in a cavernous blackness, and there between laughter and amazement the reversal of all things.";}         if ((hr>= 15) && (hr<17)) {t = " in a sleep that was not sleep, her memory turned and roved after the place she had known first and loved best";}	 if ((hr>= 17) && (hr<19)) {t = " she dreamed  her s e l f in her bed stroking the muscles of a primordial snake, delving deep deep into the froth and lather of her erotic whirlpool";}         if ((hr>= 19) && (hr<21)) {t = " awake she took in a deep breath,  a prophetic shiver passed through everything dependent on when she would or would not annihilate them.  the mere thought of which made some men hide in boxes or disguise themselves in dresses.";}         if ((hr>= 21) && (hr<23)) {t = " dozing and waking indifferently, everlastingly, a wavering of texture in a drowsy space without also thinking, uncertain shadows roll forward hissing in the expectation of her coming" ;} 	 if ((hr>= 23) && (hr<24)) {t = " a wavering of texture in a drowsy space without also thinking, uncertain shadows roll forward hissing in the expectation of her coming, a dark sheep fold of unpruned branches looped with wide silver ribbons between traces of fates destructive work ";}          if ((hr==24) || (hr==24)) {t = " dozing and waking indifferently, everlastingly, a wavering of texture in a drowsy space without also thinking";}         if (hr==0) {t = " dozing and waking indifferently, everlastingly, the muscles of a primordial snake delving deep deep into the froth and lather of her erotic whirlpool";}         	 h = (days) + " - " +(month) + " - " + (yr) + " &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; " + (hrs) + ":" + (min);         w = showAmPm() + (t);document.write("<P ALIGN='RIGHT'><FONT FACE='Arial, Helvetica, sans-serif' SIZE='4' COLOR='#881111'>");document.write(h); document.write("</FONT><BR>");document.write("<FONT FACE='Arial, Helvetica, sans-serif' SIZE='1' COLOR='#666666'>");document.write(w);	document.write("</FONT>");	 	
