function enableFourteen()
{
	document.getElementById('AgeFourteenRow1').style.display='none';
	document.getElementById('AgeFourteenRow2').style.display='none';
	document.getElementById('AgeFourteenN').disabled='true';
	document.getElementById('AgeFourteenRow3').style.display='inline';
	
	document.forms.contactform.name.value = "Person Under 14";
	document.forms.contactform.from.value = "nobody@kidscorner.net";
}

function contactThis(contact){
	var page = 'http://lizradio.net/contact/'+contact;
	location.href = page;
}

function episodeThis(episode){
	var page = 'http://lizradio.net/'+episode;	
	location.href = page;
}

function launchKCPlayer(){
		myKCwindow = window.open("http://www.hiskids.net/player/?show=kc", "KidsCorner", "width=560,height=410,status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0");
}

function launchHKPlayer(){
		myHKwindow = window.open("http://www.hiskids.net/player/?show=hkr", "HisKisRadio", "width=560,height=410,status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0");
}