var scripts=new Array("jsfiles/info/sunday.js", "jsfiles/info/monday.js", "jsfiles/info/tuesday.js", "jsfiles/info/wednesday.js", "jsfiles/info/thursday.js", "jsfiles/info/friday.js", "jsfiles/info/saturday.js");
var date=new Date().getDay();
document.write('<scr'+'ipt src="'+scripts[date]+'"></scr'+'ipt>');