//SETUP//


var containerStat = 0		  //Container visible prior to images are loaded on/off
var toggleSpeed = 1000        //Dropdown speed - possible values: slow,normal,fast or xxxx milliseconds 
var percentComplete = "10%"   //% complete - sets bar location and bar % display
var barSpeed = 1500           //Bar animation speed in milliseconds
var animationDelay =800	  	  //Bar and tip start animation delay in milliseconds
var fadeSpeedIcons = "fast"   //Social icons hover speed - possible values: slow,normal,fast or xxxx milliseconds
var Year =  2012			  //Set the year
var Month  = 02				  //Set the month
var Day = 01					  //Set the day
var Hour = 22				  //Set the hour of the day
var Min = 0                   //Set the Min
var Sec = 0                   //Set the Sec

//Social network ids - only fill out the ids, not the full url
var facebookPageID ="axemariaoficial"
var twitterID = "axemaria"
var myspaceID = "axemaria"
var skypeID ="udfrance"

//Contact from messages
var formBorderVerify = '1px solid #d95880'  //width, type, color can be changed
var formError="Houve alguma falha ao enviar o email, tente novamente."
var formWarning ="Preencha os campos obrigatórios!"
var formSuccess ="Obrigado, nós recebemos seu e-mail!"
var formSuccessTitle ="Mensagem enviada"
var formReload ="Envie-nos um e-mail retornarmos em breve."
var formReloadTitle ="Tenho algo a dizer..."

//Notify field messages
var notifyError ="Desculpe, houve algum erro, tente novamente"
var notifyWarning ="E-mail inválido, tente novamente!"
var notifySuccess ="E-Mail cadastrado com sucesso!"


//SUPERSIZE VARIABLE
jQuery(function($){
	
});
