function initTheme() {
	
}
function rollBackTheme() {
	
}

$(function() {
	initTheme();
});

