<!-- 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 startDay = 0;
var endDay = 0;
var eventURL='http://www.faire.org/';
var mapURL = "http://maps.notyahoo.com/yahoo/yt.hm?FAM=yahoo&amp;CMD=GEO&amp;SEC=geo&amp;AD2=2700+College+Road&amp;AD3=Council+Bluffs+IA&amp;recent=0"
    mapURL = "http://maps.notyahoo.com/maps_result?zoomin=yes&name=&ed=Qka7gup_0TrPrgmoTgPQWE4_t0GMHOdJCU8ojggsgsjE0iyASbJmVtIb2tfvs0S.NXevdicj7fki8eEV7QaDnKmTPC_eEhbYvYHsuzRJ.PfDCQ--&state=IA&csz=Council+Bluffs%2C+IA+51503-1057&ds=n&uzip=51503&mag=9&desc=&country=US&dma=652&cat=dine&resize=l&rezoom=0&.intl=us&compass=&pan_x=0&pan_y=0"
    mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&address=2700+College+Rd&city=Council+Bluffs&state=IA&zipcode=51503&homesubmit.x=45&homesubmit.y=13'; // IWCC

function show_Renaissance_DateMapI()
   {
	document.write('&nbsp;&nbsp;&nbsp;&nbsp;<a onclick="openWindow(this,\'codepage\')" class="x" href="'+eventURL+'">Renaissance Faire ');
	document.write('June '+startDay+'-'+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;">Iowa Western Community College</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/IA-Map-18x11.gif" alt="This address is in Iowa.  Click to see a map." class="imgStyle" width="18" height="11" /></a><br />');
   }

//alert("Month is "+month+" and day is "+day);

if (year==2003)
   {
   startDay = 13;
   endDay = 15;
   }
/*
else
if (year==2004)
   {
   startDay = 11;
   endDay = 13;
   }
*/
else
if (year==2004)
   {
   startDay=20;
   endDay = 22;
   }
else
if (year==2005)
   {      
   startDay=19;
   endDay = 21;
   }
else
if (year==2006)
   {      
   startDay=25;
   endDay = 27;
   }
else
if (year==2007)
   {      
   startDay=15;
   endDay = 17;
   }
else
if (year==2008)
   {      
   startDay=13;
   endDay = 15;
   }
else
   {
   startDay = 12;
   endDay = 14;
   }

if (month == 4)
   show_Renaissance_DateMapI();
else
if ((month == 5) && (day <= endDay))
   show_Renaissance_DateMapI();
// Stop hiding -->

