<script type="text/javascript">
$(function($) {
$("#vkontakte_button_3 img").hover(
function () {
$(this).animate({right: '0'}, {queue:false, duration: 350});
//$(this).css('right', '0');
},
function () {
$(this).animate({right: '-170px'}, {queue:false, duration: 350});
// $(this).css('right', '-170px');
}
);
});
function tvsite(){new _uWnd('tvsite','Test VLC stream Playlist',0,310,{align:0,shadow:1,autosize:1,resize:0},'<iframe src="[B][COLOR="#008000"]entrada.html[/COLOR][/B]" frameborder="no" width="550" height="510" scrolling="no"></iframe> '); }
</script>
<a id="vkontakte_button_3" title="Check Playlist" href="javascript:;" onclick="tvsite();">
<img alt="Check Playlist" title="Check video stream" src="http://4.bp.blogspot.com/-IP3a2D6TF1g/VgbSfjLwPcI/AAAAAAAAEpw/sO4RINCHmuI/s1600/VLC%2BTEST.png" />
</a>
<style>
#vkontakte_button_3 img {
position: fixed;
top:215px;
right: -170px;
z-index: 99999;
cursor: pointer;
display: block;
}
</style>