$(document).ready(function() {
	$('#tn_' + $('body').attr('id')).addClass('on');
});
