// This is the path to the game from the web server doc root
var unityGamePath = '/content/stuntmania/sis/smo.unity3d';

function gamePlayLauncher()
{
    if (DetectUnityWebPlayer()) 
    {
        writeUnityObjectTag( unityGamePath, 500, 800 );
    }
    else 
    {
        writeInstaller();
    }
}
