function GetHomePageGames(gameCategoryId, theme)
{
	GamePortal.WebServices.HomePageAsynchCalls.GetHomePageGames(gameCategoryId, OnGetHomePageGamesSuccess);
}
