// JavaScript Document
var content = {
	spanish : {
		newEvents : {
			p : "Cómo celebras dice mucho de quién eres. Esta es una lista con los eventos más exclusivos de Miami. Úsala para navegar la noche y guiar a tus amigos.",
			title : 'PRÓXIMOS EVENTOS'
		},
		pastEvents : {
			p : "Las buenas noches siempre se recuerdan. Aquí encontraras fotos de los eventos más legendarios de Miami y la opción de subir las tuyas. ",
			title:'EVENTOS PASADOS'
		},
		uploadPhoto : {
			p : "Un pionero sabe como marcar el camino a seguir.<br />Sube tus fotos y muéstrale a todos como se celebra al estilo \"Digan Johnnie\".",
			selectEvent : 'Selecciona un Evento'
		},
		register : {
			p : "Para subir fotos debes ser un miembro. Inscríbete y forma parte de la exclusiva comunidad \"Digan Johnnie\".",
			labelName : "Nombre:",
			labelEmail : "Email:",
			labelDOB : "Fecha de Nacimiento:",
			DOB1 : "MM",
			DOB2 : 'DD',
			DOB3 : 'AAAA',
			nameInfo : "Le será visible a otros.",
			over21txt : "Soy mayor de 21 años de edad.",
			registerError : 'Por favor, complete los campos resaltados en rojo, debe tener 21 años o más para registrarse',
			loginError : 'Por favor, asegúrate de marcar la casilla de edad más de 21'
		},
		photoComment : {
			photoOf_p1 : 'Foto',
			photoOf_p2 : 'de'
		},
		ageVar : {
			p:'Estás a un paso de entrar a un<br />mundo en donde se celebra<br />con estilo. Sólo confirma tu edad.',
			span:'Pon tu fecha de nacimiento:',
			legal:'¿Por qué tenemos que hacer estas preguntas?',
			error:'Lo sentimos,<br /><br />Pero desafortunadamente no podemos darte acceso a la página de Johnnie Walker. Ya sea porque no ingresaste tu fecha de nacimiento siguiendo el formato Europeo, no tienes la edad suficiente para ver una página que promociona bebidas alcohólicas, o debido a restricciones de marketing en tu país.'
		},
		termsandconditions:'Al entrar a esta página aceptas los <a href="http://www.johnniewalker.com/global/termsandconditions/" target="_blank">Términos y Condiciones</a> y <a href="http://www.johnniewalker.com/global/privacy/" target="_blank">Declaración de Privacidad.</a><br />Por favor, no entres si no tienes la edad legal para comprar alcohol en el país desde donde entras a este sitio de Internet.<br /><br /><a href="http://www.johnniewalker.com/global/contactus/" target="_blank">Contáctanos</a> | <a href="http://www.johnniewalker.com/global/termsandconditions/" target="_blank">Términos y Condiciones</a> | <a href="http://www.johnniewalker.com/global/privacy" target="_blank">Declaración de Privacidad</a> | <a href="http://www.diageo.com/" target="_blank">Diageo</a> | <a href="http://www.drinkiq.com/en-us/?RhLanguage=en&%20gwFlashEnabled=1&RhCountry=US&RhYear=1959" target="_blank">DRINKiQ.com</a>',
		drinkResponsibly:'POR FAVOR, BEBE RESPONSABLEMENTE. JOHNNIE WALKER BLACK LABEL Blended Scotch Whisky. 40% Alc./Vol. © 2010 Importado por Diageo, Norwalk, CT.',
		userExists: 'El usuario ya existe'
	},
	english : {
		newEvents : {
			p : "How you celebrate says a lot about you. This is a list of the most exclusive events in Miami. Use it to navigate the night and guide your friends.",
			title : 'UPCOMING EVENTS'
		},
		pastEvents : {
			p : "The good nights always remembered. Here you\'ll find photos from the most legendary events in Miami and the option to upload your own.",
			title:'PAST EVENTS'
		},
		uploadPhoto : {
			p : "A pioneer knows how to carve out the path to follow. Upload your photos to show everybody why you choose to say \"Johnnie\" every time you celebrate.",
			selectEvent : 'Select an event'
		},
		register : {
			p : "To upload your photos you have to be a member. Join and be a part of the exclusive \"Digan Johnnie\" community.",
			labelName : "Name:",
			labelEmail : "Email:",
			labelDOB : "Birth Date:",
			DOB1 : "MM",
			DOB2 : 'DD',
			DOB3 : 'YYYY',
			nameInfo : "It will be visible to others.",
			over21txt : "I'm older than 21.",
			registerError : 'Please complete the fields highlighted in red, you must be 21 years or older to register',
			loginError : 'Please be sure to check the box over 21'
		},
		photoComment : {
			photoOf_p1 : 'Photo',
			photoOf_p2 : 'of'
		},
		ageVar : {
			p:'You\'re one step away from entering a world where celebrating is done in style. Just confirm your age.',
			span:'Enter your date of birth:',
			legal:'Why do we have to ask these questions?',
			error:'Sorry,<br /><br />Unfortunately we are unable to allow you access to the Johnnie Walker website. Either you didn\'t enter your date of birth in the American format, you\'re not old enough to view a website that promotes alcoholic beverages, or due to marketing restrictions in your country.'
		},
		termsandconditions:'By entering this site you accept the <a href="http://www.johnniewalker.com/global/termsandconditions/" target="_blank">Terms and Conditions</a> and <a href="http://www.johnniewalker.com/global/privacy/" target="_blank">Privacy Statement.</a><br />Please do not enter if you are not of legal purchase age for alcohol in your country of access.<br /><br /><a href="http://www.johnniewalker.com/global/contactus/" target="_blank">Contact Us</a> | <a href="http://www.johnniewalker.com/global/termsandconditions/" target="_blank">Terms & Conditions</a> | <a href="http://www.johnniewalker.com/global/privacy" target="_blank">Privacy Statement</a> | <a href="http://www.diageo.com/" target="_blank">Diageo</a> | <a href="http://www.drinkiq.com/en-us/?RhLanguage=en&%20gwFlashEnabled=1&RhCountry=US&RhYear=1959" target="_blank">DRINKiQ.com</a>',
		drinkResponsibly:'PLEASE DRINK RESPONSIBLY. JOHNNIE WALKER BLACK LABEL Blended Scotch Whisky. 40% Alc./Vol. © 2010 Imported by Diageo, Norwalk, CT.',
		userExists: 'This user already exists'
	}
}
