cg_channel01 = ""
	+'<table width="100%" border="0" cellspacing="6" cellpadding="0"><tr valign="top"><td width="162"><img src="http://www.auhikari.jp/tv/common/img/channel_thum1008_01.jpg" alt="" width="222" height="145"></td><td class="medium"><span style="color:#000000;"><strong>「ロード・オブ・ザ・リング」3部作一挙放送！</strong></span><br>世界を滅ぼす魔力を秘めた指輪をめぐり、勇者たちが冒険と闘いを繰り広げる！ J・R・R・トールキンの『指輪物語』を映画化したアドベンチャー3部作。夏休みに“イッキ見”したい冒険ファンタジー超大作<br><span class="s">ロード・オブ・ザ・リング／(C) 2001 New Line Productions,Inc.All Rights Reserved.</span><br><a href="http://cinefilimagica.com/" target="_blank"><img src="http://www.auhikari.jp/tv/common/img/channel/channel01.gif" alt="洋画★シネフィル・イマジカ" width="44" height="35" border="0"></a></td></tr></table><div class="dot_line"></div><table width="100%" border="0" cellspacing="6" cellpadding="0"><tr valign="top"><td width="123"><img src="http://www.auhikari.jp/tv/common/img/channel_thum1008_02.jpg" alt="" width="118" height="57" border="0"></td><td class="medium"><span style="color:#000000;"><strong>プリズン・ブレイク シーズン4</strong></span><br>これまで逃亡を余儀なくされてきたマイケルらは、徐々に正体を明かし始めた“組織”を崩壊させるべく、自ら戦いを仕掛けていくことに。緊迫するその戦いを制するのは、マイケルの“頭脳”か、組織の“力”か!?<br><span class="s">(c) 2008-2009 Twentieth Century Fox Film Corporation</span><br><a href="http://www.foxjapan.com/tv/" target="_blank"><img src="http://www.auhikari.jp/tv/common/img/channel/channel18_03.gif" alt="FOX" width="44" height="35" border="0"></a></td></tr></table><div class="dot_line"></div><table width="100%" border="0" cellspacing="6" cellpadding="0"><tr valign="top"><td width="123"><img src="http://www.auhikari.jp/tv/common/img/channel_thum1008_03.jpg" alt="" width="118" height="79"></td><td class="medium"><span style="color:#000000;"><strong>夏のクリップ祭り！アイドルフェスタ2010</strong></span><br>AKB48をはじめ、2010年のJ-POPシーンで大活躍の新世代アイドルたちにスポットをあてたビデオクリップ特集をお届け！ キュートな女の子たちが勢ぞろい！</span><br><span class="s">写真：AKB48</span><br><a href="http://www.m-on.jp/" target="_blank"><img src="http://www.auhikari.jp/tv/common/img/channel/channel08.gif" alt="MUSIC ON！ TV" width="44" height="35" border="0"></a></td></tr></table>'
	;

/*---------------------------------------------
 copy guard
---------------------------------------------*/
	var Mac   = navigator.userAgent.indexOf("Mac") != -1   ? true : false;
	function chk_mousedown(e) {
	  if (navigator.appName == "Microsoft Internet Explorer") {
	    if (event.button == 2 || (Mac && (event.ctrlKey || event.keyCode == 91))) {
	      alert("右クリックできません");
	      return(false);
	    }
	  } else if (navigator.appName == "Netscape") {
	    if (e.which == 3 || e.modifiers == 2 || e.ctrlKey || e.which == 85) {
			alert("右クリックできません");
			return false;
	    }
	  } 
	}
	function pop_alert(){
		alert("右クリックできません");
		return false;
	}


	document.oncontextmenu = pop_alert;

	if (document.all && (Mac || ! document.getElementById)) {
		document.onmousedown = chk_mousedown;
		document.onkeydown = chk_mousedown;
	} else if (document.layers) {
		window.captureEvents(Event.MOUSEDOWN | Event.modifiers | Event.KEYDOWN);
		window.onmousedown = chk_mousedown;
		window.onkeydown = chk_mousedown;
	} else if(navigator.userAgent.indexOf("Netscape6")!=-1){
		document.onmouseup = chk_mousedown;
		document.onkeydown = chk_mousedown;
	}