



// 必ず上2行空けてください。
// JavaScript Document?var url = document.URL;

var str = navigator.userAgent.toUpperCase();
var appN  = navigator.appName.toUpperCase();
var userA = navigator.userAgent.toUpperCase();
var png;
if(str.indexOf("WIN") >= 0){
	if (userA.indexOf("ICAB") >= 0){
	}else if (appN.indexOf("NETSCAPE") >= 0){
	}else if (appN.indexOf("MICROSOFT") >= 0) {
		if (window.opera) {
		}else{
			png = 1;
		}
	}
}

function writeLaffLogo( logo )
{
        if(png){
        document.write("<td width='150' height='60'><a href='http://laff.jp/'><img src='http://www.yoshimoto.co.jp/img/_spacer.gif' width='150' height='42' border='0'  style=filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yoshimoto.co.jp/img/laff_logo_"+logo+".png',sizingMethod='scale');></a></td>");
        }else{
        document.write("<td width='150' height='60'><a href='http://laff.jp/'><img src='http://www.yoshimoto.co.jp/img/laff_logo_"+logo+".png' alt='powered by ラフブロ' width='150' height='42' border='0'></a></td>" ) ;
   }
}


function header( bgcolor , color , logo )
{
	document.write("<table width='100%' height='42' border='0' cellpadding='0' cellspacing='0' bgcolor='"+bgcolor+"'>");
	document.write("<tr>");
	document.write("<td valign='middle' width='180'><div align='left' style='padding-left:7px'><a href='http://www.yoshimoto.co.jp/' target='_top'>");
						 
	if(png){
	document.write("<img src='http://www.yoshimoto.co.jp/img/_spacer.gif' width='180' height='30' border='0'  style=filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.yoshimoto.co.jp/img/common_logo_"+logo+".png',sizingMethod='scale');>");
	}else{
	document.write("<img src='http://www.yoshimoto.co.jp/img/common_logo_"+logo+".png' border='0' />");
	}
							 
	document.write("</a></div></td>");

        if( 'laff' == logo.substr(0,4) )
        {
                writeLaffLogo( logo ) ;
        }

	document.write("<td><div align='right' style='color:"+color+"; font-size:11px; line-height:18px; padding-right:7px'><a href='http://yoshimotonews.laff.jp/' target='_top' style='color:"+color+"'>よしもとニュースセンター</a>│<a href='https://tomonokai.yoshimoto.co.jp/user/signup_intro' target='_top' style='color:"+color+"'>メルマガに登録！</a><br />");
	document.write("<a href='http://www.yoshimoto.co.jp/100th/monogatari/' target='_blank' style='color:"+color+"'>吉本興業創業100周年記念公演「吉本百年物語」先行チケット発売中！</a></div></td>");
	document.write("</tr>");
	document.write("</table>");
	
	subheader()
}

function subheader()
{
	document.write("<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>");
	document.write("<link rel='stylesheet' href='http://www.yoshimoto.co.jp/css/100th_base.css' type='text/css' media='screen' />");
	document.write("<script type='text/javascript' src='http://www.yoshimoto.co.jp/home/js/jquery-1.4.2.min.js'></script>");
	document.write("<script type='text/javascript'>");
	document.write("	var jQuery142 = jQuery.noConflict()");
	document.write("</script>");
	document.write("<script type='text/javascript' src='http://www.yoshimoto.co.jp/js/jquery.easing.1.3.js'></script>");
	document.write("<script type='text/javascript' src='http://www.yoshimoto.co.jp/js/banner.js'></script>");

	document.write("<div id='banner-100th'>");
	document.write("	<div class='control'>");
	document.write("		<div class='wrap'>");
	document.write("			<input type='image' src='http://www.yoshimoto.co.jp/img/btn_bannerarea_open.gif' value='Open' class='open button' />");
	document.write("			<input type='image' src='http://www.yoshimoto.co.jp/img/btn_bannerarea_close.gif' value='Close' class='close button' />");
	document.write("		</div>");
	document.write("	</div>");
// ここから下がバナー領域
	document.write("<div class='banner-link'>");
	document.write("<div class='wrap'>");
	document.write("<ul class='banner-link-list' style='margin:0; width:790px; list-style-type:none; padding:0;'>");
	document.write("<li style='margin:0; width:790px; padding-bottom:5px;'><a href='http://www.yoshimoto.co.jp/100th/'><img src='http://www.yoshimoto.co.jp/img/bnr_2.jpg' width='790' height='125' alt='バナー' border='0' style='border:none; margin:0;' /></a></li>");
	document.write("<li><a href='http://www.yoshimoto.co.jp/100th/monogatari/'><img src='http://www.yoshimoto.co.jp/img/cojp_jack.jpg' width='395' height='65' border='0' /></a><a href='http://www.yoshimoto.co.jp/ngk/ngk_renual/index.html'><img src='http://www.yoshimoto.co.jp/img/ngkbuil_w390.jpg' width='395' height='65' alt='バナー' border='0' /></a></li>");
	document.write("</ul>");
	document.write("<div class='all-list'>");
	document.write("</div>");
	document.write("</div>");
	document.write("</div>");
	document.write("</div>");
// JavaScript Document
}

