nctday=new Date();
day=nctday.getDay();

var numberofimages = 7;
images = new Array(numberofimages+1);
images[0] = "<img src='core/img/gallery/ed_logo1.png' alt='Ed Power' Title='Ed Power'>";
images[1] = "<img src='core/img/gallery/ed_logo2.png' alt='Ed Power' Title='Ed Power'>";
images[2] = "<img src='core/img/gallery/ed_logo5.png' alt='Ed Power' Title='Ed Power'>";
images[3] = "<img src='core/img/gallery/ed_logo4.png' alt='Ed Power' Title='Ed Power'>";
images[4] = "<img src='core/img/gallery/ed_logo5.png' alt='Ed Power' Title='Ed Power'>";
images[5] = "<img src='core/img/gallery/ed_logo1.png' alt='Ed Power' Title='Ed Power'>";
images[6] = "<img src='core/img/gallery/ed_logo2.png' alt='Ed Power' Title='Ed Power'>";

document.write(images[day]);
//-->

