/* ****************************************************************** 

	COPYRIGHT(C) LIVESEEK Inc.
	URL: http://liveseek.jp/

****************************************************************** */


window.onload = function() {
	var node_a = document.getElementsByTagName('a');
	for (var i in node_a) {
		if (node_a[i].className == 'blank'){
			node_a[i].onclick = function(){
			window.open(this.href, '', '');
			return false;
			};
		};
	};
};


//ｸ｡ｺ・{･ﾃ･ｯ･ｹ
function kwdComment(obj){
	if (obj.value == obj.defaultValue){
  	obj.value = "";
  	obj.style.color = "#000";
	}
}

//ﾅ・ﾆｳﾎﾇｧ
function submitConfirm(){
	if( window.confirm('ﾅ・ﾆ､ｷ､ﾞ､ｹ｡｣､隍惕ｷ､､､ﾇ､ｹ､ｫ｡ｩ') ){

		location.href = "example_confirm.html"; // example_confirm.html ､ﾘ･ｸ･罕ﾗ

	}
}

