
/* トップページ表示用
----------------------------------------------------------------*/
function vol()	{ document.write('2012年2月18日号'); }
function upd()	{ document.write('2/17'); }

new_code = 120218;

function new_link()	{ document.write('<a href="article/',new_code,''); }
function new_img()	{ document.write('<img src="article/',new_code,''); }


/* 人気のコーナー バックナンバー 最新号表示用（未設定はインタビューとQ＆A）
----------------------------------------------------------------*/
function bknum_living()		{ document.write('<a href="../../article/',new_code,'/index.html">今週のリビング京都</a>'); }
function bknum_kakeibo()	{ document.write('<a href="../../article/',new_code,'/kakeibo.html">かけいぼ診断</a>'); }
function bknum_theater()	{ document.write('<a href="../../article/',new_code,'/theater.html">試写室・劇場から</a>'); }
function bknum_books()		{ document.write('<a href="../../article/',new_code,'/books.html">コレ読んで！</a>'); }
function bknum_recipe()		{ document.write('<a href="../../article/',new_code,'/recipe.html">今日のもう一品</a>'); }
function bknum_oyatsu()		{ document.write('<a href="../../article/',new_code,'/oyatsu.html">今日のおやつ</a>'); }
function bknum_stretch()	{ document.write('<a href="../../article/',new_code,'/stretch.html">かんたんストレッチ</a>'); }
function bknum_quiz()		{ document.write('<a href="../../article/',new_code,'/quiz.html">京都クイズ</a>'); }
function bknum_qa()			{ document.write('<a href="../../article/',new_code,'/qa.html">Ｑ＆Ａ</a>'); }
function bknum_interview()	{ document.write('<a href="../../article/',new_code,'/interview.html">インタビュー</a>'); }



/* コーポレートサイト　画像表示用
----------------------------------------------------------------*/
function img_new_s()	{ document.write('<img src="article/',new_code,'/img/living.jpg" alt="今週のリビング京都表紙" width="108" height="164" class="img_s alpha" />'); }
function img_new_b()	{ document.write('<img src="/article/',new_code,'/img/living.jpg" class="img_height alpha img_s" />'); }
function img_new_l()	{ document.write('<img src="/article/',new_code,'/img/living.jpg" alt="リビング京都" class="img_s" />'); }




/* 記事関係表示用
----------------------------------------------------------------*/
//function lk_101113()	{ document.write('<a href=".'); }


//function lk_new() 		{ document.write('<a href="../101106'); }
//function lk_101106()	{ document.write('<a href="../101106'); }
//function lk_101030()	{ document.write('<a href="../101030'); }
//function lk_101023()	{ document.write('<a href="../101023'); }
//function lk_101009()	{ document.write('<a href="../101009'); }
//function lk_101002()	{ document.write('<a href="../101002'); }
//function lk_100925()	{ document.write('<a href="../100925'); }
//function lk_100918()	{ document.write('<a href="../100918'); }
//function lk_100911()	{ document.write('<a href="../100911'); }
//function lk_100904()	{ document.write('<a href="../100904'); }

//function lk_stay()		{ document.write('<a href=".'); }
//function hol()			{ document.write('今週はお休みです');	}
