function listchange(user,mode,type){
		document.getElementById('listout_' + type).innerHTML = '<img class="loading" src="http://www.seunze.com/hosikatter/pictures/loadingAnimation.gif" alt="loading..." >';
	new Ajax.Request('http://www.seunze.com/hosikatter/ajax/listout_updater.html?user='+user+'&mode='+mode+'&type='+type,{onSuccess:updatelist});
}
function updatelist(oj){
	var res = oj.responseText;
	var resarray = res.split('::y::q::');
	if (resarray[1] == "false") {
		document.getElementById('listout_tag_' + resarray[0]).innerHTML = resarray[2];
		document.getElementById('listout_' + resarray[0]).innerHTML = resarray[3];
	}
}
function changeaaid(){
	var aaid = document.hkter.aaid.value;
	document.getElementById("hkter_kat").innerHTML ='"買った"コメント用:<a href="javascript:var%20asin=document.getElementById(%22ASIN%22).value;window.location=\'http://www.seunze.com/hosikatter/main/urlchange.html?aaid='+aaid+'&asin=\'+asin+\'&mode=%25E8%25B2%25B7%25E3%2581%25A3%25E3%2581%259F\';">"買った"コメントをtwitterする';
	document.getElementById("hkter_hosi").innerHTML ='"欲しい"コメント用:<a href="javascript:var%20asin=document.getElementById(%22ASIN%22).value;window.location=\'http://www.seunze.com/hosikatter/main/urlchange.html?aaid='+aaid+'&asin=\'+asin+\'&mode=%25E6%25AC%25B2%25E3%2581%2597%25E3%2581%2584\';">"欲しい"コメントをtwitterする';
}
