﻿function flash(str) {
    document.write('<span>' + str + '</span>');
}