function insert_object(obj)  
{
 document.write(obj);
}

