// Schedule Holidays for El Fogon Homepage
function InsertHolidayBlurb() {
    var today = new Date();
    var currentMonth = today.getMonth();
    var currentDay = today.getDate();
    var myHTML = "<div class=\"nazcadivider\"></div>";

    switch (currentMonth) {
        case 0:
            //   *************   January   *****************************   //
            //   New Year's Day   //
            myblurb = "<img src=\"images/icons/snowman.png\" class=\"leftAlignedImage\" />";
            myblurb += "<h3>Happy New Year!</h3>";
            myblurb += "<p>May New Year's Eve find you seated around the table, together with your beloved family and cherished friends.";
            myblurb += " May you find the food better, the environment quieter, the cost much cheaper, and the pleasure much more fulfilling than anything else you might ordinarily do that night.</p>";
            myblurb += "<p class=\"signature\">Feliz a&ntilde;o nuevo!<br />El Fogon Management</p>";

            myHTML += (currentDay <= 5) ? myblurb : "";

            break;


        case 1:
            //   *************   February   *****************************   //
            //   Valentine's Day   //
            myblurb = "<img src=\"images/icons/balloons.png\" class=\"leftAlignedImage\" />";
            myblurb += "<h3>Come Celebrate Valentine's Day with us!</h3>";
            myblurb += "<p>Are you looking for a romantic place to celebrate Valentine's Day?</p>";
            myblurb += "<p>Don't look any further, El Fogon reaturant will not disappoint you.";
            myblurb += " Make your reservation by calling us at <strong>416-850-8041</strong></p>";
            myblurb += "<p class=\"signature\">Happy Valentine's Day from all of us at El Fogon!<br />El Fogon Management</p>";

            myHTML += (currentDay < 15) ? myblurb : "";

            //   Family Day   //

            myblurb = "<img src=\"images/icons/family-day.png\" class=\"leftAlignedImage\" />";
            myblurb += "<h3>Happy Family Day!</h3>";
            myblurb += "<p> You don't choose your family. They are God's gift to you, as you are to them.<br />Desmond Tutu </p>";
            myblurb += "<p class=\"signature\">Enjoy family day!<br />El Fogon Management</p>";

            myHTML += (currentDay > 15 && currentDay < 22) ? myblurb : "";

            break;


        case 2:
            //   *************   March   *****************************   //
            //   International Women's Day //
            myblurb = "<img src=\"images/icons/rose.png\" class=\"leftAlignedImage\" />";
            myblurb += "<h3>Happy International Women's Day!</h3>";
            myblurb += "<p>Even in this day and age, women face discrimination and prejudice.";
            myblurb += " Yet, women all over the world continue to work hard to make a difference &ndash; to alter their lives and the lives of others.</p>";
            myblurb += "<p class=\"signature\">El Fogon Management</p>";

            myHTML += (currentDay > 6 && currentDay < 9) ? myblurb : "";

            //   St. Patricks's Day //
            myblurb = "<img src=\"images/icons/st-patrick.png\" class=\"leftAlignedImage\" />";
            myblurb += "<h3>Happy St. Patrick's Day!</h3>";
            myblurb += "<p>Anyone acquainted with Ireland knows that the morning of St. Patrick's Day consists of the night of the 17th of March flavored strongly with the morning of the 18th. :-)</p>";
            myblurb += "<p class=\"signature\">El Fogon Management</p>";

            myHTML += (currentDay > 10 && currentDay < 18) ? myblurb : "";

            break;


        case 3:
            //   *************   April   *****************************   //
            //   Easter //
            myblurb = "<img src=\"images/icons/easter-basket.png\" class=\"leftAlignedImage\" />";
            myblurb += "<h3>Happy Easter!</h3>";
            myblurb += "<p> Easter is a time for hope, renewal of spirit, rekindling of faith and rejoicing in the triumph of the Lord.";
            myblurb += " It is also the time to reach out to our loved ones and come together </p>";
            myblurb += "<p class=\"signature\">Felices Pascuas!<br />El Fogon Management</p>";

            myHTML += (currentDay > 18 && currentDay < 26) ? myblurb : "";

            break;

        case 4:
            //   *************   May   *****************************   //
            //   Mother's Day   //

            myblurb = "<img src=\"images/icons/bouquet.png\" class=\"leftAlignedImage\" />";
            myblurb += "<h3>Come Celebrate Mother's Day with us!</h3>";
            myblurb += "<p>Make your Mother's Day bright by sending her your warmest and heartfelt messages. Come on...Don't shy.";
            myblurb += " Think of some beautiful words, for we all owe our Mothers a Big Thank You Message! Treat your mom, bring her to El Fogon! </p>";
            myblurb += "<p class=\"signature\">Feliz d&iacute;a de las madres!<br />El Fogon Management</p>";

            myHTML += (currentDay > 5 && currentDay <= 14) ? myblurb : "";

            break;

        case 5:
            //   *************   June   *****************************   //
            //   Father's Day //
            myblurb = "<img src=\"images/icons/father-day.png\" class=\"leftAlignedImage\" />";
            myblurb += "<h3>Happy Father's Day!</h3>";
            myblurb += "<p>Good fathers are difficult to find. If you have a gem of a father and you wish to make him feel special, here is your chance.";
            myblurb += " Treat him to dinner at El Fogon restaurant for an unforgettable night.</p>";
            myblurb += "<p class=\"signature\">Feliz d&iacute;a de los padres<br />El Fogon Management</p>";

            myHTML += (currentDay > 15 && currentDay <= 21) ? myblurb : "";

            //   Inti Raymi //
            myblurb = "<img src=\"images/icons/sun.png\" class=\"leftAlignedImage\" />";
            myblurb += "<h3>Inti Raymi (Fetival of the Sun)</h3>";
            myblurb += "<p>The Festival of the Sun was a religious ceremony of the Inca Empire in honor of the god Inti, one of the most venerated gods in Inca religion.";
            myblurb += " According to chronicler Garcilaso de la Vega, Sapa Inca Pachacuti created the Inti Raymi to celebrate the winter solstice and a new year in the Andes of the Southern Hemisphere.";
            myblurb += " Since 1944, a theatrical representation of the Inti Raymi has been taking place at Sacsayhuam&aacute;n on June 24 of each year.</p>";
            myblurb += "<p class=\"signature\">El Fogon Management</p>";

            myHTML += (currentDay == 24) ? myblurb : "";

            break;

        case 6:
            //   *************   July   *****************************   //
            //   Canada Day //
            myblurb = "<img src=\"images/icons/canada.png\" width=\"114\" height=\"114\" class=\"leftAlignedImage\" />";
            myblurb += "<h3>Happy Canada Day!</h3>";
            myblurb += "<p>It's Canada Day! Happy Birthday To Canada. </p>";
            myblurb += "<p> A time for celebration in this great nation.</p>";
            myblurb += "<p class=\"signature\">Thanks Canada!<br />El Fogon Management</p>";

            myHTML += (currentDay < 4) ? myblurb : "";

            //   Peru's Independence Day //
            myblurb = "<img src=\"images/icons/escudo-nacional-peru.png\" class=\"leftAlignedImage\" />";
            myblurb += "<h3>Come Celebrate Peru's Indepence Day with us!</h3>";
            myblurb += "<p>The proclamation of the independence of Peru took place on July 28, 1821. Since then Peru has gone a long way. </p>";
            myblurb += "<p>Our best wishes for the land of the Incas.</p>";
            myblurb += "<p class=\"signature\">El Fogon Management</p>";

            myHTML += (currentDay >= 24 && currentDay <= 29) ? myblurb : "";

            break;

        case 7:
            //   *************   August   *****************************   //
            myHTML += (currentDay == 1) ? "<h3>Happy Civic Holiday!</h3>" : "";
            myHTML += (currentDay == 30) ? "<h3>Happy Santa Rosa de Lima Day!</h3>" : "";

            break;

        case 8:
            //   *************   September   *****************************   //
            myHTML += (currentDay < 7) ? "<h3>Happy Labour Day!</h3>" : "";

            break;

        case 9:
            //   *************   October   *****************************   //
            myHTML += (currentDay > 5 && currentDay <= 12) ? "<h3>Happy Thanksgiving!</h3>" : "";

            //   Halloween //
            myblurb = "<img src=\"images/icons/pumpkin.png\" class=\"leftAlignedImage\" />";
            myblurb += "<h3>Happy Halloween!</h3>";
            myblurb += "<p>Isn't it great fun to spook your pals or make them lol until their heads roll out?";
            myblurb += " Take this Halloween to catch up with your friends and wish them a night of chills, thrills&hellip;</p>";
            myblurb += "<p class=\"signature\">Boo!<br />El Fogon Management</p>";

            myHTML += (currentDay > 26) ? myblurb : "";

            break;

        case 10:
            //   *************   November   *****************************   //
            myHTML += (currentDay < 3) ? "<h3>Happy All Saint's Day!</h3>" : "";
            myHTML += (currentDay > 5 && currentDay <= 12) ? "<h3>Happy Remembrance Day!</h3>" : "";

            break;

        case 11:
            //   *************   December   *****************************   //
            //   Xmas   //

            myblurb = "<img src=\"images/icons/xmas-tree.png\" class=\"leftAlignedImage\" />";
            myblurb += "<h3>Merry Xmas! Feliz Navidad!</h3>";
            myblurb += "<p>May the good times and treasures of the present become the golden memories of tomorrow. Wish you lots of love, joy and happiness. MERRY CHRISTMAS</p>";
            myblurb += "<p>See our <a href='http://www.elfogon.ca/restaurant/reservations-and-take-out.htm'>Holiday Hours</a></p>";
            myblurb += "<p class=\"signature\">Happy Holidays!<br />El Fogon Management</p>";

            myHTML += (currentDay > 14 && currentDay < 26) ? myblurb : "";

            //   New Year's Eve   //
            myblurb = "<img src=\"images/icons/snowman.png\" class=\"leftAlignedImage\" />";
            myblurb += "<h3>Happy New Year!</h3>";
            myblurb += "<p>May New Year's Eve find you seated around the table, together with your beloved family and cherished friends.";
            myblurb += " May you find the food better, the environment quieter, the cost much cheaper, and the pleasure much more fulfilling than anything else you might ordinarily do that night.</p>";
            myblurb += "<p class=\"signature\">Feliz a&ntilde;o nuevo!<br />El Fogon Management</p>";

            myHTML += (currentDay >= 26) ? myblurb : "";
    }
	
	
	if (myHTML.length < 40) {
		//No holiday selected!//
 		myHTML = "<img src=\"images/st-clair-avenue-west.jpg\" style=\"width:66.81%;max-width:600px;max-height:250px;\"/>";
		myHTML += "<p style=\"font-size:.85em;line-height:1;\">St. Clair Ave. West, by <a href=\"http://www.flickr.com/photos/jfitzg/\" target=\"_blank\">John FitzGerald</a></p>";

	}
    // Test Script //
    //myHTML += "<p>day: " + currentDay + " Month: " + currentMonth + "</p>";
    document.getElementById("selectedholiday").innerHTML = myHTML;
}
