<!-- Hide script
// Upcoming Events

var bd_BaseDate = new Date();

var month = bd_BaseDate.getMonth();
var day   = bd_BaseDate.getDate();
var year  = bd_BaseDate.getFullYear();
if (year < 1900) {year+=1900 }; // Fix for Opera version 7.11 and earlier, (years are 103 for 2003, etc.)
var MonthName = new Array('January','February.','March','April','May','June','July','August','September','October','November','December');
var month2='00';

var plural = false;
var hr = false;
var sep = true;
var tableNeeded = false;

var ucInhouseShown = false;
var ucNearbyShown = false;
var ucNearbyTableStarted = false;
var ucInhouseTableStarted = false;


var eMonth;

if (month < 9)
   month2='0'+(month+1);
else
   month2=(month+1);

function closeInhouseTable()
   {
   if (ucInhouseTableStarted && ucInhouseShown)
      {
      document.write('Closing Inhouse Table 1<br />');
      document.write('</td></tr></table>');
      ucInhouseTableStarted = false;
      ucInhouseShown = false; // resets upcomingShown
      }
   }
function closeNearbyTable()
   {
   if (ucNearbyTableStarted && ucNearbyShown)
      {
      document.write('Closing Nearby Table 1<br />');
      document.write('</td></tr></table>');
      ucNearbyTableStarted = false;
      ucNearbyShown = false;
      }
   }
function show_NearbyUpcoming(ucTag)
   {
   closeInhouseTable();
      // First ucTag text gets printed at top; after that, no more
   if (!ucNearbyTableStarted)
      {
      if (hr)
         document.write('<br /><hr width="80%" align="center" /><br />');
      if (sep)
         document.write('<br />');
      if (tableNeeded && !ucNearbyTableStarted)
         {
         document.write('<table border="1" cellpadding="2" bordercolor="red" width="180" align="center"><tr><td align="center" class="s">');
         ucNearbyTableStarted=true;
         } 
      document.write('&bull;<br />');
      document.write('<span class="announcement">');
      document.write('<strong>Upcoming '+ucTag+' Pacos:</strong><br />');
      //document.write(MonthName[month]+' '+day+', '+year+'<br />');
      document.write('</span><br />');
      ucNearbyTableStarted = true;
      ucNearbyShown = true;
      }
   }

function show_NearbyUpcomingX(ucTag)
   {
   closeInhouseTable();
      // First ucTag text gets printed at top; after that, no more
   if (!ucNearbyShown)
      {
      if (hr)
         document.write('<br /><hr width="80%" align="center" /><br />');
      if (sep)
         document.write('<br />');
      if (tableNeeded && !ucNearbyTableStarted)
         {
         document.write('<table border="1" cellpadding="2" bordercolor="red" width="180" align="center"><tr><td align="center" class="s announcementBorder">');
         ucNearbyTableStarted=true;
         }
      document.write('&bull;<br />');
      document.write('<span class="announcement">');
      document.write('<strong>Upcoming '+ucTag+' Pacos:</strong><br />');
      //document.write(MonthName[month]+' '+day+', '+year+'<br />');
      document.write('</span>');
      ucNearbyShown = true;
      }
   }

function show_NextUpcomingInhouse()
   {
   closeNearbyTable();
   if (!ucInhouseShown)
      {
      if (hr)
         document.write('<br /><hr width="80%" align="center" /><br />');
      if (sep)
         document.write('<br />');
      if (tableNeeded && !ucInhouseTableStarted)
         {
         document.write('<table border="1" cellpadding="2" bordercolor="red" width="180" align="center"><tr><td align="center" class="s announcementBorder">');
         ucInhouseTableStarted=true;
         }
      document.write('&bull;<br />');
      document.write('<span class="announcement">');
      if (plural)
         document.write('<strong>Upcoming events at Pacos:<br /></strong>');
      else
         document.write('<strong>Upcoming at Pacos:<br /></strong>');
      //document.write(MonthName[month]+' '+day+', '+year+'<br />');
      document.write('</span>');
      ucInhouseShown = true;
      }
   }
