/**
 * @author Ariel_Serafini
 */

//document.getElementById('wrapper_full').className = "foto-fundo-" + Math.ceil(Math.random()*3)

document.getElementsByTagName("body")[0].className = "foto-fundo-" + Math.ceil(Math.random()*3)