$(document).ready(function() {
    $("#content a").click(function() {
        window.open(this.href);
        return false;
    });

    $("ul#ticker01").newsticker();
});