function show_NotReady()
   {
   //show_NextUpcomingInhouse();
   //document.write('We do not have the information programmed for this year yet!<br />');   
   //document.write('<br />');
   }


function show_U_2009_NewYearsDay()
   {
   show_NextUpcomingInhouse();
   document.write('<a href="calendarG.php">');
   document.write('Polar Bear Plunge Breakfast Fri Jan 1 9:30am<br />');
   document.write('</a><br />');
   }
function show_U_2009_NewYearsEve_Band()
   {
   show_NextUpcomingInhouse();
   document.write('<a href="calendarG.php">');
   document.write('Please join us for New Years Eve Thurs Dec 31, 09...Lions of Jah performing at 10pm.<br />');
   document.write('Polar Bear Plunge Breakfast Fri Jan 1 9:30am<br />');
   document.write('</a><br />');
   }
function show_A_ThanksgivingDay()
   {
   show_NextUpcomingInhouse();
   document.write('<a href="calendarG.php">');
   document.write('Open Thanksgiving Day.<br />');
   document.write('</a><br />');
   }
function show_U_2009_Halloween_Band()
   {
   show_NextUpcomingInhouse();
   document.write('<a href="calendarG.php">');
   document.write('Halloween Party Oct 31  Lions of Jah 10&nbsp;<small>P.M.</small><br />$50 best costume.<br />');
   document.write('</a><br />');
   }
function show_A_MemorialDay()
   {
   show_NextUpcomingInhouse();
   document.write('<a href="calendarG.php">');
   document.write('Join us for a special Memorial Day.<br />');
   document.write('</a><br />');
   }
function show_A_BirthdayAlexaSusiDustinAquino()
   {
   show_NextUpcomingInhouse();
   document.write('<a href="calendarG.php">');
   document.write('Happy Birthday to Alexa, Susi, and Dustin Aquino.<br />');
   document.write('</a><br />');
   }
function show_A_MothersDay()
   {
   show_NextUpcomingInhouse();
   document.write('<a href="calendarG.php">');
   document.write('Join us for Mothers Day (May 10th) and before the Moonlight movies.<br />');
   document.write('</a><br />');
   }
function show_A_FourOfJuly()
   {
   show_NextUpcomingInhouse();
   document.write('<a href="calendarG.php">');
   document.write('Join us for 4th of July (cuatro de Julio).<br />');
   document.write('</a><br />');
   }
function show_A_FathersDay_2010()
   {
   show_NextUpcomingInhouse();
   document.write('<a href="calendarG.php">');
   document.write('Join us for Fathers Day (June 20th).<br />');
   document.write('</a><br />');
   }
function show_A_FathersDay_2009()
   {
   show_NextUpcomingInhouse();
   document.write('<a href="calendarG.php">');
   document.write('Join us for Fathers Day (June 21st).<br />');
   document.write('</a><br />');
   }
function show_A_SpringBreak()
   {
   show_NextUpcomingInhouse();
   document.write('<a href="calendarG.php">');
   document.write('Join us for Spring Break.<br />');
   document.write('</a><br />');
   }
function show_A_ValentinesDay()
   {
   show_NextUpcomingInhouse();
   document.write('<a href="calendarG.php">');
   document.write('Celebrate valentine\'s Day with us.<br />');
   document.write('</a><br />');
   }

function show_A_BeachesParade()
   {
   show_NextUpcomingInhouse();
   document.write('<a href="calendarG.php">');
   document.write('Best place to view the Annual Beaches Parade.<br />');
   document.write('</a><br />');
   }
function show_A_2010_DonnaMarathon()
   {
   show_NextUpcomingInhouse();
   document.write('<a href="calendarG.php">');
   document.write('Breast Cancer Marathon.<br />');
   document.write('February 21, 2010<br />');
   document.write('</a><br />');
   }
