$( function() {
        $("#sidebar ul li:nth-child(even)").addClass("even");
        $("#sidebar ol li:nth-child(even)").addClass("even");
} );

$(function()    {
        $("#mastHead").append('<a href="" id="topLink" style=""></a>');
}   );

$(function()    {
        if (window.location.hostname == 'festival.blog.lovefilm.com'){
            $('#topLink').attr({
                    title:'Carlsberg - Enjoy your own Can film festival',
                    style:'position:absolute;width:227px;height:46px;right:0;top:90px;',
                    href:'http://ad.doubleclick.net/clk;215005344;36839964;l?http://www.carlsberg.co.uk',
                    target:'lf_carlsberg'
            })
        }
});
