
function username1(name1)
{
if(name1=='')
document.write('ÄäÃû·¢±í');
else
document.write(name1);
 
}



function answer(huif,photo)

{

var str='';
if(photo=='') photo='/css/user/images/np4.gif';
if(huif!='')
str="<dl><dt><img src="+photo+"></dt><dd>»Ø¸´£º"+huif+"</dd></dl>"

document.write(str);
 
}
