function wpmloffsite(form) {
	var email = document.getElementById('wpmlemail').value;
	window.open('http://www.combeat.tv/center?wpmlmethod=offsite&title=Combeat.tv&offsiteinit=1&list=1&email=' + email + '','window','resizable=0,scrollbars=1,width=400,height=50,status=0,toolbar=0');
}
