$( function() {
        $("#sidebar ul 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:'American Express',
                    style:'position:absolute;width:175px;height:54px;right:0;top:80px;',
                    href:'http://ad.doubleclick.net/clk;218692178;36839964;f?http://www.americanexpress.co.uk/potential',
                    target:'lf_amex'
            })
        }
});