i know this has been posted before but it didn't really help my situation ...

Im getting an error after this saying "theMovie is not an object"? whats wrong? thanx

var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
var theMovie = InternetExplorer ? window.intro : window.document.intro;

theMovie.SetVariable("footer", footer);