Headlines for your site

If you have your own website, you can easily display our latest News headlines for your visitors using the Javascript code below.

Just copy and paste the code into your site, and the current headlines will then be shown automatically, with links back to the articles.

No styling has been added to it, so you have complete control over the appearance, letting you match the look and feel to your own site. Just add something like this to your CSS file:

ul.angryape-headlines {
    width: 160px;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #999;
    border-bottom: 0;
    background-color: #fff;
    }
ul.angryape-headlines li {
    padding: 5px;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #999;
    }
ul.angryape-headlines li a {
    color: #333;
    text-decoration: none;
    }
ul.angryape-headlines li a:hover {
    border-bottom: 1px solid #333;
    }