/* File: js/play_index.js, Ratio: 40.3% */

function pageReadyUser()
{popNewLevel();if(!DetectUnityWebPlayer())
{document.location="/users/nounity/"+encode64("/play");}
$('#btn_playnow').hide();$('#btn_gamesetup').show();};function renderPageActiveGameData()
{if($("getactivegames activegames activegame gameid",myPlayerCardXML).length!=0)
{document.location='/play/resumeGame/'+$("getactivegames activegames activegame gameid",myPlayerCardXML).text();}}