
<!--

function openRecent()
{
	var myloc = 'http://www.calvarybemidji.com/messages/2Peter/2010_0704_2_Peter_1_5-11.mp3';
	window.open(myloc,'MessageWindow', 'width=500,height=300,menubar=no,status=yes,location=no,toolbar=no,scrollbars=no');
}



function openMessage(message_name)
{
	var message_loc = 'http://www.calvarybemidji.com/messages/' + message_name;
	window.open(message_loc,'MessageWindow', 'width=500,height=300,menubar=no,status=yes,location=no,toolbar=no,scrollbars=no');
}



-->