/*
 * jQuery JavaScript Library v1.3.2
 * http://jquery.com/
 *
 * Copyright (c) 2009 John Resig
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009)
 * Revision: 6246
 */
 
 <!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->

function newsletter(){
	id_camp_err='mesaj_eroare_newsletter';
	var nume=document.getElementById('newsletter_nume').value;
	var email=document.getElementById('newsletter_email').value;
	xmlHttp=GetXmlHttpObject();
	xmlHttp.open('post','boxdreapta.php');
	xmlHttp.setRequestHeader('Content-type','application/x-www-form-urlencoded');
	xmlHttp.onreadystatechange=insertError;
	xmlHttp.send('email=' + email + '&nume=' + nume + '&newsletter=Aboneaza');
}