	var comment_hid = null;

	$(function(){
        $(".boxactions").hide();
        
    });   

    SWFAddress.onChange = function(){
        setContent(SWFAddress.getPathNames());
    };
    
    SWFAddress.onInit = function(){};

    
    setContent = function(id) {
        var cid = id[0];
        $("#video_content").load('video_content.php',{cid:cid});
    };
    
   
    
    
    
