function launchPlayer(){
  if(screen){
    leftPos=screen.width-786;
    leftPos=(leftPos/2)-5;
    topPos=screen.height-539;
    topPos=(topPos/2)-30;
  }
  mooOinkPlayerWin=window.open("http://media.d1tv.net/gateway/open.html?account=moo_and_oink", "mooOinkPlayerWin", "width=786,height=539,left="+leftPos+",top="+topPos);
}