Nyan Cat hr

Because I can!

HTML

<hr>

<!-- based on harry roberts hr code, but 100% more nyan -->

CSS

hr {
    padding: 0;
    border: none;
    color: #354;
    text-align: center;
    background: url(http://dl.dropbox.com/u/813705/nyan-hr/trail.png) repeat-x;  
}
hr:after {
    content: "";
    display: inline-block;
    position: relative; 
    top: 0;  
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
    height: 20px;
    width: 33px;
    background: url(http://dl.dropbox.com/u/813705/nyan-hr/cat.png) no-repeat;
}