$(function(){
resid =($.cookie('recoid'));//読み出し
//window.alert(resid);
$("#res").html(resid);
});