function show_A_2009_DonnaMarathon()
   {
   show_NextUpcomingInhouse();
   document.write('<a href="calendarG.php">');
   document.write('26.2 mile Marathon.<br />');
   document.write('with Donna<br />');
   document.write('February 15, 2009<br />');
   document.write('</a><br />');
   }
function show_W_KidsKaraokeB()
   {
   show_NextUpcomingInhouse();
   document.write('<a href="calendarG.php">');
   switch (year)
      {
      case 2009: // Jan 2009
         {
         switch (month)
            {
            case 6: // Jul 2009
               {
               //July 9, 16, 23 & 30 5pm - 7
               if (day <= 9)
                  {
                  document.write('Kids Karaoke in '+MonthName[month]+' Thurdays: 9th, 16th, &amp; 23rd 5-7&nbsp;<small>P.M.</small>');
                  }
               else
               if (day <= 16)
                  {
                  document.write('Kids Karaoke in '+MonthName[month]+' Thurdays: 16th, 23rd, &amp; 30th, 5-7&nbsp;<small>P.M.</small>');
                  document.write('Kids Karaoke in '+MonthName[month]+' Thurdays: 23rd 5-7&nbsp;<small>P.M.</small>');
                  }
               else
               if (day <= 30)
                  {
                  document.write('Kids Karaoke in '+MonthName[month]+' Thurdays: 30th 6-8&nbsp;<small>P.M.</small>');
                  }
               else
                  document.write('Kids Karaoke in '+MonthName[month+1]+' Thurdays: 6th &amp; 13th, 6-8&nbsp;<small>P.M.</small>');
               }
            break;
            case 7: // Aug 2009
               {
               // Kids Karaoke Aug 6 & 13, 09 from 6pm-8
               if (day <= 6)
                  {
                  document.write('Kids Karaoke in '+MonthName[month]+' Thurdays: 6th &amp; 13th, 6-8&nbsp;<small>P.M.</small>');
                  }
               else
               if (day <= 13)
                  {
                  document.write('Kids Karaoke in '+MonthName[month]+' Thurdays: 13th 6-8&nbsp;<small>P.M.</small>');
                  }
               //else
                  //document.write('Kids Karaoke in '+MonthName[month+1]+' Thurdays: 6-8&nbsp;<small>P.M.</small>');
               }
            break;
            case 8: // Sep 2009
               {
               // Kids Karaoke Sep 3, 10, 17, 24 from 6pm-8
               /*
               if (day <= 3)
                  {
                  document.write('Kids Karaoke in '+MonthName[month]+' Thurdays: 3rd, 10th, 17th, and 24th 6-8&nbsp;<small>P.M.</small>');
                  }
               else
               if (day <= 10)
                  {
                  document.write('Kids Karaoke in '+MonthName[month]+' Thurdays: 3rd, 10th, 17th, and 24th 6-8&nbsp;<small>P.M.</small>');
                  }
               else
               if (day <= 17)
                  {
                  document.write('Kids Karaoke in '+MonthName[month]+' Thurdays: 3rd, 10th, 17th, and 24th 6-8&nbsp;<small>P.M.</small>');
                  }
               else
               if (day <= 24)
                  {
                  document.write('Kids Karaoke in '+MonthName[month]+' Thurdays: 3rd, 10th, 17th, and 24th 6-8&nbsp;<small>P.M.</small>');
                  }
               else
                  document.write('Kids Karaoke in '+MonthName[month+1]+' Thurdays: 6-8&nbsp;<small>P.M.</small>');
               */
               }
            break;
            } /* end switch (month) */
         }
      break;
      } /* end switch (year) */
   document.write('</a><br />');
   }
 
 
function show_U_KidsKaraoke()
   {
   show_NextUpcomingInhouse();
   document.write('<a href="calendarG.php">');
   document.write('Kids Karaoke starting in '+eMonth+'.<br />');
   document.write('</a><br />');
   }
