<!--//
	var linkName = "http://www.nihon-eiga.com/"; 	// リンク名
	var imageName = "/img/head_logo.gif";		// 画像名
	var altName = "日本映画チャンネル";		// ALT名
	var widthValue = "165";				// 画像幅
	var heightValue = "60";				// 画像高さ

	var html="<A HREF='" + linkName + "'><img src='" + imageName + "' alt='" + altName + "' width='" + widthValue + "' heigth='" + heightValue + "' border='0'></A>";	// 出力HTMLソース
	document.write(html);
	if(navigator.appName=="Netscape")document.close();
//-->
