 



 












function putTorakuRitsu(){

document.write("1.06%");
}

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


function putDate_e(p){
if ( p == "L") document.write("February 9");
if ( p == "S") document.write("Feb. 9");

}


function putGn_Pr(){
	document.write('256,800');       // 現値
}
function putGn_Pr_Ji(){
	document.write('10:08');    // 現値時間
}
function putZdhi(){


			document.write('<FONT color="#000000">');      

	document.write('+2,700');        // 前日比

		document.write('</FONT>');      

}
function putDekidk(){
	document.write('1,293');      // 出来高
}
function putOpn_pr(){
	document.write('254,200');      // 始値
}
function putHi_pr(){
	document.write('258,700');       // 高値
}
function putLow_pr(){
	document.write('252,500');      // 安値
}
function putZdCls_pr(){ // 前日終値
	
	document.write('254,100'); 
	
}
function putHistHi_pr(){
	document.write('487,000');   // 上場来最高値
}
function putHistLow_pr(){
	document.write('205,200');  // 上場来最安値
}
function putYearHi_pr(){
	document.write('349,000');  // 年初来最高値
}
function putYearLow_pr(){
	document.write('215,500');  // 年初来最安値
}
function putChart(){
	document.write('day');       // チャートの別
}
function putMeigCdFull(){
	document.write('872901');  // 6桁の時価コード（JSP名）
}
function putMeigCd(){
	document.write('8729');      // 銘柄コード　4or5桁
}
function putSijoCd(){
	document.write('1');      // 市場コード1桁
}
function putSijoCdQuick(){
	document.write('T'); // チャート用市場コード
}
function putJspDir(){
	document.write('ja_js');      // JSPのディレクトリ名
}


