$(document).ready(function() {
    $(".a-area-fb-button .a-button-link, .a-area-twitter-button .a-button-link").attr("target", "_blank");
    // Use the style class .hide-flash to set flash objects behind navgation tabs
    $(".hide-flash").attr("style", "position:relative;z-index:0;");
    $('<param name="wmode" value="transparent" />').insertAfter(".hide-flash param:last");
    $(".hide-flash").attr("wmode", "transparent");

    // Use jquery.corner.js to curve corners for IE and stuff
    $('.homeStubs').corner("br 20px").corner("tl 20px");
    $('.a-slideshow-description-wrapper').corner("top 40px").corner("br 40px");
    $('.side-stub').corner("10px");
    $('.a-area-home-about-title').corner("20px");
    $('.a-area-home-news-title').corner("20px");
});
