//cinema Javascript

jumpURL = new Array();
txtURL = new Array();
txt2URL = new Array();
imgURL  = new Array();


	jumpURL[0]	= "";
	txtURL[0]		= "ライアーゲーム　ザ・ファイナルステージ [3/6～公開]";
	txt2URL[0]	= "<br />前回のドラマシーズン１で、３回戦・密輸ゲームまでをなんとか戦い抜いた<br />神崎直（戸田恵梨香）と秋山深一（松田翔太）。<br />その後のゲーム開催の連絡もなく、無事にライアーゲームから離脱できた・・・筈だった！？<br />なんとあの招待状がまたもやナオのもとへ送られてきた！！<br />ライアーゲーム事務局員・谷村（渡辺 いっけい）の巧みな誘いを断ることのできないナオ。<br />改めて極限状態のゲームの世界に足を入れることに・・・<br /><br /><small>(C) 2010フジテレビジョン / 集英社 / 東宝 / FNS27社</small>";
	imgURL[0]		= "http://www.mediage.jp/uploads/Liar_game.jpg";



if( txtURL.length > 0 ){
	n = Math.floor(Math.random()*txtURL.length);
	document.write("<p>");
	if( jumpURL[n] != "" ) document.write("<a href='"+jumpURL[n]+"'>");
	document.write("<img src='"+imgURL[n]+"' border='0' class='cinemaImg'>");
	if( jumpURL[n] != "" ) document.write("</a>");
	document.write("</p>");
	document.write("<div class='cinemaInfo2'>");
	//document.write("<p>");
	//document.write("<img src='img/hm_cinema_osusume.gif' alt='新着・おすすめ作品' />");
	//document.write("</p>");
	document.write("<p class='name'>");
	if( jumpURL[n] != "" ) document.write("<a href='"+jumpURL[n]+"'>");
	document.write("<b>"+txtURL[n]+"</b>");
	if( jumpURL[n] != "" ) document.write("</a>");
	document.write("</p>");
	document.write("<p>");
	document.write(txt2URL[n]);
	document.write("</p>");
	document.write("</div>");
}
