 



 









function putTorakuRitsu2448(){

document.write("-");
}

function putDate2448(){
	document.write('-');        // 現値の日付
}
function putDate_j2448(){
	str = "-"
	if (str != "-")  {
		DateTmp = str.split("/");
		document.write((parseInt(DateTmp[0],"10"))  + "月" + (parseInt(DateTmp[1],"10")) + "日");        // 現値の日付(/月/日)
	} else {
		document.write("--月--日");        // 現値の日付(/月/日)
	}
}


function putDate_e2448(p){
document.write("---");

}


function putGn_Pr2448(){
	document.write('-');       // 現値
}
function putGn_Pr_Ji2448(){
	document.write('-');    // 現値時間
}
function putZdhi2448(){


	document.write('-');        // 前日比

}
function putZdhi2448arrow(){


	document.write('-');        // 前日比

}
function putDekidk2448(){
	document.write('-');      // 出来高
}
function putOpn_pr2448(){
	document.write('-');      // 始値
}
function putHi_pr2448(){
	document.write('-');       // 高値
}
function putLow_pr2448(){
	document.write('-');      // 安値
}
function putZdCls_pr2448(){ // 前日終値
	
	document.write('-'); 
	
}
function putHistHi_pr2448(){
	document.write('-');   // 上場来最高値
}
function putHistLow_pr2448(){
	document.write('-');  // 上場来最安値
}
function putYearHi_pr2448(){
	document.write('-');  // 年初来最高値
}
function putYearLow_pr2448(){
	document.write('-');  // 年初来最安値
}
function putChart2448(){
	document.write('day');       // チャートの別
}
function putMeigCdFull2448(){
	document.write('244805');  // 6桁の時価コード（JSP名）
}
function putMeigCd2448(){
	document.write('2448');      // 銘柄コード　4or5桁
}
function putSijoCd2448(){
	document.write('5');      // 市場コード1桁
}
function putSijoCdQuick2448(){
	document.write('NG'); // チャート用市場コード
}
function putJspDir2448(){
	document.write('ja_js');      // JSPのディレクトリ名
}


