// This is for minigame to update user's balance
function embeddedGameParent_balanceRefresh() {
    window.frames.login.location.reload();
}

// add the following null methods for minigame
// to avoid JS error under IE6.
function embeddedGameParent_contentLoaded(contentId) {
}

function embeddedGameParent_topupFunds() {
}

function embeddedGameParent_keepAlive() {
}
