
/**
 * Flashアップグレードの際の文言
 */
function flashUpgrade1() {
}

function flashUpgrade2() {

var message = [
'<div class="cont-image">',
'<p class="program-image" style="text-align:center;">',
'<a href="http://www.dai2ntv.jp/player/index.html?corner_id=000001243z"><img alt="ガチ？ガセ？バラエティー　なるほど！ハイスクール" src="/top2010/monitor/data/src/images/naruhodo 1 .jpg"></a>',
'</p>',
'<div class="image-caption" style="margin-left:15px;">',
'<p id="text-flash-title">',
'<a href="http://www.dai2ntv.jp/player/index.html?corner_id=000001243z">ガチ？ガセ？バラエティー　なるほど！ハイスクール</a>',
'</p>',
'</div>',
'<p class="text-flash" style="margin-left:25px;">こちらのコンテンツをご覧になるには最新の<a href="http://get.adobe.com/jp/flashplayer/" target="_blank" title="外部サイトが開きます">Adobe Flash Player</a>が必要になります</p>',
'</div>'
].join("");

document.write(message);
}

function flashUpgrade3() {
var message = [
'こちらのコンテンツをご覧になるには<br>最新の<a style="color:#162d9f;" href="http://get.adobe.com/jp/flashplayer/" target="_blank" title="外部サイトが開きます">Adobe Flash Player</a>が必要になります',
].join("");
document.write(message);
}

