var xajaxMethods = new Array();
var n=0;
			
xajaxMethods[n++] = 'Channel_vrsFlashGameDialog';
xajaxMethods[n++] = 'Channel_processFriendInvitesToChannelByIds';

/* ======================================================================== */
/* ======================================================================== */

	// Now we create the pointer functions on the fly.
	// This method uses old syntax, but it works in Firefox, IE6, IE7, and Opera.

	// NOTE: For editing, this beats having a separate static function declaration 
	// for every AJAX method on each line above, but it may stress older computers 
	// on every page load.  Something to watch out for...

	for (i=0; i<xajaxMethods.length; i++) {
		window['xajax_'+xajaxMethods[i]] = new Function("return xajax.call('"+xajaxMethods[i]+"', arguments, 1)")
	}

/* ======================================================================== */
/* ======================================================================== */