var preloadi = new Array();
		preloadi[0] = new Image();
		preloadi[0].src = "grfx/kqfc_on.png";
		preloadi[1] = new Image();
		preloadi[1].src = "grfx/kboi_on.png";
		preloadi[2] = new Image();
		preloadi[2].src = "grfx/cbs_on.png";
		preloadi[3] = new Image();
		preloadi[3].src = "grfx/fsa_on.png";


		function sponsor(ele, im)
		{
		ele.src = im;
		}
		
		
		String.prototype.trim = function() {
			return this.replace(/^\s+|\s+$/g,"");
		}
		String.prototype.ltrim = function() {
			return this.replace(/^\s+/,"");
		}
		String.prototype.rtrim = function() {
			return this.replace(/\s+$/,"");
		}
