// JavaScript Document

	$(document).ready(function(){
		$("#tweet").stop();
		$("#tweet").delay(6800).fadeIn("normal");
});



function mercado()
{ window.location = "mercado.html"; }

function equipe()
{ window.location = "equipe.html"; }

function ideias()
{ window.location = "ideias.html"; }

function contato()
{ window.location = "contato.html"; }

