<!-- Hide script

var bd_BaseDate = new Date();

var month = bd_BaseDate.getMonth();
var day   = bd_BaseDate.getDate();
var year  = bd_BaseDate.getYear();
if (year < 1900) {year+=1900; } // Fix for Opera version 7.11 and earlier, (years are 103 for 2003, etc.)
var endDay = 0;
var eventURL='http://www.mccneb.edu/intercultural/native_activ.htm';
var mapURL ='http://maps.notyahoo.com/yahoo/yt.hm?FAM=yahoo&amp;CMD=GEO&amp;SEC=geo&amp;AD2=30th+and+Fort&amp;AD3=Omaha+NE&amp;recent=0'
    mapURL ='http://www.mapquest.com/maps/map.adp?country=US&address=5730+N.+30th+Street&city=Omaha&state=NE&zipcode=68111-1600&homesubmit.x=45&homesubmit.y=13'; // Metro CC Fort Omaah Campus

function show_Metro_PowwowInfo()
   {
   document.write('&nbsp;&nbsp;&nbsp;&nbsp;<a onclick="openWindow(this,\'codepage\')" class="x" href="'+eventURL+'">Metro Community College Pow-wow September '+endDay+', '+year+'</a>');

   document.write('&nbsp;(<a onclick="openWindow(this,\'codepage\')" class="x" href="'+mapURL+'" onmouseover="dccw(\'Click to see a map.\',\'Note\',150); return true;" onmouseout="nd(); return true;">30th and Fort</a>)&nbsp;&nbsp;<a onclick="openWindow(this,\'codepage\')" class="x" href="'+mapURL+'" onmouseover="dccw(\'Click to see a map.\',\'Note\',150); return true;" onmouseout="nd(); return true;"><img src="images/NE-Map-20x11.gif" longdesc="images/NE-Map-20x11.txt" alt="This address is in Nebraska.  Click to see a map." class="imgStyle" width="20" height="11" /></a><br />');
   }

//alert("Month is "+month+" and day is "+day);
if (year==2009)
   endDay = 18
else
if (year==2005)
   endDay = 24
else
if (year==2004)
   endDay = 25
else
if (year==2003)
   endDay = 20
else
if (year==2002)
   endDay = 21
else
   endDay = 18;

if (month == 7)
   show_Metro_PowwowInfo();
else
if ((month == 8) && (day < endDay))
   show_Metro_PowwowInfo();
// Stop hiding -->
