function searchS(item){
	stra = 'http://search.12rikachan.com/cgi-bin/lookup?type=teacher&method=list&id=112297825315824&sid=112297825315824&sequence=0&page=0&operation=clearpush&back=index&keyword=';
	strb = '&price_min=&price_max=&x=40&y=12';
	parent.key = item;
	url = stra + parent.key + strb;
	search = window.open(url,"seihinkensaku");
}


function newUp(y, m, d) {
	delDay = 14; // 何日後に削除するか
	oldDay = new Date(y + "/" + m + "/" +d);
	newDay = new Date();
	d =(newDay - oldDay) / (1000 * 24 * 3600);
	if(d <= delDay) {
    	document.write("<IMG src='images/news_up.gif' alt='UP!'>");
	}
}
