function preLoad() {
$("div").show();
$("#preload").remove();
}
//funcao ready do Jquery
$(function(){
$("#preload").show();
});

