// global var next_toast_id=1 function NewToast(data) { // make new div, include data.alert as background colour, and data.message as toast body d_id='st' + String(next_toast_id) div='