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