﻿$(function(){
	var isiPad = navigator.userAgent.match(/iPad/i) != null;
	if(isiPad){
		$('body').css({
			'backgroundColor' : '#2F6BA3'
		});
		$('#pickup_box').hide();
		$('#ctv_tab h1').html([
			'<img src="http://www.ctv.co.jp/img/big_banner/logo.png" usemap="#link_logo" style="border:none;" />',
			'<map name="link_logo">',
			'<area shape="rect" alt="中京テレビ" coords="0,5,220,55" href="http://www.ctv.co.jp/indexmenu.html" />',
			'<area shape="rect" alt="番組表" coords="0,65,115,85" href="http://www.ctv.co.jp/bangumi/" />',
			'<area shape="rect" alt="サイトマップ" coords="115,65,220,85" href="http://www.ctv.co.jp/map/">',
			'</map>'
		].join(''));
		$('#global_menu').html([
			'<img src="http://www.ctv.co.jp/img/big_banner/cloud.png" usemap="#link_navigation" style="border:none;" />',
			'<map name="link_navigation">',
			'<area shape="rect" alt="番組情報" coords="10,0,110,80" href="http://www.ctv.co.jp/chu/">',
			'<area shape="rect" alt="ニュース・天気" coords="115,0,215,80" href="http://www.ctv.co.jp/newsctv/index_loc.html">',
			'<area shape="rect" alt="コミュニティインデックス" coords="220,0,320,80" href="http://www.ctv.co.jp/community/">',
			'<area shape="rect" alt="アナウンスルーム" coords="325,0,425,80" href="http://www.ctv.co.jp/announce/">',
			'<area shape="rect" alt="イベントナビ" coords="430,0,530,80" href="http://weblog.ctv.co.jp/eventnavi/">',
			'<area shape="rect" alt="ぐるなびチュウキョ～くん" coords="535,0,635,80" href="http://chu.gnavi.co.jp/">',
			'<area shape="rect" alt="Chu!SHOP" coords="640,0,740,80" href="http://www.ctv.co.jp/chushop/">',
			'<area shape="rect" alt="動画インデックス" coords="745,0,845,80" href="http://www.ctv.co.jp/movie/">',
			'<area shape="rect" alt="プレゼントインデックス" coords="850,0,950,80" href="http://www.ctv.co.jp/present/">',
			'</map>'
		].join(''));
	}
});

