watermark logo

Dawah Yisrael - Captain Tazaryach Of I.S.U.P.K Says The Vakkkseens Are Just Medicine ????

8 Views
DEEJAY GAMBLER
DEEJAY GAMBLER
11 Aug 2021

⁣I do not own the copyrights to this video, it belongs to the Copy-write Owner (MR DAWAH YISRAEL) and his Affiliates (KODESH BIZ)

I do not have any intention of copying, stealing, or any sort of things like that of this content, but only to promote & share it

To contact Brother Dawah Yisrael :

Email #1: [email protected]

Email #2: [email protected]

Telephone: 269 845 6399........Text: 269 845 6399

CashApp: https://cash.app/$333Daw

To follow Dawah Yisrael, please click on the links below to his Social Media Outlets:

YOUTUBE CHANNEL #1: Dawah Yisrael Speaks

https://www.youtube.com/channe....l/UC1ZsHUDT7lPxwmDn1

YOUTUBE CHANNEL #2: DAWAH YISRAEL PLUS

https://www.youtube.com/channe....l/UCs2ufsUptpnPAI5Fj

YOUTUBE CHANNEL #3: THE YAH IS REAL HOUR SHOW PT 2

https://www.youtube.com/channe....l/UCQsNpPQdRZYyH0bPe

YOUTUBE CHANNEL #4: Dawah Yisrael

https://www.youtube.com/channe....l/UC2MOaEgB0-iy0DqhE

YOUTUBE CHANNEL #5: Dawah Yisrael

https://www.youtube.com/channe....l/UCBhvgdac7-n3rbVYo

YOUTUBE CHANNEL #6: DAWAH SPEAKS

https://www.youtube.com/channe....l/UCf4TlS_cgzazDxv71

YOUTUBE CHANNEL #7: Dawah Yisrael

https://www.youtube.com/channe....l/UCKG8pMr7vjeKkVqHu

TWITTER #1: DAWAH YISRAEL

https://twitter.com/kodeshbiz?lang=en

TWITTER #2: Dawah Yisrael

https://twitter.com/yahisreal?lang=en

BLACK JUNCTION T.V: Dawah Classics

https://blackjunction.tv/@DawahClassics

FACEBOOK (ARTIST PAGE): Kodesh

https://www.facebook.com/pages..../category/Artist/Kod
254857807868740/

FACEBOOK (PROFILE #1): Dawah Yisrael

https://www.facebook.com/kodeshbiz

FACEBOOK (PROFILE #2): Dawah Neter

https://www.facebook.com/dawaneter

REVERB NATION PROFILE:

https://www.reverbnation.com/kodeshbiz

HIS MAIN DIRECT WEBSITE:

http://www.yahisrealhour.com/

Show more


0 Comments Sort By

No comments found

'+text+'

'); $(button).attr('disabled', true); $.post('https://blackjunction.tv/aj/add-comment', {video_id: video_id, text: text}, function(data, textStatus, xhr) { if (data.status == 200) { if ($('.user-comments .empty_state').length > 0) { $('.user-comments .empty_state').remove(); } $('#comment-textarea').val('').css('height', '50px');; $('#video-user-comments').prepend(data.comment); } $(button).attr('disabled', false); }); } function PT_DeleteComment(id) { if (!id) { return false; } if (!confirm('Are you sure you want to delete your comment?')) { return false; } $('#comment-' + id).slideUp('fast'); $.post('https://blackjunction.tv/aj/delete-comment', {id: id}); } function PT_PinComment(id,pin){ if (!id) { return false; } let pinned_comments = $('#pinned-comment'); if (pin) { $("#comment-" + id).slideUp(200,function(){ Snackbar.show({text: 'Comment pinned to top',pos: 'bottom-center',showAction: false}); }) } else{ pinned_comments.empty(); Snackbar.show({text: 'Comment unpinned',pos: 'bottom-center',showAction: false}); } $.post('https://blackjunction.tv/aj/pin-comment', {id: id},function(data){ if (data.status == 200) { $("#comment-" + id).slideUp(100,function(){ $(this).remove(); pinned_comments.scrollTo(); }); pinned_comments.html(data.html); } else if(data.status == 304){ $("#video-user-comments").append(data.html); } }); }