else {
window.bidCount++;
services.Item.bid(plr, pe).observe(this, (function(sender, data) {
let sym = " B:" + window.format_string(window.bidCount.toString(), 4);
let colr = "WINNER";
writeToLog(sym + colr + " | " + plr_ne + ' | ' + pe_txt + ((isBn) ? ' | buy | success | WIN' : ' | bid | success | waiting to expire'));
}));