$(document).ready(function(){
		//create a bubble popup for each DOM element with class attribute as "button"
		
                /*
		var mi_html = $('.visitas').html();
		$('.num_visitas').CreateBubblePopup({
                    innerHtml: mi_html ,
                    themePath: 'jquery_bubble_popup/jquerybubblepopup-theme/'
                    });
                */
    /*
    $('video,audio').mediaelementplayer({
                // if the <video width> is not specified, this is the default
                defaultVideoWidth: 480,
                // if the <video height> is not specified, this is the default
                defaultVideoHeight: 270,
                // if set, overrides <video width>
                videoWidth: -1,
                // if set, overrides <video height>
                videoHeight: -1,
                // width of audio player
                audioWidth: 400,
                // height of audio player
                audioHeight: 30,
                // initial volume when the player starts
                startVolume: 0.8,
                // useful for <audio> player loops
                loop: false,
                // enables Flash and Silverlight to resize to content size
                enableAutosize: true,
                // the order of controls you want on the control bar (and other plugins below)
                features: ['playpause','progress','current','duration','tracks','volume','fullscreen']
    });
    */
    
    $('video').bind("contextmenu",function(e){
              return false;
    });
});
