﻿function sermon() {

var currentTime = new Date()
var month = currentTime.getMonth() + 1
var day = currentTime.getDay()
var obj = document.getElementById('radiolink');



	if (day == 0) { 
		obj.innerHTML = "<BR><font size='2'>Click <a title='here' href='http://66.225.205.19/MediaPlayer-KCIS/' target='_blank'>here</a> on Sundays at both 10 a.m. and 7:55 p.m. to listen to the worship service.<BR></font>";
}

}




