document.write("
"); new Ajax.Request('/GovPortal/UserPage/JoinPolitics/GetJoinPoliticsAnswer.aspx?TabModuleID=28df1e2e-809e-41a5-9b9d-fa59dc99a3d0&ListCount=9&DateFormat=yy-MM-dd&OutCount=25&DepID=6904ebb8-9c25-4630-9307-32f12414e443', { asynchronous: true, method: 'post', evalScripts: true, onComplete: showResponse }); function showResponse(response) { $('JoinInfo').innerHTML = response.responseText; }