\n');
}
function messageJavascriptToFlash()
{
var domAnimation = document.getElementById('webtvflash');
domAnimation.SetVariable('IsLogged',"1");
}
function testVariable()
{
var domAnimation = document.getElementById('webtvflash');
domAnimation.SetVariable('IsLogged','1');
alert(domAnimation.GetVariable('IsLogged'));
}