﻿$(document).ready(function(){
  // Highlight code
  
  $.foobar({
    "positioning" : "fixed",
    "backgroundColor": "#6c9e00",
	"messagesDelay": 5000,
	"messagesFadeDelay": 1000,
    "messages": [ // The messages to display in the bar. If only 1 message it will be displayed permanently otherwise the messagesDelay value is used to cycle through the array.
      "A <strong>Listagem dos Inscritos</strong> já está disponível no site da <a href='http://www.wolextreme.com.br'>Wol Extreme</a>",
      "<strong>Aviso: Para retirada do Kit do dia do evento, será necessário levar 2Kg de Alimento (não perecível) ou R$5,00</strong>" 
    ],
  });  
});
