<!-- Hide script

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 startDay = 0;
var endDay = 0;
var startTime1 = "1:00&nbsp;<small>P.M.</small>";
var endTime1 = "7:30&nbsp;<small>P.M.</small>";
//var URL = "http://www.mccneb.edu/intercultural/native_activ.htm"
var URL = "http://www.poncatribe-ne.org/start.php";
var confirmed = false;

function show_PoncaPowWow()
   {
   document.write('<p class="GLC"><a class="LinkXOB" onclick="openWindow(this,\'codepage\')"  href="'+URL+'">Ponca Pow-Wow<br />');
   if (!confirmed)
      document.write('Unconfirmed:<br />');
   else
      document.write('Confirmed:<br />');
   document.write('<span class="s">');
   if (startDay != endDay)
      document.write('August '+startDay+'-'+endDay+', '+year+'<br />'+startTime1+'-'+endTime1+'<br />Niobrara<br />1 mile west of Niobrara on Hiway 12<br />Turn left at Ponca Pow-Wow sign across from state park, and follow signs.');
   else
      document.write('August '+endDay+', '+year+'<br />'+startTime1+'-'+endTime1+'<br />Niobrara<br />1 mile west of Niobrara on Hiway 12<br />Turn left at Ponca Pow-Wow sign across from state park, and follow signs.');
   document.write('</span>');
   document.write('</a></p>');
   }

//alert("Month is "+month+" and day is "+day);
if (year==2010)
   {
   startDay = 13;
   endDay = 15;
   confirmed = true;
   }
else
if (year==2009)
   {
   startDay = 7;
   endDay = 9;
   confirmed = true;
   }
else
   {
   startDay = 5; // Unconfirmed
   endDay = 7;
   confirmed = false;
   }


if (month <= 6)
   show_PoncaPowWow();
else
if ((month == 7) && (day <= endDay))
   show_PoncaPowWow();

//   show_PoncaPowWow();
// Stop hiding -->
