﻿ 


var UIUtils = function () {};
UIUtils.prototype.bgChange = function (obj, color) {
	this.style.backgroundColor=color;
}


String.prototype.trim = function()
{
   return this.replace(/^\s*|\s*$/g,"");
}


