var beginat = new Date("Sep 6, 2010");  // this is the date of the first Monday of the two weeks;
var week1code = "Y210Wk23";  // code for the first week (for the link to the first week's ZIP files);
var week2code = "Y210Wk24";  // code for the second week (for the link to the second week's ZIP files);

var zipsize= new Array("47.7","31.5","49.8","32.8");
// 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(8,"Birthday of<br>Our Lady<br>",14,"The Triumph<br>of the Cross<br>",15,"Our Lady<br>of Sorrows<br>");
