function gdsrWait(rater, loader) {
	jQuery("#"+rater).css("display", "none");
	jQuery("#"+loader).css("display", "block");
}