<?xml version="1.0" encoding="UTF-8"?>
<oembed>
 <version>1.0</version>
 <type>link</type>
 <provider_name>Rainbow Dash Network</provider_name>
 <provider_url>http://rainbowdash.net/</provider_url>
 <title>derps's status on Wednesday, 03-Oct-12 23:45:08 UTC</title>
 <author_name>derps</author_name>
 <author_url>http://rainbowdash.net/derps</author_url>
 <url>http://rainbowdash.net/notice/1973382</url>
 <html>$(function() {
    // Notice lists...
    $('.notice .author').live('mouseenter', function(e) {
        var notice = $(this).closest('.notice');
        var popup = notice.find('.remote-profile-options');
        if (popup.length) {
            popup.fadeIn();
        }
    });
    $('.notice').live('mouseleave', function(e) {
        var notice = $(this);
        var popup = notice.find('.remote-profile-options');
        if (popup.length) {
            popup.fadeOut();
        }
    });
    // Profile lists...
    $('.profile .avatar').live('mouseenter', function(e) {
        var profile = $(this).closest('.profile');
        var popup = profile.find('.remote-profile-options');
        if (popup.length) {
            popup.fadeIn();
        }
    });
    $('.profile').live('mouseleave', function(e) {
        var profile = $(this);
        var popup = profile.find('.remote-profile-options');
        if (popup.length) {
            popup.fadeOut();
        }
    });
});</html>
</oembed>
