        var now = new Date();
        var hours = now.getHours();
        var minutes = now.getMinutes();
        var timeValue = "" + ((hours >12) ? hours -12 :hours)
        timeValue += ((minutes < 10) ? ":0" : ":") + minutes
        timeValue += (hours >= 12) ? " PM" : " AM"
        timerRunning = true;
     mydate = new Date();
     myday = mydate.getDay();
     mymonth = mydate.getMonth();
     myweekday= mydate.getDate();
     weekday= myweekday;
     myyear= mydate.getYear();
     year = myyear;
     if(myday == 0)
             day = " Sunday<br>";
     else if(myday == 1)
           day = " Monday<br>";
     else if(myday == 2)
             day = " Tuesday<br>";
     else if(myday == 3)
             day = " Wednesday<br>";
     else if(myday == 4)
             day = " Thursday<br>";
	 else if(myday == 5)
             day = " Friday<br>";
     else if(myday == 6)
             day = " Saturday<br>";
     if(mymonth == 0)
              month = "January ";
     else if(mymonth ==1)
              month = "February ";
     else if(mymonth ==2)
             month = "March ";
     else if(mymonth ==3)
            month = "April ";
     else if(mymonth ==4)
              month = "May ";
     else if(mymonth ==5)
              month = "June ";
     else if(mymonth ==6)
              month = "July ";
     else if(mymonth ==7)
            month = "August ";
     else if(mymonth ==8)
           month = "September ";
     else if(mymonth ==9)
          month = "October ";
     else if(mymonth ==10)
          month = "November ";
     else if(mymonth ==11)
          month = "December ";


function PopItUp(url,descr,winwidth,winheight)
		{
NewWindow1=window.open(url,descr,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width='+winwidth+',height='+winheight);
		}


function OpenNewWindow(url,winwidth,winheight)
{
NewWindow=window.open(url,'descr','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width='+winwidth+',height='+winheight)
}


function remote(){
window.open("online.shtml","pop","width=290,height=150")
}


function MakeArray(n) {
	this.length = n;
	for (var i = 1; i <= n; i++) {
	        this[i] = 0 }
	    return this
}


function LoadFuncs() {
window.name='par';
checkCount()}

<!-- Begin
var expDays = 1; // number of days the cookie should last

var page = "newsletters/signup.shtml";
var windowprops = "width=250,height=190,location=no,toolbar=no,menubar=no,scrollbars=no,resizable=yes";

function GetCookie (name) {
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) {
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break;
}
return null;
}
function SetCookie (name, value) {
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (argc > 2) ? argv[2] : null;
var path = (argc > 3) ? argv[3] : null;
var domain = (argc > 4) ? argv[4] : null;
var secure = (argc > 5) ? argv[5] : false;
document.cookie = name + "=" + escape (value) +
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) +
((domain == null) ? "" : ("; domain=" + domain)) +
((secure == true) ? "; secure" : "");
}
function DeleteCookie (name) {
var exp = new Date();
exp.setTime (exp.getTime() - 1);
var cval = GetCookie (name);
document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
}
var exp = new Date();
exp.setTime(exp.getTime() + (expDays*24*60*60*1000));
function amt(){
var count = GetCookie('count')
if(count == null) {
SetCookie('count','1')
return 1
}
else {
var newcount = parseInt(count) + 1;
DeleteCookie('count')
SetCookie('count',newcount,exp)
return count
   }
}
function getCookieVal(offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}

function checkCount() {
var count = GetCookie('count');
if (count == null) {
count=1;
SetCookie('count', count, exp);

window.open(page, "", windowprops);

}
else {
count++;
SetCookie('count', count, exp);
   }
}
//  End -->


function PopItUp(url,descr,winwidth,winheight)
{
NewWindow1=window.open(url,descr,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width='+winwidth+',height='+winheight);
}


function remote(){
window.open("../../online.shtml","pop","width=290,height=150")
}

var bookmarkurl="http://www.ghostvillage.com/cgi-bin/auction.pl"
  var bookmarktitle="Ghostvillage.com - Supernatural Online Auctions"

  function addbookmark(){
    if (document.all)
      window.external.AddFavorite(bookmarkurl,bookmarktitle)
    }

<!--
function Serif_findObj(n, d) { //v5.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=Serif_findObj(n,d.layers[i].document); return x;
}

function Serif_navBar(event, grpName) { //v5.0
  var i,img,nbArr,args=Serif_navBar.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = Serif_findObj(args[2])) != null && !img.Serif_init) {
      img.Serif_init = true; img.Serif_up = args[3]; img.Serif_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = Serif_findObj(args[i])) != null) {
        if (!img.Serif_up) img.Serif_up = img.src;
        img.src = img.Serif_dn = args[i+1];
        nbArr[nbArr.length] = img;
    } }
  } else if (event == "over") {
    document.Serif_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = Serif_findObj(args[i])) != null) {
      if (!img.Serif_up) img.Serif_up = img.src;
      if (img.Serif_dn && args[i+2])
        img.src = args[i+2];
	  else if (args[i+1])
        img.src = args[i+1];
      nbArr[nbArr.length] = img;
    }
  } else if (event == "out" ) {
    for (i=0; i < document.Serif_nbOver.length; i++) {
      img = document.Serif_nbOver[i]; img.src = (img.Serif_dn) ? img.Serif_dn : img.Serif_up; }
  } else if (event == "down") {
    if ((nbArr = document[grpName]) != null)
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.Serif_up; img.Serif_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = Serif_findObj(args[i])) != null) {
      if (!img.Serif_up) img.Serif_up = img.src;
      img.src = img.Serif_dn = args[i+1];
      nbArr[nbArr.length] = img;
  } }
}
//-->

<!--
function ShowHelp( psFile ) {
 window.open('' + psFile,'ShowHelp','toolbar=0,width=500,height=400,resizable=yes,scrollbars=yes');
}
// -->
