﻿// JavaScript Document
//
//

//Imatges
var fotos = new Array();
fotos[0] = '../_img/common/thumbs/newsThumb.jpg';
fotos[1] = '../_img/common/thumbs/newsThumb.jpg';

// CATALÀ

//Titulars
var titulars = new Array();
titulars[0] = '1er Saló Emprenedor';
titulars[1] = 'Making off de l\'edició 2009';
titulars[2] = 'La web del Dia de l\'Emprenedor 2010';

//Data
var dates = new Array();
dates[0] = 'Dimarts, 9 de febrer de 2010';
dates[1] = 'Dimarts, 9 de febrer de 2010';
dates[2] = 'Dimarts, 25 de maig de 2010';

//Texts
var texts = new Array();
texts[0] = 'Si vols estar present amb un stand al Dia de l\'Emprenedor <a href="http://www.saloemprenedor.com/portal/appmanager/efiraSalones/S098010;jsessionid=2SnSL0TGR0gFRrjsmGhDv11V63QhGHxrZnQYCVD5hpDjG24PcfQp!1337063460!-1770906924?_nfpb=true&_pageLabel=P47000370581263309520268&profileLocale=ca" target="_blank">clica aquí</a>.';
texts[1] = 'Per conèixer què va ser el <a href="http://www.youtube.com/watch?v=McplWb31TUo" target="_blank">Dia de l\'Emprenedor 2009</a> en cinc minuts.';
texts[2] = 'Consulta el programa i inscriu-te: <a title="Dia de l\'Emprenedor Barcelona" href="http://www.diaemprenedor-barcelona.cat">Dia de l\'Emprenedor Barcelona 2010, 16 i 17 de juny</a>';

// CASTELLÀ

//Titulars
var es_titulars = new Array();
es_titulars[0] = '1er Salón Emprendedor';
es_titulars[1] = 'Making off de la edición 2009';
es_titulars[2] = 'La web del Día del Emprendedor 2010';

//Data
var es_dates = new Array();
es_dates[0] = 'Martes, 9 de febrero de 2010';
es_dates[1] = 'Martes, 9 de febrero de 2010';
es_dates[2] = 'Martes, 25 de mayo de 2010';

//Texts
var es_texts = new Array();
es_texts[0] = 'Si quieres estar presente con un estand en el Día del Emprendedor 2010 <a href="http://www.saloemprenedor.com/portal/appmanager/efiraSalones/S098010;jsessionid=fny2LP6YwBfql254ffQrvGyZGvvXKDpXslqpPQjg1z691TgSmmJr!1507898904!-603631622?_nfpb=true&_pageLabel=P47000370581263309520268&profileLocale=es" target="_blank">clica aquí</a>.';
es_texts[1] = 'Para conocer que fué el <a href="http://www.youtube.com/watch?v=INf5aGb_TMU" target="_blank">Día del Emprendedor 2009</a> en cinco minutos.';
es_texts[2] = 'Consulta el programa e inscríbete: <a title="Dia de l\'Emprenedor Barcelona" href="http://www.diaemprenedor-barcelona.cat">Día del Emprendedor Barcelona 2010, 16 y 17 de junio</a>';

// ANGLÈS

//Titulars
var en_titulars = new Array();
en_titulars[0] = '1st Entrepreneurs\’ Fair ';
en_titulars[1] = '“Making of the 2009 edition';
en_titulars[2] = '‘Website of the Day of the Entrepreneur 2010';

//Data
var en_dates = new Array();
en_dates[0] = 'Tuesday, 9th february, 2010';
en_dates[1] = 'Tuesday, 9th february, 2010';
en_dates[2] = 'Tuesday, 25th May, 2010';

//Texts
var en_texts = new Array();
en_texts[0] = 'If you want to have a stand at the Day of the Entrepreneur 2010, <a href="http://www.saloemprenedor.com/portal/appmanager/efiraSalones/S098010?_nfpb=true&_pageLabel=P47000370581263309520268&profileLocale=en" target="_blank">click here</a>.';
en_texts[1] = 'Find out all about <a href="http://www.youtube.com/watch?v=6eXnc7LZDQs" target="_blank">the 2009 Day of the Entrepreneur</a> in five minutes.';
en_texts[2] = 'Look at the schedule and subscribe at <a title="Dia de l\'Emprenedor Barcelona" href="http://www.diaemprenedor-barcelona.cat">Day of the Entrepreneur Barcelona 2010, 16th and 17th, june</a>';
