$(function(){
	if($(".topic").html()==''){
		$(".topic").html("<a href=\"/\">トップ</a> ＞ "+$("title").html());
	}
});
