//remove text in the subscribe email
function removeText(){
	document.getElementById('s_email').value='';
}
function removeText2(){
	document.getElementById('s2_email').value='';
}
//end