window.onload = function(e)
{
	styleSwitcherInit();
}

window.onunload = function(e)
{
	styleSwitcherShutDown(e);
}
