//funkcia pre JS zapis flash objektu. Musi byt externe inak to v IE neslo
function writeFlashWebJET(text)
{
   document.write(text);
}

