if (!window.HN) HN = window.HN = {};
HN.MS = {};
HN.MS.Orange = {};

// Execute the Init function when DOM is ready
$(function(){ HN.MS.Orange.Init(); });

HN.MS.Orange.Init = function () {
	
	//HN.png2alpha("png2keep");
	
	// Credits
	$("div.bottom-links a:last").click(function(){ $("div.credits-bg-black, div.credits").show(); return false; })
	$("div.credits div.close").click(function(){ $("div.credits-bg-black, div.credits").hide(); })
}


