function clearYouTube() {
	
	if (document.getElementById('youtube').value == "Post your YouTube embed code here") {
		document.getElementById('youtube').value = "";
	}

}

function loadPopup(url) {
	window.open(url,"Popup","toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=52,left=490,top=374");
}