function show_200906_MoonlightMovies()
   {
   show_NearbyUpcomingX('(nearby)');
   document.write('<a href="calendarG.php">');
   document.write('Join us before the Moonlight Movies on<br />');
   if ((day >= 1) && (day <= 5))
      document.write('June 5th and 14th, 2009.<br />');
   else
      document.write('June 14th, 2009.<br />');
   document.write('Seawalk Pavilion<br />');
   document.write('(two blocks south).<br />');
   document.write('</a><br />');
   }
function show_200905_MoonlightMovies()
   {
   show_NearbyUpcomingX('(nearby)');
   document.write('<a href="calendarG.php">');
   document.write('Join us before the Moonlight Movies on<br />');
   if ((day >= 1) && (day <= 22))
      document.write('May 22nd and 29th, 2009.<br />');
   else
      document.write('May 29th, 2009.<br />');
   document.write('Seawalk Pavilion<br />');
   document.write('(two blocks south).<br />');
   document.write('</a><br />');
   }
function show_A_JazzSeries_2010()
   {
   show_NearbyUpcomingX('(nearby)');
   document.write('<a href="calendarG.php">');
   document.write('Jazz Series Concert.<br />');
   document.write('Sunday, June 13th: 5&nbsp;<small>P.M.</small> - 10&nbsp;<small>P.M.</small><br />');
   document.write('Seawalk Pavilion<br />');
   document.write('(two blocks south).<br />');
   document.write('</a><br />');
   }
function show_A_JazzSeries_2009()
   {
   show_NearbyUpcomingX('(nearby)');
   document.write('<a href="calendarG.php">');
   document.write('Jazz Series Concert.<br />');
   document.write('Sunday, June 14th: 5&nbsp;<small>P.M.</small> - 10&nbsp;<small>P.M.</small><br />');
   document.write('Seawalk Pavilion<br />');
   document.write('(two blocks south).<br />');
   document.write('</a><br />');
   }
function show_A_SpringingTheBluesFestival()
   {
   show_NearbyUpcomingX('(nearby)');
   document.write('<a href="calendarG.php">');
   document.write('Springing the Blues Festival.<br />');
   document.write('Friday: 5&nbsp;<small>P.M.</small> - 10&nbsp;<small>P.M.</small><br />');
   document.write('Sat and Sunday: 12&nbsp;<small>P.M.</small> - 10&nbsp;<small>P.M.</small><br />');
   document.write('Seawalk Pavilion<br />');
   document.write('(two blocks south).<br />');
   document.write('</a><br />');
   }

function show_A_TexasHoldemTournament()
   {
   show_NextUpcomingInhouse();
   document.write('<a href="calendarG.php">');
   document.write('Texas Holdem Final Tournament Jan 31.<br />');
   document.write('</a><br />');
   }
function show_A_FatTuesday()
   {
   show_NextUpcomingInhouse();
   document.write('<a href="calendarG.php">');
   document.write('Fat Tuesday Feb 16.<br />');
   document.write('</a><br />');
   }

function show_A_SuperBowl()
   {
   show_NextUpcomingInhouse();
   document.write('<a href="calendarG.php">');
   document.write('Come join us for the Superbowl, February 7th.<br />');
   document.write('</a><br />');
   }

