function flash(string)
{
 document.write(string);
}