function rndPic(X,N){
var p="http://www.mikadosyouji.com/wp-content/themes/mikado/images/img_head/"+X+(Math.floor(Math.random()*N)+1)+".jpg";
var P="url("+p+") center no-repeat";
document.getElementById(X).style.background=P;
}