/* --------------------------------------------------------

	ニュースページ　右窓　映像配信
	07.1.29 作成

var noOfPromos = 6;
var promoIndex;
asxPromo = new Array();

asxPromo[0] = '<embed src="http://www.livetaiwan.jp/entertainment/top_movie/top_dm001.asx" AutoStart="true" ShowAudioControls="true" ShowPositionControls="false" ShowTracker="false" playcount="0" wmode="opaque" width="170" height="154" name="navy">';
asxPromo[1] = '<embed src="http://www.livetaiwan.jp/entertainment/top_movie/top_dm002.asx" AutoStart="true" ShowAudioControls="true" ShowPositionControls="false" ShowTracker="false" playcount="0" wmode="opaque" width="170" height="154" name="navy">';
asxPromo[2] = '<embed src="http://www.livetaiwan.jp/entertainment/top_movie/top_dm003.asx" AutoStart="true" ShowAudioControls="true" ShowPositionControls="false" ShowTracker="false" playcount="0" wmode="opaque" width="170" height="154" name="navy">';
asxPromo[3] = '<embed src="http://www.livetaiwan.jp/entertainment/top_movie/top_dm001.asx" AutoStart="true" ShowAudioControls="true" ShowPositionControls="false" ShowTracker="false" playcount="0" wmode="opaque" width="170" height="154" name="navy">';
asxPromo[4] = '<embed src="http://www.livetaiwan.jp/entertainment/top_movie/top_dm002.asx" AutoStart="true" ShowAudioControls="true" ShowPositionControls="false" ShowTracker="false" playcount="0" wmode="opaque" width="170" height="154" name="navy">';
asxPromo[5] = '<embed src="http://www.livetaiwan.jp/entertainment/top_movie/top_dm003.asx" AutoStart="true" ShowAudioControls="true" ShowPositionControls="false" ShowTracker="false" playcount="0" wmode="opaque" width="170" height="154" name="navy">';
function randomizer()  {
	promoIndex = Math.round(Math.random() * 100) % noOfPromos;
}
randomizer();



-------------------------------------------------------- */


/* --------------------------------------------------------

	詳細ページ用スクリプト by Y.O
	06.12.13 作成

-------------------------------------------------------- */

/* 下位ページのコンテンツページ */
function RollBannerSet()
	{
		document.getElementById("HeadBannerSpace").innerHTML = '<div style="padding:3;px;z-index:0">　</div>';
	}

/* --------------------------------------------------------

	詳細ページ用スクリプト by K.A
	07.1.10 作成

-------------------------------------------------------- */

function jump2(){
	my_url=document.form1.sele1.selectedIndex;
	my_url=document.form1.sele1.options[my_url].value;
	location.href=my_url;
}

