// Hack to add the livehelp header
//setTimeout("hackLiveHelp()",3000);

function hackLiveHelp() {
  livehelpdiv = document.getElementById('BlockChat');
  lhhtml = livehelpdiv.innerHTML;
  livehelpdiv.innerHTML = '<h1>Currency Live Chat</h1>' + lhhtml;
}

function LoadPL()
{
   $('PageContent').innerHTML = $('powerleveling').innerHTML;

   $('FeaturedGamesDiv').style.display = 'none';
}

function LoadAccountOperations()
{
   $('PageContent').innerHTML = $('account_operations').innerHTML;

   $('FeaturedGamesDiv').style.display = 'none';
}
