vidlist=this.options[this.selectedIndex].value;

function videolist()
{
	document.getElementById("vids").innerHTML=vidlist;
}

