// JavaScript Document

/*==================================================
jQuery
==================================================*/

$(function(){
	//サムネイル
  	$(".profileBlock .profileBlockInner .mainPic").prepend("<span><img src='/common/img/spacer.gif' /></span>");
	$(".profileBlock .profileBlockInner .box-pic").prepend("<span><img src='/common/img/spacer.gif' /></span>");
});
