$.ajax( {
	type : "post",
	url : "/ad/getAds.do?method=get",
	cache : false,
	async : false,
	data : "p=" + ad_p + "&k=" + ad_k + "&u=" + ad_u + "&w=" + ad_w + "&h="
			+ ad_h,
	success : function(html) {
		document.write(html);
	}
});
