// JavaScript Document
window.addEvent('domready', 
	function() {
		$('URL').set('value', location.host);
		$('form1').submit();
	}
);

