function alphaChannel() {
	$('isaacFlash').setStyle('background', 'none');
}

function endIntro() {
	
	$('isaacFlash').setStyle('display', 'none');
	window.location = '#isaac';
}


var urlName = "" + window.location + "";
var urlVer = urlName.indexOf("#");
var flashPlay = urlName.substr(urlVer,6);
