function BlockContent(classe,where){
if($("#custom-blocks").length ==0){
$("#main").append('
');
}
$("#custom-blocks").append('');
}
$(document).ready(function(){
/* $('.page-login .box-login-inner').append(''); */
//BlockContent(7,'first');
//BlockContent(7,'last');
//BlockContent(7,'facebook');
//if(typeof(Depoimento)=="function") Depoimento('first');
//if(typeof(BibliotecaImagens)=="function") BibliotecaImagens('last');
//if(typeof(Facebook)=="function") Facebook('facebook');
});