
var cnt = new Object();

cnt['u_t']  = '7720502';
cnt['p_t']  = '17937123';
cnt['u_td'] = '3287';
cnt['p_td'] = '5072';
cnt['u_yd'] = '4904';
cnt['p_yd'] = '7543';

function text_cnt(type)
{
	
	document.write(cnt[type]);
	
}

function img_cnt(type)
{
	
	var img_ext = '.png';
	var img_dir = 'http://iphone-lab.net/Apps/lapis_iphone/templates/img/cnt/';
	
	var c = cnt[type] + '';
	var d = c.split("");
	
	for(i in d){document.write('<img src="' + img_dir + d[i] + img_ext + '" />');}
	
}
