$(document).ready(function(){
    $("body").addClass('theme' + (Math.floor(Math.random()*16) + 1));
});
