var syntops = {};

$(document).ready(function() {
	$('html').removeClass('no-js').addClass('js');
});

