var beginat = new Date("Jan 30, 2012");  // this is the date of the first Monday of the two weeks;
var week1code = "Y212Wk4";  // code for the first week (for the link to the first week's ZIP files);
var week2code = "Y212Wk5";  // code for the second week (for the link to the second week's ZIP files);

var zipsize= new Array("50.3","33.2","52.0","34.4");
// note: order here is 1st week MP3, 1st week WMA, 2nd week MP3, 2nd week WMA;

var mp3zipsize1 = zipsize[0];
var mp3zipsize2 = zipsize[2];
var wmazipsize1 = zipsize[1];
var wmazipsize2 = zipsize[3];


// feast notes here..... take care to remove any from weeks no longer on display!

var feasts = new Array(2,"Presentation<br>of the Lord<br>");

