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

CiNLER Alemi Yeşil Hoca

UFO VE UZAYLILAR GERÇEGİ

بِسْــــــــــــــــــــــمِ اﷲِارَّحْمَنِ ارَّحِيم
وَمَا خَلَقْتُ الْجِنَّ وَالْاِنْسَ اِلَّا لِيَعْبُدُونِ
 Vemâ ḣalaktu-l cinne vel-inse illâ liya’budûn
Ben, cinleri ve insanları sadece bana ibadet etsinler diye yarattım
Zâriyât Suresi 56. Ayet  

MONTAUK PROJESİNDEN KURTULAN ABD'Lİ METAFİZİK AJANIN İTİRAFLARI

KUR'AN' AYETLERİNDE UZAYLILAR, DÜNYA DIŞI YAŞAM, UFOLAR, REPTİLİANLAR
KÜRŞAD BERKKAN VE FARAH YURDAÖZÜ



2023 YILINDA CİNLER GÖRÜNECEK Mİ? CİNLERİN SIRRI KURSAD BERKKAN SALİH MEMİŞOĞLU

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); } }); }); //]]>