function diplomaCheck(thisform){
	    if (thisform.state.value == "FL"){
		    if (thisform.extra_field2.value == "Atlanta"){
			window.alert( "Atlanta only accept Georgia residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Cleveland"){
			window.alert( "Cleveland only accept Ohio residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Dallas"){
			window.alert( "Dallas only accept Texas residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Garden City"){
			window.alert( "Garden City only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Houston"){
			window.alert( "Houston only accept Texas residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Iselin"){
			window.alert( "Iselin only accept New Jersey residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Landover"){
			window.alert( "Landover only accept Maryland residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "New York"){
			window.alert( "New York only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Philadelphia"){
			window.alert( "Philadelphia only accept Pennsylvania residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Springfield"){
			window.alert( "Springfield only accept Massachusetts residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "White Plains"){
			window.alert( "White Plains only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}
	    }else if (thisform.state.value == "GA"){
			if (thisform.extra_field2.value == "Cleveland"){
			window.alert( "Cleveland only accept Ohio residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Dallas"){
			window.alert( "Dallas only accept Texas residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Ft. Lauderdale"){
			window.alert( "Ft. Lauderdale only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Garden City"){
			window.alert( "Garden City only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Houston"){
			window.alert( "Houston only accept Texas residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Iselin"){
			window.alert( "Iselin only accept New Jersey residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Jacksonville"){
			window.alert( "Jacksonville only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Landover"){
			window.alert( "Landover only accept Maryland residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "New York"){
			window.alert( "New York only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Philadelphia"){
			window.alert( "Philadelphia only accept Pennsylvania residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Springfield"){
			window.alert( "Springfield only accept Massachusetts residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Tampa"){
			window.alert( "Tampa only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "White Plains"){
			window.alert( "White Plains only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}
	    }else if (thisform.state.value == "MA"){
		    if (thisform.extra_field2.value == "Atlanta"){
			window.alert( "Atlanta only accept Georgia residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Cleveland"){
			window.alert( "Cleveland only accept Ohio residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Dallas"){
			window.alert( "Dallas only accept Texas residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Ft. Lauderdale"){
			window.alert( "Ft. Lauderdale only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Garden City"){
			window.alert( "Garden City only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Houston"){
			window.alert( "Houston only accept Texas residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Iselin"){
			window.alert( "Iselin only accept New Jersey residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Jacksonville"){
			window.alert( "Jacksonville only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Landover"){
			window.alert( "Landover only accept Maryland residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "New York"){
			window.alert( "New York only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Philadelphia"){
			window.alert( "Philadelphia only accept Pennsylvania residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Tampa"){
			window.alert( "Tampa only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "White Plains"){
			window.alert( "White Plains only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}
	    }else if (thisform.state.value == "MD"){
		    if (thisform.extra_field2.value == "Atlanta"){
			window.alert( "Atlanta only accept Georgia residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Cleveland"){
			window.alert( "Cleveland only accept Ohio residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Dallas"){
			window.alert( "Dallas only accept Texas residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Ft. Lauderdale"){
			window.alert( "Ft. Lauderdale only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Garden City"){
			window.alert( "Garden City only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Houston"){
			window.alert( "Houston only accept Texas residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Iselin"){
			window.alert( "Iselin only accept New Jersey residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Jacksonville"){
			window.alert( "Jacksonville only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "New York"){
			window.alert( "New York only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Philadelphia"){
			window.alert( "Philadelphia only accept Pennsylvania residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Springfield"){
			window.alert( "Springfield only accept Massachusetts residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Tampa"){
			window.alert( "Tampa only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "White Plains"){
			window.alert( "White Plains only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}
	    }else if (thisform.state.value == "NJ"){
		    if (thisform.extra_field2.value == "Atlanta"){
			window.alert( "Atlanta only accept Georgia residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Cleveland"){
			window.alert( "Cleveland only accept Ohio residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Dallas"){
			window.alert( "Dallas only accept Texas residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Ft. Lauderdale"){
			window.alert( "Ft. Lauderdale only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Garden City"){
			window.alert( "Garden City only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Houston"){
			window.alert( "Houston only accept Texas residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Jacksonville"){
			window.alert( "Jacksonville only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Landover"){
			window.alert( "Landover only accept Maryland residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "New York"){
			window.alert( "New York only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Philadelphia"){
			window.alert( "Philadelphia only accept Pennsylvania residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Springfield"){
			window.alert( "Springfield only accept Massachusetts residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Tampa"){
			window.alert( "Tampa only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "White Plains"){
			window.alert( "White Plains only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}
	    }else if (thisform.state.value == "NY"){
		    if (thisform.extra_field2.value == "Atlanta"){
			window.alert( "Atlanta only accept Georgia residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Cleveland"){
			window.alert( "Cleveland only accept Ohio residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Dallas"){
			window.alert( "Dallas only accept Texas residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Ft. Lauderdale"){
			window.alert( "Ft. Lauderdale only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Houston"){
			window.alert( "Houston only accept Texas residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Iselin"){
			window.alert( "Iselin only accept New Jersey residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Jacksonville"){
			window.alert( "Jacksonville only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Landover"){
			window.alert( "Landover only accept Maryland residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Philadelphia"){
			window.alert( "Philadelphia only accept Pennsylvania residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Springfield"){
			window.alert( "Springfield only accept Massachusetts residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Tampa"){
			window.alert( "Tampa only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "White Plains"){
			window.alert( "White Plains only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}
	    }else if (thisform.state.value == "OH"){
		    if (thisform.extra_field2.value == "Atlanta"){
			window.alert( "Atlanta only accept Georgia residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Dallas"){
			window.alert( "Dallas only accept Texas residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Ft. Lauderdale"){
			window.alert( "Ft. Lauderdale only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Garden City"){
			window.alert( "Garden City only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Houston"){
			window.alert( "Houston only accept Texas residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Iselin"){
			window.alert( "Iselin only accept New Jersey residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Jacksonville"){
			window.alert( "Jacksonville only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Landover"){
			window.alert( "Landover only accept Maryland residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "New York"){
			window.alert( "New York only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Philadelphia"){
			window.alert( "Philadelphia only accept Pennsylvania residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Springfield"){
			window.alert( "Springfield only accept Massachusetts residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Tampa"){
			window.alert( "Tampa only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "White Plains"){
			window.alert( "White Plains only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}
	    }else if (thisform.state.value == "PA"){
		    if (thisform.extra_field2.value == "Atlanta"){
			window.alert( "Atlanta only accept Georgia residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Cleveland"){
			window.alert( "Cleveland only accept Ohio residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Dallas"){
			window.alert( "Dallas only accept Texas residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Ft. Lauderdale"){
			window.alert( "Ft. Lauderdale only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Garden City"){
			window.alert( "Garden City only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Houston"){
			window.alert( "Houston only accept Texas residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Iselin"){
			window.alert( "Iselin only accept New Jersey residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Jacksonville"){
			window.alert( "Jacksonville only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Landover"){
			window.alert( "Landover only accept Maryland residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "New York"){
			window.alert( "New York only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Springfield"){
			window.alert( "Springfield only accept Massachusetts residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Tampa"){
			window.alert( "Tampa only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "White Plains"){
			window.alert( "White Plains only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}
	    }else if (thisform.state.value == "TX"){
		    if (thisform.extra_field2.value == "Atlanta"){
			window.alert( "Atlanta only accept Georgia residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Cleveland"){
			window.alert( "Cleveland only accept Ohio residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Ft. Lauderdale"){
			window.alert( "Ft. Lauderdale only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Garden City"){
			window.alert( "Garden City only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Iselin"){
			window.alert( "Iselin only accept New Jersey residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Jacksonville"){
			window.alert( "Jacksonville only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Landover"){
			window.alert( "Landover only accept Maryland residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "New York"){
			window.alert( "New York only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Philadelphia"){
			window.alert( "Philadelphia only accept Pennsylvania residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Springfield"){
			window.alert( "Springfield only accept Massachusetts residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "Tampa"){
			window.alert( "Tampa only accept Florida residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}else if (thisform.extra_field2.value == "White Plains"){
			window.alert( "White Plains only accept New York residents, please select another Campus" );
				thisform.extra_field2.value = "0";
			}
		}
	}
