var bannedAddress = new Array()
     
	bannedAddress[0] = "syncdek.com"
    bannedAddress[1] = "301industrial.com"
	bannedAddress[2] = "adagiarestaurant.com"
	bannedAddress[3] = "agadesignstudio.com"
	bannedAddress[4] = "allmaneconomics.com"
	bannedAddress[5] = "arcadvise.com"
	bannedAddress[6] = "artyounginsurance.com"
	bannedAddress[7] = "automatedmoved.com"
    bannedAddress[8] = "bancroftmoved.com"
    bannedAddress[9] = "bvenutrition.com"
    bannedAddress[10] = "can-moved2.com"
	bannedAddress[11] = "dancinghares.com"
	bannedAddress[12] = "decisionresearch.net"
	bannedAddress[13] = "moved-1.com"
	bannedAddress[14] = "greenbelly.com"
	bannedAddress[15] = "ikenalani.com"
	bannedAddress[16] = "moved44.com"
    bannedAddress[17] = "leven-moved2.info"
	bannedAddress[18] = "liveathuntington.com"
    bannedAddress[19] = "xxxxxxxxxxx.com"
	bannedAddress[20] = "magicprairie.com"
	bannedAddress[21] = "mariannemccann.com"
	bannedAddress[22] = "mirfendereski.com"
	bannedAddress[23] = "msthompson.net"
	bannedAddress[24] = "nemati.com"
	bannedAddress[25] = "moved-2.com"
    bannedAddress[26] = "novelmat.com"
    bannedAddress[27] = "moved-3.com"
    bannedAddress[28] = "pacfirm.com"
	bannedAddress[29] = "pekarovic.com"
	bannedAddress[30] = "pinzetteglass.com"
	bannedAddress[31] = "rawenergy.net"
	bannedAddress[32] = "readesignstudio.com"
	bannedAddress[33] = "regentgolf.com"
	bannedAddress[34] = "roycmiller.com"
	bannedAddress[35] = "moved-5.org"
	bannedAddress[36] = "rttbass.com"
	bannedAddress[37] = "seplace.com"
  	bannedAddress[38] = "moved-4.org"
	bannedAddress[39] = "shcold-1.com"
	bannedAddress[40] = "strada-moved.com"
	bannedAddress[41] = "videocorps.com"
	bannedAddress[42] = "wfkplaw.com"
	bannedAddress[43] = "xxxxxxxxx.com"

	


	
function  emailAddress(){ 
//	alert('in the function');
	var str= document.emailForm.user_name.value;
	var strArray=str.split("@");

	
	//alert(bannedAddress.length);
	
	for(var i = 0; i < bannedAddress.length; i++){
		
		
			if(strArray[1] == bannedAddress[i]){
				
				
			
			location.href="mailconfirm.shtml";
 
			return false;}
		
	
		
		
		
		
		
		}
	return true;
	
	
	}