// 最新の記事を表示する 
function NewEntries(){
	// 変数の初期化
	var NewEntriesList = "";	// 最新の記事一覧



	NewEntriesList = "	<div class=\"sidemenu_title\">最近のニュース</div>\n";

	NewEntriesList += "	<div class=\"category_simplelink\"><a href=\"http://www.ym-kanazawa.com/news/2012/01/post-28.html\">３月３日４日　白山市徳丸　新築物件完成見学会開催</a></div>\n";



	NewEntriesList += "	<div class=\"category_simplelink\"><a href=\"http://www.ym-kanazawa.com/news/2011/10/facebook.html\">トーケンリンクのfacebookページもご覧下さい</a></div>\n";



	NewEntriesList += "	<div class=\"category_simplelink\"><a href=\"http://www.ym-kanazawa.com/news/2011/07/post-27.html\">お盆期間中のお休みについて</a></div>\n";



	NewEntriesList += "	<div class=\"category_simplelink\"><a href=\"http://www.ym-kanazawa.com/news/2011/05/post-26.html\">ユーミーマンション講演会開催</a></div>\n";



	NewEntriesList += "	<div class=\"category_simplelink\"><a href=\"http://www.ym-kanazawa.com/news/2011/05/post-25.html\">トーケンリンク　５月１８日北国新聞朝刊に掲載</a></div>\n";



	NewEntriesList += "	<div class=\"category_simplelink\"><a href=\"http://www.ym-kanazawa.com/news/2011/04/post-24.html\">ＧＷ中の窓口はお休みさせていただきます。</a></div>\n";



	NewEntriesList += "	<div class=\"category_simplelink\"><a href=\"http://www.ym-kanazawa.com/news/2011/03/post-23.html\">東北地方太平洋沖地震にあたり</a></div>\n";



	NewEntriesList += "	<div class=\"category_simplelink\"><a href=\"http://www.ym-kanazawa.com/news/2011/03/post-22.html\">当社記事が北国新聞に掲載（３月１日朝刊）</a></div>\n";



	NewEntriesList += "	<div class=\"category_simplelink\"><a href=\"http://www.ym-kanazawa.com/news/2011/02/31.html\">3月1日株式会社トーケンリンク設立</a></div>\n";



	NewEntriesList += "	<div class=\"category_simplelink\"><a href=\"http://www.ym-kanazawa.com/news/2011/01/post-21.html\">新年明けましておめでとうございます</a></div>\n";

	NewEntriesList += "	<div class=\"sidemenu_bottom\">&nbsp;</div>\n";


	// 最新記事を表示
	document.getElementById("NewEntriesList").innerHTML = NewEntriesList;
}
