Here's a fix for most of the validation errors but at the end the same 2 as Benni mentioned remain:
1. 9 errors removed - removed brackets in line 69:
* @author christian harz pagepeel-at-webpicasso.de
2. 30 errors removed:
inserted "amp;" behind the ampersand ("&"

on lines 137-146:
before:queryParams += '&pagearBigImg='+escape(pagearBigImg);
after; queryParams += '&pagearBigImg='+escape(pagearBigImg);
3. 6 errors removed: inserted "script type="text/javascript" in line 62 and inserted a space between "OETags.js"language"
<script type="text/javascript" src="modules/mod_pagepeel_banner/pagepeel_banner/AC_OETags.js" language="javascript"></script>
4. the 2 errors remaining seem caused by line 208 which does not close the div layer for the big swf properly but i dunno how to fix that. "document type does not permit element <div> in content of element <script>
Who can help it? The same problem will occur with line 233 ?
ronysyz, all our hope is on you
