<!--Can't find substitution for tag [post.title]--> - Cinler alemi

CiNLER Alemi Yeşil Hoca

BÜYÜ BOZMA YOLLARI

Aşagdaki cin suresinin ayetlerini safran mürekkebi ile yazılıp 7 kat naylona sarılıp üzerinde taşıması yapılmış büyüyü etkisiz hale getirir ve isterseniz dua kagıdının etkisini kuvvetlendirmek için 21 defa okunup yazdıgınız kagıda üflemeniz duanın nurunu arttırır.isteyenlerde bu bu ayetleri 21 defa bir bardak suya okuyup üflemek ve o suyu çogaltıp hem içmeye hemde bir spreye koyup evinizin her tarafına sıkmanız da el ayak ve yüzünüze sıkmanız büyüyü etkisiz hale getirir.

Hiç yorum yok:

Yorum Gönder

1) return; //selects the element to be made sticky. var stickElement = $('.date-header'), //selects the element which would trigger the sticky elem to go away hideTrigger = $('#comments'), //class name to be added (it should match the class in CSS) fixed = "fixed", top = stickElement.offset().top; $(window).scroll(function (event) { var y = $(this).scrollTop(); var maxY = hideTrigger.offset().top; if (y >= top && y < maxY) { stickElement.addClass(fixed); } else { stickElement.removeClass(fixed); } }); }); //]]>