$(document).ready(function () {
							
      $('a.player').click(function(){
      window.open(this.href,'','height=470,width=348,left=50,top=50,resizable=no,scrollbars=no,toolbar=no,status=no');
      return false;
      });
});