// JavaScript Document
//this is the function if there are no videos
	function NoVideo(){
		document.getElementById('mediaspace').innerHTML = '<div style="float:right;width:455px;margin-right:-50px;font-size:16px">We haven\'t found any video for this song.<br>You may upload a video for the song on <a href="http://www.youtube.com" target="_blank">Youtube</a>.<p>Please follow their term and conditions.</div>';
		}
	//this cleat the form search
	function clearForm(){
	document.SearchQuery.s.value = "";
	};