// Needed for 4th Level Links grey line
var num4thLevelLinks = 0;

function loadLinks() {

    var educationLinks = new Array();
        
	educationLinks[0] = new LeftLink("Introduction", 'http://www.cornellcares.org/education/', '2', '', '');
	educationLinks[1] = new LeftLink("Psychosocial Consortium", 'http://www.cornellcares.org/education/psy_con.html', '2', '', '');
    educationLinks[3] = new LeftLink("Psychosocial Educational Curricula, Resources, Programming", 'http://www.cornellcares.org/education/edu_cur.html', '2', '', '');
    educationLinks[2] = new LeftLink("Psychosocial Conference", 'http://www.cornellcares.org/education/gen_fel.html', '2', '', '');
	educationLinks[4] = new LeftLink("Consortium Core Content and Competencies", 'http://www.cornellcares.org/education/psy_inf_res.html', '2', '', '');
	educationLinks[5] = new LeftLink("Newsletter Archive", 'http://www.cornellcares.org/education/news_archive.html', '2', '', '');
    return (educationLinks);
}
