function my_alert2() 
{

    var txt = " ";

 
    document.write(txt);
}

