$(document).ready(function(){
	
	$("#country_phone_link").click(function(){
		var dnisGroup = $("#country_phone").val();
		var get = $("#get").val();
		$("#dnisGroup").val(dnisGroup);
		$("#key").val("alskj3r3ielnwf093");
		$("#frmJumpOff").attr("action","http://www.tollfreeforwarding.com/landing.html?cid="+get);
		$("#frmJumpOff").submit();
	});
	
	$("#country_into_link").click(function(){
		var toCountry = $("#country_into").val();
		var fwd = $("#fwd").val();
		$("#toCountry").val(toCountry);
		$("#key").val("alskj3r3ielnwf093");
		$("#frmJumpOff").attr("action","http://www.tollfreeforwarding.com/landing.html?cid="+fwd);
		$("#frmJumpOff").submit();
	});
});

