﻿uicomplain = function(pusername, pid, ptitle, pdomain, ptype) {
	$.getJSON (
		HOST_API + 'uicomplain?callback=?',
		{username: pusername, domain:pdomain, id:pid, title:ptitle, type:ptype},
		function(html) {$.blockUI({message: html, css: {background:'none', border:'none', top:($(window).height()-400)/2 + 'px', left: ($(window).width() - 400)/2 + 'px', cursor:'pointer'}});}
	);
}