function show_ComingUp_2009()
   {
   switch (month)
      {
      case 0: // Jan 2009
         {
         if ((day >= 15) && (day <= 31))
            show_A_ValentinesDay();
         if ((day >= 1) && (day <= 31))
            show_A_2009_DonnaMarathon();
         }
      break;
      case 1: // Feb 2009
         {
         if ((day >= 1) && (day <= 14))
            show_A_ValentinesDay();
         if ((day >= 1) && (day <= 15))
            show_A_2009_DonnaMarathon();
         if ((day >= 14) && (day <= 28))
            show_A_SpringBreak();
         }
      break;
      case 2: // Mar 2009
         {
         if ((day >= 1) && (day <= 31))
            show_A_SpringBreak();
         if ((day >= 1) && (day <= 13))
            {
            eMonth = 'April';
            show_U_KidsKaraoke();
            }
         if ((day >= 15) && (day <= 31))
            show_A_SpringingTheBluesFestival();
         }
      break;
      case 3: // Apr 2009
         {
         if ((day >= 1) && (day <= 14))
            show_A_SpringBreak();
         if ((day >= 1) && (day <= 13))
            {
            eMonth = 'April';
            show_U_KidsKaraoke();
            };
         if ((day >= 1) && (day <= 5))
            show_A_SpringingTheBluesFestival();
         if ((day >= 1) && (day <= 26))
            show_A_BeachesParade()
         if ((day >= 1) && (day <= 30))
            show_A_MothersDay();
         if ((day >= 1) && (day <= 30))
            show_A_BirthdayAlexaSusiDustinAquino();
         }
      break;
      case 4: // May 2009
         {
         if ((day >= 1) && (day <= 10))
            show_A_MothersDay();
         if ((day >= 1) && (day <= 31))
            show_A_BirthdayAlexaSusiDustinAquino();
         if ((day >= 1) && (day <= 25))
            show_A_MemorialDay();
         if ((day >= 1) && (day <= 29))
            show_200905_MoonlightMovies();
         }
      break;
      case 5: // June 2009
         {
         if ((day >= 1) && (day <= 21))
            show_A_FathersDay_2009();
         if ((day >= 1) && (day <= 14))
            {
            show_A_JazzSeries_2009();
            show_200906_MoonlightMovies();
            }
         if ((day >= 22) && (day <= 30))
            show_A_FourOfJuly();
         if ((day >= 1) && (day <= 31))
            {
            eMonth = 'July';
            show_U_KidsKaraoke();
            }
         }
      break;
      case 6: // July 2009
         {
         if ((day >= 1) && (day <= 4))
            show_A_FourOfJuly();
         if ((day >= 1) && (day <= 31))
            {
            eMonth = 'July';
            show_W_KidsKaraokeB();
            }
         }
      break;
      case 7: // Aug 2009
         {
         if ((day >= 1) && (day <= 13))
            {
            eMonth = 'August';
            show_W_KidsKaraokeB();
            }
         }
      break;
      case 9: // Oct 2009
         {
         if ((day >= 1) && (day <= 31))
            {
            show_U_2009_Halloween_Band();
            }
         }
      break;
      case 10: // Nov 2009
         {
         if ((day >= 1) && (day <= 26))
            {
            show_A_ThanksgivingDay();
            show_U_2009_NewYearsEve_Band();
            }
         if ((day >= 27) && (day <= 30))
            {
            show_U_2009_NewYearsEve_Band();
            }
         }
      break;
      case 11: // Dec 2009
         {
         if ((day >= 1) && (day <= 31))
            {
            show_U_2009_NewYearsEve_Band();
            }
         }
      break;
      } // end of switch
   } // end show_ComingUp_2009




















