$(document).ready(function(){
$('a.media').media();
$(".box").change(function(){
        $('option:selected', this).each(function(){    
                   document.location.href='/index/index/page/1/type/'+this.value;
         });
    });
//$(".gamebox .del").click(function(){
//    $(this).parents(".gamebox").hide();
   // });
});
