$(function(){$("input[type='checkbox']").custCheckBox();$("input[type='radio']").custCheckBox();$("img.ov").mouseover(function(){$(this).attr("src",$(this).attr("src").replace(/^(.+)(\.[a-z]+)$/,"$1_ov$2"));}).mouseout(function(){$(this).attr("src",$(this).attr("src").replace(/^(.+)_ov(\.[a-z]+)$/,"$1$2"));}).each(function(){$("<img>").attr("src",$(this).attr("src").replace(/^(.+)(\.[a-z]+)$/,"$1_ov$2"));});$("input.ov").mouseover(function(){$(this).attr("src",$(this).attr("src").replace(/^(.+)(\.[a-z]+)$/,"$1_ov$2"));}).mouseout(function(){$(this).attr("src",$(this).attr("src").replace(/^(.+)_ov(\.[a-z]+)$/,"$1$2"));}).each(function(){$("<img>").attr("src",$(this).attr("src").replace(/^(.+)(\.[a-z]+)$/,"$1_ov$2"));});$("#hnLogin").click(function(){if($("#input_email").size()>0){$("#input_email").focus().val("");}else{location.href="https://"+global$server_ssl+"/login/";return false;}});$("#input_email").focus(function(){$(this).addClass("focus");});$("#input_password").focus(function(){$(this).addClass("focus");});$("#input_email").blur(function(){$(this).removeClass("focus");});$("#input_password").blur(function(){$(this).removeClass("focus");});});function openModal(a,c){var b=global$protocol+"://"+global$server_www+"/modal/view/";switch(a){case"shop":b+="shop/mode/item_shop/?keepThis=true&TB_iframe=true&width=751&height=470";break;case"closet":b+="shop/mode/item_closet/?keepThis=true&TB_iframe=true&width=751&height=470";break;case"mypoint":b+="mypoint/?keepThis=true&TB_iframe=true&width=741&height=490";break;case"game":b+="game/gameid/"+c[0]+"/rank/"+c[1]+"/type/"+c[2]+"/?keepThis=true&TB_iframe=true&width=710&height=430";break;case"myenglish":b+="myenglish/mode/"+c[0]+"/?keepThis=true&TB_iframe=true&width=741&height=490";break;case"roomnotice":b+="roomnotice/?keepThis=true&TB_iframe=true&width=391&height=211";break;case"footprint":b+="footprint/?keepThis=true&TB_iframe=true&width=741&height=490";break;case"mail":if(c&&c[2]&&c[2].length>2){b+="mail/mode/createNewMail/sendto/"+c[2]+"/?keepThis=true&TB_iframe=true&width=741&height=490";}else{if(c&&c[2]){b+="mail/mode/createNewMail/sendto/"+c+"/?keepThis=true&TB_iframe=true&width=741&height=490";}else{if(c&&typeof(c)=="string"){b+="mail/mode/createNewMail/sendto/"+c+"/?keepThis=true&TB_iframe=true&width=741&height=490";}else{b+="mail/?keepThis=true&TB_iframe=true&width=741&height=490";}}}break;case"invite":b+="invite/?keepThis=true&TB_iframe=true&width=741&height=490";break;case"mysetting":b+="mysetting/?keepThis=true&TB_iframe=true&width=741&height=490";break;default:b+="support/?keepThis=true&TB_iframe=true&width=745&height=490";break;}$("object").css("visibility","hidden");tb_show("",b);}$(function(){$("#noRecruit").click(function(){cAlert("現在、採用はしておりません");});});