var ds_rand = Math.random();
$(function(){
    Shadowbox.init({
        skipSetup: false
		, players: ["iframe","img","flv"]
        , flashParams:{wmode:'transparent'}
		, adapter: "jQuery"
    });

    $('#in-video ul a').click(function(){
        ds_rand = Math.random();
    });
});

