// JavaScript Document
$(document).ready( function(){
 $('a, img, acronym, li').Tooltip({
 delay: 0,
 track: true,
 showURL: false,
 showBody: "; "
 });

 $("#mesq,#quadro,#photo").fadeIn("slow");
 $("#crazy,#comportados,#agencias,#developer,#navegador,#art,#fot,#ilu,#gweb,#guser,#webblog,#util,#portal,#estudo,#fwork").hide();
 $('.slide').innerfade({
 animationtype: 'slide',
 speed: 'slow',
 timeout: 6000,
 type: 'sequence',
 containerheight: '116px'
 });
});


