<!-- hide from old browsers



   send={
     init:function(){
	   DOMhelp.addEvent(document.forms[0],'submit',send.redirect,false);  
	 },
	 redirect:function(e){
	   var t=DOMhelp.getTarget(e);
	   var url=t.elements['url'];
	   window.location=url.options[url.selectedIndex].value;
	   DOMhelp.cancelClick(e);
	 }		
	}
	DOMhelp.addEvent(window,'load',send.init,false);  



// end hide -->