
//pict array holds the icon for the event
//the first argument is currently unused. The icons will be
// inserted into the array in the order, first in etc.
//event array holds the location to go to on the click on icon and should
//be in the same order as the icon list.
//currently the table can hold 9 icons. If more are needed the
//.js program called event_table.js needs to be modified.
//text array is the message to be displayed below the icon.
//the first and third arguments are used as follows:
//0 means no CR, 1 adds a CR. Arg1 before the text, arg3 after the text.


pict_array(0,"pictures/EASTER/Easter_Blnk.jpg");
event_array(0,"pages/EASTER.htm");
text_array(1,"Easter Sunday.",0);

pict_array(1,"pictures/CornedBeef/cornedbeefblnk.jpg");
event_array(1,"pages/CornedBeef.htm");
text_array(1,"Corned Beef Dinner",0);

pict_array(2,"pictures/Power_Baseball-June_20,_2009/Power_Baseball-blnk.jpg");
event_array(2,"pages/Powerball.htm");
text_array(1,"Power Baseball",0);

pict_array(3,"pictures/Grdbrk/Grdbrk_Blnk.jpg");
event_array(3,"pages/Grdbrk.htm");
text_array(1,"Ground Breaking Ceremony at DHS",0);

pict_array(4,"pictures/Spaghetti/Spaghetti_blnk.jpg");
event_array(4,"pages/Spaghetti.htm");
text_array(1,"Spaghetti Dinner",0);

pict_array(5,"pictures/Pastors30th/Pastors30th20.jpg");
event_array(6,"pages/Pastors30th.html");
text_array(1,"Potluck celebrating Pastor Millers<br>30th anniversary of his ordination.");

pict_array(6,"pictures/clcextr.jpg");
event_array(6,"index.html");
text_array(1,"Reserved for coming attractions",0);

pict_array(7,"pictures/clcextr.jpg");
event_array(7,"index.htm");
text_array(1,"Reserved for coming attractions",0);

pict_array(8,"pictures/clcextr.jpg");
event_array(8,"index.html");
text_array(1,"Reserved for coming attractions",0);