function show_ComingUp_2010()
   {
   switch (month)
      {
      case 0: // Jan 2010
         {
         if ((day >= 1) && (day <= 1))
            {
            show_U_2010_NewYearsDay();
            }
         if ((day >= 19) && (day <= 31))
            show_A_TexasHoldemTournament();
         if ((day >= 19) && (day <= 31))
            show_A_SuperBowl();
         if ((day >= 8) && (day <= 31))
            show_A_ValentinesDay();
         if ((day >= 19) && (day <= 31))
            show_A_FatTuesday();
         if ((day >= 19) && (day <= 31))
            show_A_2010_DonnaMarathon();
         }
      break;
      case 1: // Feb 2010
         {
         if ((day >= 1) && (day <= 7))
            show_A_SuperBowl();
         if ((day >= 1) && (day <= 14))
            show_A_ValentinesDay();
         if ((day >= 1) && (day <= 16))
            show_A_FatTuesday();
         if ((day >= 1) && (day <= 14))
            show_A_2010_DonnaMarathon();
         if ((day >= 14) && (day <= 28))
            show_A_SpringBreak();
         }
      break;
      case 2: // Mar 2010
         {
         if ((day >= 1) && (day <= 31))
            show_A_SpringBreak();
/*
         if ((day >= 1) && (day <= 13))
            {
            eMonth = 'April';
            show_U_KidsKaraoke();
            }
*/
         if ((day >= 15) && (day <= 31))
            show_A_SpringingTheBluesFestival();
         }
      break;
      case 3: // Apr 2010
         {
         if ((day >= 1) && (day <= 13))
            show_A_SpringBreak();
/*
         if ((day >= 1) && (day <= 13))
            {
            eMonth = 'April';
            show_U_KidsKaraoke();
            };
*/
         if ((day >= 1) && (day <= 4))
            show_A_SpringingTheBluesFestival();
         if ((day >= 1) && (day <= 25))
            show_A_BeachesParade()
         if ((day >= 1) && (day <= 30))
            show_A_MothersDay();
         if ((day >= 1) && (day <= 30))
            show_A_BirthdayAlexaSusiDustinAquino();
         }
      break;
      case 4: // May 2010
         {
         if ((day >= 1) && (day <= 9))
            show_A_MothersDay();
         if ((day >= 1) && (day <= 31))
            show_A_BirthdayAlexaSusiDustinAquino();
         if ((day >= 1) && (day <= 24))
            show_A_MemorialDay();
/*
         if ((day >= 1) && (day <= 29))
            show_201005_MoonlightMovies();
*/
         }
      break;
      case 5: // June 2010
         {
         if ((day >= 1) && (day <= 20))
            show_A_FathersDay_2010();
         if ((day >= 1) && (day <= 14))
            {
            show_A_JazzSeries_2010();
            }
/*
         if ((day >= 1) && (day <= 14))
            {
            show_201006_MoonlightMovies();
            }
*/
         if ((day >= 22) && (day <= 30))
            show_A_FourOfJuly();
/*
         if ((day >= 1) && (day <= 31))
            {
            eMonth = 'July';
            show_U_KidsKaraoke();
            }
*/
         }
      break;
      case 6: // July 2010
         {
         if ((day >= 1) && (day <= 4))
            show_A_FourOfJuly();
/*
         if ((day >= 1) && (day <= 31))
            {
            eMonth = 'July';
            show_W_KidsKaraokeB();
            }
*/
         }
      break;
      case 7: // Aug 2010
         {
/*
         if ((day >= 1) && (day <= 13))
            {
            eMonth = 'August';
            show_W_KidsKaraokeB();
            }
*/
         }
      break;
      case 9: // Oct 2010
         {
         if ((day >= 1) && (day <= 31))
            {
            //show_U_2010_Halloween();
            }
         }
      break;
      case 10: // Nov 2010
         {
         if ((day >= 1) && (day <= 26))
            {
            show_A_ThanksgivingDay();
            //show_U_2010_NewYearsEve();
            }
         if ((day >= 27) && (day <= 30))
            {
            //show_U_2010_NewYearsEve();
            }
         }
      break;
      case 11: // Dec 2010
         {
         if ((day >= 1) && (day <= 31))
            {
            //show_U_2010_NewYearsEve();
            }
         }
      break;
      } // end of switch
   } // end show_ComingUp_2010








if (year==2009)
   {
   show_ComingUp_2009();
   }
else
if (year==2010)
   {
   show_ComingUp_2010();
   }
else
   {
   show_NotReady();
   }


if (ucNearbyTableStarted && ucNearbyShown)
   {
   document.write('Closing Nearby Table 2<br />');
   document.write('</td></tr></table>');
   }
if (ucInhouseTableStarted && ucInhouseShown)
   {
   document.write('Closing Inhouse Table 2<br />');
   document.write('</td></tr></table>');
   }

//document.write(', '+year););
//alert("Month is "+month+" and day is "+day);
// Stop hiding -->