var title_1 = '"名前";';
var title_2 = '"種族・性別";';
var title_4 = '"シリーズプレイ時間";';
var title_5 = '"メッセージ";';
//
//
function title1_func(){
//title_1='"'+document.form22.text1.value+'";';
title_1='"'+document.Form.text1.value+'";';
writer();
}
//
function title2_func(){
//title_2='"'+document.form22.text2.value+'";';
title_2='"'+document.Form.text2.value+'";';
writer();
}
//
function title4_func(){
//title_4='"'+document.form22.text4.value+'";';
title_4='"'+document.Form.text4.value+'";';
writer();
}
//
function title5_func(){
//title_5='"'+document.form22.text5.value+'";';
title_5='"'+document.Form.text5.value+'";';
writer();
}
//

function writer(){
	document.form11.tag.value='<div><script language="javascript" type="text/javascript" src="http://www3.sega.co.jp/psp2/blog_parts/js/photo.js"></script><script type="text/javascript">_title_1='+title_1+'_title_2='+title_2+'_title_4='+title_4+'_title_5='+title_5+'cl_1();</script></div>';
}


