function writeFlash2(flashdata) 
{ 
//document.write(flashdata); 
document.getElementById("flash2").innerHTML=flashdata
} 
