﻿/**
 *  Start all JS functions
 */
 
window.onload = function() {
    //startAccordion();
    startHomeNews();
    init();
}