function footer( bgcolor , color , logo , companyData){

document.write("<style type='text/css'>");
document.write("<!--");
document.write("#cojp_inc {");
document.write("background-color:"+bgcolor+";");
document.write("color:"+color+";");
document.write("padding:10px;");
document.write("}");
document.write("#cojp_inc a{");
document.write("color:"+color+";");
document.write("}");
document.write("#cojp_inc table{");
document.write("margin-left:auto;");
document.write("margin-right:auto;");
document.write("}");
document.write("#cojp_inc tr");
document.write("margin-left: 3px;");
document.write("}");
document.write("-->");
document.write("#cojp_inc li{");
document.write("margin-bottom:2px;");
document.write("}");
document.write("-->");
document.write("</style>");

document.write("<div id='cojp_inc'>");
document.write("<table border='0' cellspacing='0' cellpadding='0' width='850' align='center' link='"+color+"' vlink='"+color+"' alink='"+color+"'>");
document.write("<tr>");
document.write("<td width='20%' style=' border-left:solid #4679ac 5px; border-bottom:solid #4679ac 1px; font-size:12px; font-weight:bold;color:"+color+"'>オススメ</td>");
document.write("<td width='20%' style=' border-left:solid #e34a2e 5px; border-bottom:solid #e34a2e 1px; font-size:12px; font-weight:bold;color:"+color+"'>遊びに行く</td>");
document.write("<td width='20%' style=' border-left:solid #8abd48 5px; border-bottom:solid #8abd48 1px; font-size:12px; font-weight:bold;color:"+color+"'>ネットで楽しむ</td>");
document.write("<td width='20%' style=' border-left:solid #ff7d2e 5px; border-bottom:solid #ff7d2e 1px; font-size:12px; font-weight:bold;color:"+color+"'>買う</td>");
document.write("<td width='20%' style=' border-left:solid #616161 5px; border-bottom:solid #616161 1px; font-size:12px; font-weight:bold;color:"+color+"'>学ぶ参加する</td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td align='left' valign='top' style='font-size:12px; text-align:left;'>");
document.write("<ul style='margin-left:0; padding-left:0; list-style-type: none;'>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.yoshimoto.co.jp/100th/monogatari/' title='吉本百年物語' target='_blank'>吉本百年物語</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://gekkonokamen.com/' title='月光ノ仮面' target='_blank'>月光ノ仮面</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.inukoro.jp/' title='犬の首輪とコロッケと' target='_blank'>犬の首輪とコロッケと</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://tsy-movie.com/' title='TSY' target='_blank'>TSY</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://warotar.jp/' title='ワロター！' target='_blank'>ワロター！</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.r-1gp.com/top.htm' title='R-1ぐらんぷり' target='_blank'>R-1ぐらんぷり</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.oimf.jp/' title='沖縄国際映画祭' target='_blank'>沖縄国際映画祭</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://jookey.jp/?mid=YMa003' title='JOOKEY' target='_blank'>JOOKEY</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://mb.softbank.jp/mb/service/owarailife/kayu_girl/' title='お笑いLIFE' target='_blank'>お笑いLIFE</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.yoshimoto.co.jp/bunshi/' title='Yell,Laugh&Peace' target='_blank'>三枝改め 六代 桂文枝</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://yell.yoshimoto.co.jp/' title='Yell,Laugh&Peace' target='_blank'>Yell,Laugh&Peace</a></li>");

document.write("</ul>");
document.write("</td>");
document.write("<td align='left' valign='top' style='font-size:12px; text-align:left;'>");
document.write("<ul style='margin-left:0; padding-left:0; list-style-type: none;'>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.yoshimoto.co.jp/gekijyo/' title='よしもと劇場・地方支社案内'>よしもと劇場・地方支社案内</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.yoshimoto.co.jp/shinkigeki/' title='吉本新喜劇'>吉本新喜劇</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.omoshirosuizokukan.com/' title='おもしろ水族館'>おもしろ水族館</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://ent-yoshimoto.pia.jp/' title='チケットよしもと'>チケットよしもと</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.syumatsu.jp/' title='週末よしもと'>週末よしもと</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://home-yose.laff.jp/' title='＠ほーむ寄席'>＠ほーむ寄席</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://yoshimoto.gnavi.co.jp/' title='よしもとぐるなび'>よしもとぐるなび</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.koyabusonic.com/' title='コヤブソニック'>コヤブソニック</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.king-of-conte.com/' title='キングオブコント' target='_blank'>キングオブコント</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.highschool-manzai.com/' title='ハイスクールマンザイ' target='_blank'>ハイスクールマンザイ</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.themanzai.com/' title='THE MANZAI 2011' target='_blank'>THE MANZAI 2011</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.kamiwaza-world.com/' title='KAMIWAZA2012' target='_blank'>KAMIWAZA2012</a></li>");
document.write("</ul>");
document.write("</td>");
document.write("<td align='left' valign='top' style='font-size:12px; text-align:left;'>");
document.write("<ul style='margin-left:0; padding-left:0; list-style-type: none;'>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://laff.jp/' title='ラフブロ' target='_blank'>ラフブロ</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.ynn47.jp/' title='YNN' target='_blank'>YNN</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://gyao.yahoo.co.jp/yoshimoto/' title='Yahoo!:もっとよしもと' target='_blank'>Yahoo!:もっとよしもと</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://yoshimoto.fc.yahoo.co.jp/' title='Yahoo!よしもと見ホーダイ' target='_blank'>よしもと見ホーダイ</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://ch.nicovideo.jp/channel/ch71' title='ニコニコ動画：よしよし動画' target='_blank'>ニコニコ動画：よしよし動画</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.youtube.com/user/yoshimotokogyo' title='YouTube：吉本興業チャンネル' target='_blank'>YouTube：吉本興業チャンネル</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://livestream.yoshimoto.co.jp/' title='よしもと生配信' target='_blank'>よしもと生配信</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.papapark.jp/' title='パパパーク' target='_blank'>パパパーク</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://tweet.yoshimoto.co.jp/' title='芸人twitter' target='_blank'>芸人twitter</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.geinin2.jp/' title='芸人2' target='_blank'>芸人2</a></li>");
document.write("</ul>");
document.write("</td>");
document.write("<td align='left' valign='top' style='font-size:12px; text-align:left;'>");
document.write("<ul style='margin-left:0; padding-left:0; list-style-type: none;'>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://store.shopping.yahoo.co.jp/yoshimoto-shop/index.html' title='よしもとネットショップ' target='_blank'>よしもとネットショップ</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.yoshimotoclub.co.jp/' title='よしもとグッズ' target='_blank'>よしもとグッズ</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://ysmt-books.laff.jp/' title='よしもと堂書店' target='_blank'>よしもと堂書店</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.yoshimoto.co.jp/myp/' title='マンスリーよしもとPLUS' target='_blank'>マンスリーよしもとPLUS</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.randc.jp/' title='CD・DVD情報' target='_blank'>CD・DVD情報</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://namaasha.yoshimoto.co.jp/' title='ナマーシャ'>ナマーシャ</a></li>");
document.write("</ul>");
document.write("</td>");
document.write("<td align='left' valign='top' style='font-size:12px; text-align:left;'>");
document.write("<ul style='margin-left:0; padding-left:0; list-style-type: none;'>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.yoshimoto.co.jp/stargate/' title='YOSHIMOTO STAR GATE'>YOSHIMOTO STAR GATE</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.yoshimoto.co.jp/nsc/' title='NSC'>NSC</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://ycc.yoshimoto.co.jp/' title='よしもとクリエイティブカレッジ'>よしもとクリエイティブカレッジ</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.yoshimoto.co.jp/yoec/' title='よしもと沖縄エンターテイメントカレッジ'>よしもと沖縄エンターテイメントカレッジ</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.yoshimoto.co.jp/ysm/' title='よしもとスタッフマネジメント'>よしもとスタッフマネジメント</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.yoshimoto.co.jp/otoriyose/' title='よしもとイベント営業'>よしもとイベント営業</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://tomonokai.yoshimoto.co.jp/' title='よしもとID'>よしもとID</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://www.yoshimoto.co.jp/sumimasukoubo/' title='”住みます”プロジェクト' target='_blank'>”住みます”プロジェクト</a></li>");
document.write("<li style='margin-bottom:3px; margin-left:0;'><a href='http://yoshimoto-shashinkan.com/' title='よしもと写真館'>よしもと写真館</a></li>");
document.write("</ul>");
document.write("</td>");
document.write("</tr>");
if(companyData != false){
	document.write("<tr>");
	document.write("<td colspan='5' style='font-size:12px;'>");
	document.write("<p><span style='margin-right:12px;'><a href='http://www.yoshimoto.co.jp/corp/info/concept.html'>企業案内</a></span><a href='http://www.yoshimoto.co.jp/corp/privacy_web.html' title='プライバシーポリシー'>プライバシーポリシー</a></p>");
	document.write("<p style='font-family:Arial, Helvetica, sans-serif; color:"+color+"'>Copyright (c) YOSHIMOTO KOGYO. All Rights Reserved.</p></td>");
	document.write("</tr>");
}
document.write("</table>");
document.write("</div>");

}

