A board with a FEN starting position. The PGN contains the FEN part.

<script>
var brd = new Board('fen', {'imagePrefix':'../img/zurich/',
'moveFontColor':'#af0000',
'blackSqColor':'url("img/zurich/board/darksquare.gif")',
'lightSqColor':'url("img/zurich/board/lightquare.gif")',
});
brd.init()
</script>