
function vc(){
	document.getElementById("vc").value="";
}

Event.observe(window, 'load', init, false);
function init(){
	vc();
}