Попытка вставить код для просмотра PGN

Код:
<!--HTML-->
<html>
<head><title>PGN Viewer Test></title></head>
<body>

<script>function MagicInsertPGN(fr) {
	var el=fr, pgn;
	while (el&&!pgn) { if (el.className=="PGNPasteContainer") pgn=el; el=el.nextSibling; }
	if (pgn) fr.contentWindow.postMessage(pgn.innerText,"*");
}</script>

Blah-blah-blah
<br>
<br>
Beginning of The Post1
<br>
...
<p>

<div><iframe class="PGNFrameContainer" width="500" height="350" onload="MagicInsertPGN(this);" 
src="http://www.relex.ru/~xuser/pgn/micro.html"></iframe>
<div class="PGNPasteContainer" style="display:none">

[Event "Wch"]
[Site "Moscow"]
[Date "1985.10.15"]
[Round "16"]
[White "Karpov"]
[Black "Kasparov"]
[Result "0-1"]

1. e4 c5 2. Nf3 e6 3. d4 cxd4 4. Nxd4 Nc6 5. Nb5 d6 6. c4 Nf6 7. N1c3 a6 8.
Na3 d5 9. cxd5 exd5 10. exd5 Nb4 11. Be2 Bc5 12. O-O O-O 13. Bf3 Bf5 14.
Bg5 Re8 15. Qd2 b5 16. Rad1 Nd3 17. Nab1 h6 18. Bh4 b4 19. Na4 Bd6 20. Bg3
Rc8 21. b3 g5 22. Bxd6 Qxd6 23. g3 Nd7 24. Bg2 Qf6 25. a3 a5 26. axb4 axb4
27. Qa2 Bg6 28. d6 g4 29. Qd2 Kg7 30. f3 Qxd6 31. fxg4 Qd4+ 32. Kh1 Nf6 33.
Rf4 Ne4 34. Qxd3 Nf2+ 35. Rxf2 Bxd3 36. Rfd2 Qe3 37. Rxd3 Rc1 38. Nb2 Qf2
39. Nd2 Rxd1+ 40. Nxd1 Re1+ 0-1

</div></div>

<p>
<p>
<p>
Blah-blah-blah
<br>
<br>
Continuation of The Post1
<br>
...

Blah-blah-blah
<br>
<br>
Beginning of The Post2
<br>
...
<p>

<div><iframe class="PGNFrameContainer" width="500" height="350" onload="MagicInsertPGN(this);" 
src="http://www.relex.ru/~xuser/pgn/micro.html"></iframe>
<div class="PGNPasteContainer" style="display:none">

[Event "Tradewise Gibraltar"]
[Site "Catalan Bay GIB"]
[Date "2017.01.28"]
[EventDate "2017.01.24"]
[Round "10.17"]
[Result "0-1"]
[White "Yifan Hou"]
[Black "Babu M R Lalith"]
[ECO "A00"]
[WhiteElo "?"]
[BlackElo "?"]
[PlyCount "10"]

1. g4 d5 ( 1...b5 2. a4 Na6 3. axb5 Bb7 4. bxa6 Qc8){with interesting game} 2. f3 e5 3. d3 Qh4+ 4. Kd2 h5 5. h3 hxg4 { The End Of The Universe Comes Now... } 0-1

</div></div>

<p>
<p>
<p>
Blah-blah-blah
<br>
<br>
Continuation of The Post2
<br>
...

</body>
</html>