// JavaScript Document
  <!--
  function writeIdxImg1()
  {
	thedate = Date();
	swflag = 0;
	today = thedate.toString();
	today = today.toUpperCase();
	splitarray = today.split(" ");
//	deday = splitarray [0]; // day in text: SUN, MON, TUE, WED, THU, FRI, SAT
//	document.write('splitarray [0] = ' + deday + '<br>');
	deday = splitarray [1]; // month in text JAN, FEB, ...
//	deday = splitarray [2]; // day in number
//	deday = splitarray [3]; // time in hh:mm:ss
//	deday = splitarray [4]; // year in number
	if (deday == "NOV") {document.write('<img src="img/index02.jpg" width="194" height="129">');swflag = 1;}
	if (deday == "DEC") {document.write('<img src="img/index02.jpg" width="194" height="129">');swflag = 1;}
	if (deday == "JAN") {document.write('<img src="img/index02.jpg" width="194" height="129">');swflag = 1;}
	if (deday == "FEB") {document.write('<img src="img/index02.jpg" width="194" height="129">');swflag = 1;}
	if (deday == "MAR") {document.write('<img src="img/index02.jpg" width="194" height="129">');swflag = 1;}
	if (swflag == 0) {document.write('<img src="img/index02z.jpg" width="194" height="129">');}
  }
  
  function writeIdxImg2()
  {
	thedate = Date();
	swflag = 0;
	today = thedate.toString();
	today = today.toUpperCase();
	splitarray = today.split(" ");
//	deday = splitarray [0]; // day in text: SUN, MON, TUE, WED, THU, FRI, SAT
//	document.write('splitarray [0] = ' + deday + '<br>');
	deday = splitarray [1]; // month in text JAN, FEB, ...
//	deday = splitarray [2]; // day in number
//	deday = splitarray [3]; // time in hh:mm:ss
//	deday = splitarray [4]; // year in number
	if (deday == "NOV") {document.write('<img src="img/index03.jpg" width="194" height="129">');swflag = 1;}
	if (deday == "DEC") {document.write('<img src="img/index03.jpg" width="194" height="129">');swflag = 1;}
	if (deday == "JAN") {document.write('<img src="img/index03.jpg" width="194" height="129">');swflag = 1;}
	if (deday == "FEB") {document.write('<img src="img/index03.jpg" width="194" height="129">');swflag = 1;}
	if (deday == "MAR") {document.write('<img src="img/index03.jpg" width="194" height="129">');swflag = 1;}
	if (swflag == 0) {document.write('<img src="img/index03z.jpg" width="194" height="129">');}
  }
  
  function writeIdxImg3()
  {
	thedate = Date();
	swflag = 0;
	today = thedate.toString();
	today = today.toUpperCase();
	splitarray = today.split(" ");
//	deday = splitarray [0]; // day in text: SUN, MON, TUE, WED, THU, FRI, SAT
//	document.write('splitarray [0] = ' + deday + '<br>');
	deday = splitarray [1]; // month in text JAN, FEB, ...
//	deday = splitarray [2]; // day in number
//	deday = splitarray [3]; // time in hh:mm:ss
//	deday = splitarray [4]; // year in number
	if (deday == "NOV") {document.write('<img src="img/index01.jpg" width="194" height="129">');swflag = 1;}
	if (deday == "DEC") {document.write('<img src="img/index01.jpg" width="194" height="129">');swflag = 1;}
	if (deday == "JAN") {document.write('<img src="img/index01.jpg" width="194" height="129">');swflag = 1;}
	if (deday == "FEB") {document.write('<img src="img/index01.jpg" width="194" height="129">');swflag = 1;}
	if (deday == "MAR") {document.write('<img src="img/index01.jpg" width="194" height="129">');swflag = 1;}
	if (swflag == 0) {document.write('<img src="img/index01z.jpg" width="194" height="129">');}
  }
  -->
