function aa(gbreview_id,title2,gbtopic_id,stockcode)
{
 if ( confirm("您确定要删除'"+title2+"'的评论吗？"))
{
 top.parent.guba_look_post.location.href ="http://<%=posturl%>/guba_look_post.asp?action=del&gbreview_id="+gbreview_id+"&gbtopic_id="+gbtopic_id+"&stockcode="+stockcode
}
}
function deltopic(title2,gbtopic_id,stockcode)
{
 if ( confirm("您确定要删除'"+title2+"'主题吗？"))
{
 top.parent.guba_look_post.location.href ="http://<%=posturl%>/guba_look_post.asp?action=deltopic&gbtopic_id="+gbtopic_id+"&stockcode="+stockcode
}
}

// quick reply                              
function quick_reply( username,content,viewid ,times) {
	
	if ( username=="" || content==""||viewid==""||times=="") {
		return;
	}
	
	//if ( check_qreply(viewid) == false ) {
//	
//		ShowMsg( "请不要重复快捷回复" );
//		return;
//	}

	
	document.getElementById("oblog_Composition").contentWindow.document.body.innerHTML='<div class=review><SPAN class=link>作者： '+username+' 的［原帖］  '+times+'</span><p>'+document.getElementById(viewid).innerHTML+'</p></div>'+content;
	if(submits())
	
	document.getElementById("form1").submit();
	
}


function yingyong_reply(username,viewid,times) {
	
	if ( username=="" || viewid==""||times=="") {
		return;
	}
			
		document.getElementById("oblog_Composition").contentWindow.document.body.innerHTML='<div class=review><SPAN class=link>作者：'+username+' 的［原帖］  '+times+'</span><p>'+document.getElementById(viewid).innerHTML+'</p></div><br>';
	document.getElementById("divProcessing").style.left=width/2-200
document.getElementById("divProcessing").style.top=height+400;
document.getElementById("divProcessing").style.display="block";
}
