// JavaScript Document

function get(){
	val = document.forms['chooser'].url.value;
	if(val!=0){
		parent.works.location = val+".html";
	}
}

