<!--
// type3events.js 

function resettype3events(){
         for (i=0; i<12; i++){
	 for(j=0; j<32; j++){
	type3events[i][j] = ""
	  }
	 }
	}

if(year != inityear){resettype3events();}

now = new Date();

// type 3 events may or may not exist for a particular installation
// but should be sure to use += to assign the events to the event array

function set_type3events(year){
if ((year==inityear)||(finmonth>initmonth))
{
type3events[2][8] += '<br> <br>' 

}}
//-->

