gets the name of the scene - requires use of getCourselayout() and also passing a scene number.
function getSceneName(xmlIn, scNum) {
var scn = xmlDoc.getElementsByTagName("links")[0].childNodes[scNum].getAttribute('displaytext')
return scn;
}