<!-- 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.objgfestival.com/';
    eventURL = 'http://www.mccneb.edu/';
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_GospelBluesInfo()
   {
   document.write('&nbsp;&nbsp;&nbsp;&nbsp;<a onclick="openWindow(this,\'codepage\')" class="x" href="'+eventURL+'">Metro Community College Gospel and Blues Fest August</a>');  
   document.write('&nbsp;&nbsp;&nbsp;&nbsp;<a onclick="openWindow(this,\'codepage\')" class="x" href="'+eventURL+'">August '+(endDay-1)+'-'+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\')" onmouseover="dccw(\'Click to see a map.\',\'Note\',150); return true;" onmouseout="nd(); return true;" href="'+mapURL+'+"><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==2002)
   {
   endDay = 25
   eventURL='http://www.objgfestival.com/';
   }
else
if (year==2003)
   {
   endDay = 24
   eventURL='http://www.objgfestival.com/';
   }
else
if (year==2004)
   {
   endDay = 7;
   eventURL='http://www.objgfestival.com/';
   }
else
if (year==2005)
   {
   endDay = 13;
   eventURL='http://metroweb.mccneb.edu/ResourceRequests/EventCalendarCW.asp?date=8/22/2005';
   }
else
if (year==2006)
   {
   endDay = 12;
   eventURL='http://metroweb.mccneb.edu/ResourceRequests/EventCalendarCW.asp?date=8/22/2006';
   }
else
if (year==2007)
   {
   endDay = 11;
   eventURL='http://metroweb.mccneb.edu/ResourceRequests/EventCalendarCW.asp?date=8/22/2007';
   }
else
   {
   endDay = 11;
   eventURL='http://www.mccneb.edu/';
   }

if (month == 6) // July
   show_Metro_GospelBluesInfo();
else
if ((month == 7) && (day < endDay)) // August
   show_Metro_GospelBluesInfo();
// Stop hiding -->