function goSpam(nm,vl){
  spamstr = "<input type=hidden name=" + nm + " value=" + vl + ">"
  document.write(spamstr);
}


