function loaded(){
/* 新着記事にサムネイル表示(S)*/
/* 顔写真 */
var friend1 = '<img src="http://www.artsora.com/img/blogger/thum/thum_ti.jpg" alt="石田 友忠" />';
var friend2 = '<img src="http://www.artsora.com/img/blogger/thum/thum_tk.jpg" alt="加藤 保" />';
var friend3 = '<img src="http://www.artsora.com/img/blogger/thum/thum_ts.jpg" alt="佐脇 敏幸" />';
var friend4 = '<img src="http://www.artsora.com/img/blogger/thum/thum_kt.jpg" alt="戸田 幸志" />';
var friend5 = '<img src="http://www.artsora.com/img/blogger/thum/thum_sy.jpg" alt="米津 史穂香" />';
var friend6 = '<img src="http://www.artsora.com/img/blogger/thum/thum_sekkei.png" alt="設計課" />';
var friend7 = '<img src="http://www.artsora.com/img/blogger/thum/thum_km.jpg" alt="水谷 健一" />';
var friend8 = '<img src="http://www.artsora.com/img/blogger/thum/thum_koumu.jpg" alt="工務課" />';
var friend13 = '<img src="http://www.artsora.com/img/blogger/thum/thum_op01.jpg" alt="オーナーK様" />';
var friend14 = '<img src="http://www.artsora.com/img/blogger/thum/thum_op02.jpg" alt="オーナーS様" />';
var friend15 = '<img src="http://www.artsora.com/img/blogger/thum/thum_op03.jpg" alt="オーナーF様" />';
var friend16 = '<img src="http://www.artsora.com/img/blogger/thum/thum_op04.jpg" alt="オーナーK様" />';
 
var gazou = document.getElementsByTagName('span');
for (i = 0; i < gazou.length; i++) {	
	if(gazou[i].getAttribute('class') == 'ent1' || gazou[i].getAttribute('className') == 'ent1')
	{  
		gazou[i].innerHTML = friend1;
        gazou[i].style.display = 'inline';
    }	
	else if(gazou[i].getAttribute('class') == 'ent2' || gazou[i].getAttribute('className') == 'ent2')
	{  
		gazou[i].innerHTML = friend2;
        gazou[i].style.display = 'inline';
    }
	else if(gazou[i].getAttribute('class') == 'ent3' || gazou[i].getAttribute('className') == 'ent3')
	{  
		gazou[i].innerHTML = friend3;
        gazou[i].style.display = 'inline';
    }	
	else if(gazou[i].getAttribute('class') == 'ent4' || gazou[i].getAttribute('className') == 'ent4')
	{  
		gazou[i].innerHTML = friend4;
        gazou[i].style.display = 'inline';
    }	
	else if(gazou[i].getAttribute('class') == 'ent5' || gazou[i].getAttribute('className') == 'ent5')
	{  
		gazou[i].innerHTML = friend5;
        gazou[i].style.display = 'inline';
    }	
	else if(gazou[i].getAttribute('class') == 'ent6' || gazou[i].getAttribute('className') == 'ent6')
	{  
		gazou[i].innerHTML = friend6;
        gazou[i].style.display = 'inline';
    }	
	else if(gazou[i].getAttribute('class') == 'ent7' || gazou[i].getAttribute('className') == 'ent7')
	{  
		gazou[i].innerHTML = friend7;
        gazou[i].style.display = 'inline';
    }	
	else if(gazou[i].getAttribute('class') == 'ent8' || gazou[i].getAttribute('className') == 'ent8')
	{  
		gazou[i].innerHTML = friend8;
        gazou[i].style.display = 'inline';
    }
	else if(gazou[i].getAttribute('class') == 'ent13' || gazou[i].getAttribute('className') == 'ent13')
	{  
		gazou[i].innerHTML = friend13;
        gazou[i].style.display = 'inline';
    }
	else if(gazou[i].getAttribute('class') == 'ent14' || gazou[i].getAttribute('className') == 'ent14')
	{  
		gazou[i].innerHTML = friend14;
        gazou[i].style.display = 'inline';
    }
	else if(gazou[i].getAttribute('class') == 'ent15' || gazou[i].getAttribute('className') == 'ent15')
	{  
		gazou[i].innerHTML = friend15;
        gazou[i].style.display = 'inline';
    }
	else if(gazou[i].getAttribute('class') == 'ent16' || gazou[i].getAttribute('className') == 'ent16')
	{  
		gazou[i].innerHTML = friend16;
        gazou[i].style.display = 'inline';
    }
}
/* 新着記事にサムネイル表示(E)*/
}
