// JavaScript Document


//____________________________________//


var recruit_flag = "no";


//____________________________________//



if(recruit_flag == "no") {
	window.location.href="index_not.html";
}
