isJazz is true if the object is valid instance of Jazz-Plugin.
It is wise to test this value before making further function calls.
// typical initialization code: var Jazz = document.getElementById("Jazz1"); if(!Jazz || !Jazz.isJazz) Jazz = document.getElementById("Jazz2");