﻿function changeVideo()
{
    $('.vdoApp').each( function() {
        var currentId = '#' + this.id;


            $.post('/apps/global/flash_video.php', { dataVar: this.id.split('_')[1], dataShell: ''},
        

    function(data){
        $(currentId).html(data);
        });
    });
}
 

$(document).ready(function(){
    $("#sizer a").textresizer
    ({         
        target: ".resize",
        sizes:  [ "0.7em", "0.8em", "1em" ],
        selectedIndex: 1 
    }); 

    changeVideo();
});