//---------------------------------------------------------------------------------------------------------
// CONTENTS
//---------------------------------------------------------------------------------------------------------
// Insert your contents here. Example:
//
// slsContents[0] = "This is the first page.";
// slsContents[1] = "This is the second page.";
// slsContents[2] = "Here's an image:<br><img src=\"path/to/image\">";
// ...
//
// - You can use HTML-tags.
// - Escape all quotation marks inside your contents with a backslash (\").
// - Use tables or CSS to set a padding where needed.
//
// Just see what I did below, and you'll get the picture. :-)
// 
// EJEMPLO DE LINEA CON CODIGO DE LINK a BOOKING
// slsContents[0] = "<a href=\"https://booking.ihotelier.com/istay/istay.jsp?hotelid=11612&locale=ES&languageid=2\"><img src=\"slideshow/promo/promo_year_es.jpg\" width=\"542\" height=\"270\"></a>";

//
//EJEMPLO DE LINEA SIN CODIGO DE LINK
//slsContents[4] = "<img src=\"slideshow/promo/ninos_gratis.jpg\" width=\"542\" height=\"270\">";
//
//---------------------------------------------------------------------------------------------------------

var slsContents = new Array();


slsContents[0] = "<a href=\"http://reservations.ihotelier.com/crs/p_prod.cfm?HotelID=11612&ProdID=394028&killcookie=1&LanguageID=2\"><img src=\"slideshow/promo/lunamielero.jpg\" width=\"542\" height=\"270\"></a>";

slsContents[1] = "<img src=\"slideshow/promo/cena-es.jpg\" width=\"542\" height=\"270\">";

slsContents[2] = "<a href=\"http://reservations.ihotelier.com/crs/p_prod.cfm?HotelID=11612&ProdID=404968&killcookie=1&LanguageID=2\"><img src=\"slideshow/promo/promo_feb_es.jpg\" width=\"542\" height=\"270\"></a>";


//slsContents[2] = "<img src=\"slideshow/promo/ninos_gratis.jpg\" width=\"542\" height=\"270\">";

// slsContents[2] = "<img src=\"slideshow/image3.jpg\" width=\"542\" height=\"270\">";

// slsContents[3] = "<img src=\"slideshow/image4.jpg\" width=\"542\" height=\"270\">";

//slsContents[0] = "<a href=\"https://booking.ihotelier.com/istay/istay.jsp?HotelID=11612&LanguageID=2&Rooms=1&DateIn=11%2F19%2F2011&Length=1&Adults=1&Children=0\"><img src=\"slideshow/promo/buen-fin-flamingo-1.jpg\" width=\"542\" height=\"270\"></a>";



