<!-- ACIONA ONLOAD
$(document).ready(function(){
LinksExternos();
$("a[href$=.jpg]").lightBox();
VarreFormulario("form_contato");
SelecionaMenu("menu","selecao","","s");
$("div#tela div.corte ul").shuffle();
slides("tela");
});
//--> ACIONA ONLOAD

<!-- SLIDES
function slides(id){
if(document.getElementById(id)){
$(function(){
$("div#"+id).anythingSlider({
easing:"easeInOutBack",
easeTime:2200,
autoPlay:true,
delay:3000,
startStopped:false,
animationTime:600,
hashTags:true,
buildNavigation:false,
pauseOnHover:true,
startText:"Play",
stopText:"Stop"
});
});
}
}
//--> SLIDES
