Ambiance 2016: “The Release”

Yung Prince, T-Strike, Lady Amazon

30 Apr 2016 Orlando, FL (USA) Free

Details

Time : 6:00pm
Venue : New Life Ministries WOC
Address : 4900 Donovan St.
State : FL
Zip : 32808
Contact Email : contact@newlifewoc.org
Contact Website : http://newlifewoc.org

Their are men and women sent into the world carrying the Glory of God, searching for an opportunity to #release it. Well, this will be the night to #RELEASE!
Come out for a night of worship, rap, dance and more. While we are accepting donations, this is a FREE event! Food will be provided/sold by Tailor Made Catering. Performances by Yung Prince, William Morris, Heath King, Brandon McRae and more. More details to come!

/* Fix: release links must always navigate (theme one-page JS + lightbox were hijacking clicks) */ document.addEventListener('click', function(e){ var a = e.target.closest ? e.target.closest('a') : null; if(!a) return; var href = a.getAttribute('href') || ''; if(href.indexOf('/release/') !== -1){ if(e.stopImmediatePropagation) e.stopImmediatePropagation(); else e.stopPropagation(); e.preventDefault(); window.location.href = href; } }, true);