<!--

var now = new Date();
var todayNum = now.getDay(now);
var todayTitle = new Array();

/*todayTitle[0] = "some text here?";
todayTitle[1] = "some text here?";
todayTitle[2] = "some text here?";
todayTitle[3] = "some text here?";
todayTitle[4] = "some text here?";
todayTitle[5] = "some text here?";
todayTitle[6] = "some text here?";*/

var todayAlt = new Array();
todayAlt[0] = "";
todayAlt[1] = "";
todayAlt[2] = "";
todayAlt[3] = "";
todayAlt[4] = "";
todayAlt[5] = "";
todayAlt[6] = "";

var todayImageAlt = todayAlt[todayNum];
/*var todayImageTitle = todayTitle[todayNum];*/
var todayImageName = "images_story/home_bio_new_" + todayNum + ".jpg";
/*var todayImagePage = "home_bio_" + todayNum + ".html";*/
//-->
