jqcc(document).ready(function ($) {
// Kill FOUC and apply .js class to html and body if UA is JS capable
$('html').addClass('js');
});
