お知らせ

2021 / 05 / 04  17:00

レイキヒーリング講座受講生の方のご紹介「吉濱ゆうさん」

レイキヒーリング講座受講生の方のご紹介「吉濱ゆうさん」

01454815-6E8E-4714-BAE5-C1E8D411F152.jpeg

 

 

https://yuyoshihama.com/

 

レイキヒーリング講座レベル1〜レベル3を受講してくださった

 

吉濱ゆうさんのサイトです。

 

ぜひ、お立ち寄りください!

 

/*-------------------------------------------------------------------------- Script Name : Random Image Script Author : FIRSTSTEP - Motohiro Tani Author URL : https://www.1-firststep.com Create Date : 2017/06/06 Version : 1.1 Last Update : 2019/07/24 --------------------------------------------------------------------------*/ function random_image() { if ( document.getElementById( 'random-image' ) == null ) { return; } var image_ul = document.getElementById( 'random-image' ); var image_li = image_ul.getElementsByTagName( 'li' ); var random_int = Math.floor( Math.random() * image_li.length ); image_li[random_int].style.display = 'block'; } if ( document.readyState == 'loading' ) { document.addEventListener( 'DOMContentLoaded', function() { random_image(); }, false ); } else { random_image(); }