/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


$(document).ready(function(){
    $(".res").click(function(){
        window.location = "/resource-centre/"+$(this).attr("id");
    });
    $('#rs-feed').feedreader({
        targeturl: 'http://hug-t2.icebluesky-test.co.uk/business-news',
        items: 3,
        descLength: 15,
        duration: 5000
    });
//    $("#newsticker-jcarousellite").jCarouselLite({
//        vertical: true,
//        visible: 3,
//        auto:500,
//        speed:1000
//    });
});
