
jQuery(document).ready(function(){
    var flashvars = {
        path:"/hub/",
        firstCube: "blue",
        redBlocked: "false"
    };
    var params = {
        wmode:'transparent',
        allowFullScreen: "true"
    };
    var attributes = {};
    swfobject.embedSWF("/hub/swf/main.swf", "swf-content", "100%", "100%", "10.0.0", "/hub/swf/expressInstall.swf", flashvars, params, attributes);

});


jQuery(document).ready(function(){
    var flashvars = {
        path:"/hub/",
		video:"/videos/video.flv"
    };
    var params = {
        wmode:'transparent',
        allowFullScreen: "true"
    };
    var attributes = {};
    swfobject.embedSWF("/hub/swf/videoPlayer.swf", "videoplayer", "100%", "100%", "10.0.0", "/hub/swf/expressInstall.swf", flashvars, params, attributes);

});


jQuery(document).ready(function(){
    var flashvars = {
        path:"/hub/"
    };
    var params = {
        wmode:'transparent',
        allowFullScreen: "true"
    };
    var attributes = {};
    swfobject.embedSWF("/hub/swf/videoPlayerYoutube.swf", "videoPlayerYoutube", "100%", "100%", "10.0.0", "/hub/swf/expressInstall.swf", flashvars, params, attributes);

});
