$(function() {

    $('<li class="right"><a href="http://www.sakerhetspartner.com/"><img src="/wp-content/themes/sakerhetspartner/images/ico1f.gif" width="18" height="13" alt="Description image"/></a></li>').appendTo('#menu-huvudmeny');

    $("#news-ticker").cycle({
        pause: 1,
        sync: 0,
        speed: 1000,
        timeout: 3000,
        height: 20,
        fx: 'scrollDown'
    });

    $('#slider').cycle({
        timeout: 4000
    });

    $("#bildspel").cycle({timeout: 4000});

   var newsItem =$('#news-ticker li a');
   var text = $('#news-ticker li a').text();

   newsItem.each(function(){
       $(this).text($(this).text().substring(0,39)+ '...');
   });

});
