function minimum(dz,ss)
{

//2009 2009 2009 2009 2009 2009 
// EASTER
hsdate="4/4/2009";
hedate="12/4/2009";
overlap(ss,dz,hsdate,hedate)
if (hold > 0 && (dz < 4) )
{


texteng = "On these dates there is a minimum booking requirement of 4 nights.";
textspan = "En estas fechas el minimo de noches es 4";

if (lang == "eng")
{text = texteng}
if (lang == "span")
{text = textspan}

window.alert(text)
return false;
}

// NEW YEAR
hsdate="30/12/2009";
hedate="31/12/2009";
overlap(ss,dz,hsdate,hedate)
if (hold > 0 && (dz < 4) )
{


texteng = "On these dates there is a minimum booking requirement of 4 nights.";
textspan = "En estas fechas el minimo de noches es 4";

if (lang == "eng")
{text = texteng}
if (lang == "span")
{text = textspan}

window.alert(text)
return false;
}

//2010 2010 2010 2010 2010 2010 
// EASTER
hsdate="27/3/2010";
hedate="4/4/2010";
overlap(ss,dz,hsdate,hedate)
if (hold > 0 && (dz < 3) )
{


texteng = "On these dates there is a minimum booking requirement of 3 nights.";
textspan = "En estas fechas el minimo de noches es 3";

if (lang == "eng")
{text = texteng}
if (lang == "span")
{text = textspan}

window.alert(text)
return false;
}

// NEW YEAR
hsdate="30/12/2010";
hedate="31/12/2010";
overlap(ss,dz,hsdate,hedate)
if (hold > 0 && (dz < 4) )
{


texteng = "On these dates there is a minimum booking requirement of 4 nights.";
textspan = "En estas fechas el minimo de noches es 4";

if (lang == "eng")
{text = texteng}
if (lang == "span")
{text = textspan}

window.alert(text)
return false;
}

//2011 2011 2011 2011 2011 2011 2011 2011 2011 2011 
// EASTER
hsdate="16/4/2011";
hedate="24/4/2011";
overlap(ss,dz,hsdate,hedate)
if (hold > 0 && (dz < 4) )
{


texteng = "On these dates there is a minimum booking requirement of 4 nights.";
textspan = "En estas fechas el minimo de noches es 4";

if (lang == "eng")
{text = texteng}
if (lang == "span")
{text = textspan}

window.alert(text)
return false;
}

// NEW YEAR
hsdate="30/12/2011";
hedate="31/12/2011";
overlap(ss,dz,hsdate,hedate)
if (hold > 0 && (dz < 4) )
{


texteng = "On these dates there is a minimum booking requirement of 4 nights.";
textspan = "En estas fechas el minimo de noches es 4";

if (lang == "eng")
{text = texteng}
if (lang == "span")
{text = textspan}

window.alert(text)
return false;
}


}
