function holidaydates_matias(dz,ss)
{
holsupdays = 0;
holsup = 0;
holsuptemp = 0;
hold = 0;
discountdays = 0;


//2009 2009 2009 

// xmas
hsdate="24/12/2009";
hedate="7/1/2010";
overlap(ss,dz,hsdate,hedate)
if (hold > 0)
{
holsupdays = holsupdays + hold;
if (dz < 5 ){
texteng = "On these dates there is a minimum booking requirement of 5 nights.";
textspan = "En estas fechas el mínimo de noches es 5";

if (lang == "eng")
{text = texteng}
if (lang == "span")
{text = textspan}

window.alert(text)
return false;}
hold = 0;}



//2010 2010 2010 


// ANDALUCÍA
hsdate="26/2/2010";
hedate="29/2/2010";
overlap(ss,dz,hsdate,hedate)
if (hold > 0)
{
holsupdays = holsupdays + hold;

if (dz < 3 ){
texteng = "On these dates there is a minimum booking requirement of 3 nights.";
textspan = "En estas fechas el mínimo de noches es 3";

if (lang == "eng")
{text = texteng}
if (lang == "span")
{text = textspan}

window.alert(text)
return false;}

hold = 0;}

// MARCH
hsdate="18/3/2010";
hedate="21/3/2010";
overlap(ss,dz,hsdate,hedate)
if (hold > 0)
{
holsupdays = holsupdays + hold;

if (dz < 3 ){
texteng = "On these dates there is a minimum booking requirement of 3 nights.";
textspan = "En estas fechas el mínimo de noches es 3";

if (lang == "eng")
{text = texteng}
if (lang == "span")
{text = textspan}

window.alert(text)
return false;}

hold = 0;}

// Easter starting on Wed to Sat
hsdate="26/3/2010";
hedate="30/3/2010";
overlap(ss,dz,hsdate,hedate)
if (hold > 0)
{
holsupdays = holsupdays + hold;
if (dz < 3 ){
texteng = "On these dates there is a minimum booking requirement of 3 nights.";
textspan = "En estas fechas el mínimo de noches es 3";

if (lang == "eng")
{text = texteng}
if (lang == "span")
{text = textspan}

window.alert(text)
return false;}

hold = 0;}

// Easter starting on Wed to Sat
//hsdate="31/3/2010";
//hedate="4/4/2010";
//overlap(ss,dz,hsdate,hedate)
//if (hold > 0)
//{
//holsupdays = holsupdays + hold;
//if (dz < 3 ){
//texteng = "On these dates there is a minimum booking requirement of 4 nights.";
//textspan = "En estas fechas el mínimo de noches es 4";
//
//if (lang == "eng")
//{text = texteng}
//if (lang == "span")
//{text = textspan}
//
//window.alert(text)
//return false;}

//hold = 0;}

// First of May
hsdate="30/4/2010";
hedate="4/5/2010";
overlap(ss,dz,hsdate,hedate)
if (hold > 0)
{
holsupdays = holsupdays + hold;
if (dz < 3 ){
texteng = "On these dates there is a minimum booking requirement of 3 nights.";
textspan = "En estas fechas el mínimo de noches es 3";

if (lang == "eng")
{text = texteng}
if (lang == "span")
{text = textspan}

window.alert(text)
return false;}

hold = 0;}


// AUGUST
hsdate="13/8/2010";
hedate="16/8/2010";
overlap(ss,dz,hsdate,hedate)
if (hold > 0)
{
holsupdays = holsupdays + hold;

if (dz < 3){
texteng = "On these dates there is a minimum booking requirement of 3 nights.";
textspan = "En estas fechas el mínimo de noches es 3";

if (lang == "eng")
{text = texteng}
if (lang == "span")
{text = textspan}

window.alert(text)
return false;}
hold = 0;}


// OCTOBER
hsdate="8/10/2010";
hedate="12/10/2010";
overlap(ss,dz,hsdate,hedate)
if (hold > 0)
{
holsupdays = holsupdays + hold;
if (dz < 3){
texteng = "On these dates there is a minimum booking requirement of 3 nights.";
textspan = "En estas fechas el mínimo de noches es 3";

if (lang == "eng")
{text = texteng}
if (lang == "span")
{text = textspan}

window.alert(text)
return false;}
hold = 0;}


// November puente
hsdate="1/11/2010";
hedate="2/11/2010";
overlap(ss,dz,hsdate,hedate)
if (hold > 0)
{
holsupdays = holsupdays + hold;
if (dz < 2){
texteng = "On these dates there is a minimum booking requirement of 4 nights.";
textspan = "En estas fechas el mínimo de noches es 4";

if (lang == "eng")
{text = texteng}
if (lang == "span")
{text = textspan}

window.alert(text)
return false;}
hold = 0;}


// December puente
hsdate="3/12/2010";
hedate="9/12/2010";
overlap(ss,dz,hsdate,hedate)
if (hold > 0)
{
holsupdays = holsupdays + hold;
if (dz < 5){
texteng = "On these dates there is a minimum booking requirement of 5 nights.";
textspan = "En estas fechas el mínimo de noches es 5";

if (lang == "eng")
{text = texteng}
if (lang == "span")
{text = textspan}

window.alert(text)
return false;}
hold = 0;}


// xmas
hsdate="22/12/2010";
hedate="7/1/2011";
overlap(ss,dz,hsdate,hedate)
if (hold > 0)
{
holsupdays = holsupdays + hold;
if (dz < 5 ){
texteng = "On these dates there is a minimum booking requirement of 5 nights.";
textspan = "En estas fechas el mínimo de noches es 5";

if (lang == "eng")
{text = texteng}
if (lang == "span")
{text = textspan}

window.alert(text)
return false;}
hold = 0;}

one_night()

return holsupdays
}

