function gosee(pass)
{ window.open(pass)
}

function comma(pass)
{ var innum=pass
  var inumc=innum.toString()
  var nl=inumc.length
  var nword=""
  var ccnt=0
  for (i=nl; i--; i>=0)
  {   var achar=inumc.substr(i,1)
      nword=""+achar+nword
      ccnt=ccnt+1
      if (ccnt==3 && i>0)
      {  nword=","+nword
         ccnt=0
      }
  }
  what="$"+nword  
}
var what=""
comma(ptot)
var tmsg=""
tmsg+="<font face=\"verdana, arial, helvetica\" size=\"0\" color=\"#FFFFFF\" class=\"thtcolor\">"
tmsg+="<center><b>Last Automated Daily Audit<br>"
tmsg+=what
tmsg+="</b><br>in "
tmsg+=pcnt
tmsg+=" projects<br>defined on investor tutorial</a><br>"
tmsg+="<a href=\"javascript:gosee('http://goldpactpower.com/intro/gppiv.html')\"><font color=silver>page,</a><font color=white> or view a live "
tmsg+="<a href=\"javascript:gosee('http://goldpactpower.com?jobcost')\"><font color=silver>project plan.</a>"
document.write(tmsg)
