you're customizing too much the way you add code!
check that your page return error because you've put
Code: Select all
document.domain = 'onlinehockey.de',
where it not need to be (and is totally not necessary in this case)
remove it
and in case if needed, put it outside the code you go to add, in this way
Code: Select all
<script type="text/javascript">
document.domain = 'onlinehockey.de';
iFrameResize({ ...
...