document.writeln("<iframe id=\"__rpc_iframe\" style=\"position:absolute;left:300px;top:0px;width:0px;height:0px\"></iframe>");

function RemoteProcedureCall(url, callback) {
	document.frames["__rpc_iframe"].location.href=url+"&cb="+callback;
}