function openEvent(event_id) {
    window.open('http://www.medinahbaptist.org/event/'+ event_id, "MBC Event", "width=580,height=400,location=0,menubar=0,resizable=0,scrollbars=1,status=1,toolbar=0");
}

// Banner rotation settings
// Additional settings can be found: http://jquery.malsup.com/cycle/lite/
$.fn.cycle.defaults = {
    timeout: 5000,
    speed: 1000,
    pause: 1,
    sync: 1
};

$(function() {
    $('#slideshow').cycle();

});
