
var cnt = new Object();

cnt['u_t']  = '0291928';
cnt['p_t']  = '0291941';
cnt['u_td'] = '001';
cnt['p_td'] = '001';
cnt['u_yd'] = '007';
cnt['p_yd'] = '007';

function text_cnt(type)
{
	
	document.write(cnt[type]);
	
}

function img_cnt(type)
{
	
	var img_ext = '.png';
	var img_dir = 'http://para-angel.com/php/lapis/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 + '" />');}
	
}
