if (top.frames.length!=0) {
	top.location=self.document.location;
}


function thisMovie(movieName) {
	var isIE = navigator.appName.indexOf("Microsoft") != -1;
	return (isIE) ? window[movieName] : document[movieName];
}

function makeCall(s) {
	if(s == "endNoise") {
		thisMovie("mainMovie").endNoise();
	}
}

