function totemoeticker(pstrBuff){
  document.open();
  document.write(pstrBuff);
  document.close();
}
