function popUpPlayer() {
PlayerWin = window.open( '', '1', 'width=316,height=133,top=0,left=0,screenX=0,screenY=0,resizable=1,scrollbars=0,titlebar=0,toolbar=0,menubar=0,status=0,directories=0' );
PlayerWin.focus();
PlayerWin.document.writeln( '
Rits Je In!' );
PlayerWin.document.writeln( '' );
PlayerWin.document.writeln( '' );
PlayerWin.document.writeln( '' );
PlayerWin.document.writeln( '
' );
PlayerWin.document.writeln( '| ' );
PlayerWin.document.writeln( '' );
PlayerWin.document.writeln( ' |
' );
PlayerWin.document.writeln( ' |
' );
PlayerWin.document.writeln( '| Download de hit! |
' );
PlayerWin.document.writeln( '
' );
PlayerWin.document.writeln( '
' );
PlayerWin.document.writeln( '' );
PlayerWin.document.writeln( '' );
PlayerWin.document.writeln( '' );
PlayerWin.document.close();
}