a tutaj w3c:
http://validator.w3.org/check?uri=http%3A%...r.strefax.pl%2F
są błędy jak się ich pozbyć

mam kod js który musze dać w php w echo ""; jednak są błędy poprawi mi ktoś aby go poprawnie wyświetlano
<?php echo "<script type=\"text/javascript\"> <!-- <![CDATA[ var before=\"DO WAKACJI\" var current=\"Moje imieniny. Proszę o życzenia!\" var montharray=new Array(\"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec\") function countdown(d,m,yr) { var today=new Date() var todayy=today.getFullYear() var todaym=today.getMonth() var todayd=today.getDate() var todaystring=montharray[todaym]+" "+todayd+\", \"+todayy var futurestring=montharray[m-1]+\" \"+d+\", \"+yr var futurestring_po=montharray[m-1]+\" \"+d+\", \"+yr var difference=(Math.round((Date.parse(futurestring)-Date.parse(todaystring))/(24*60*60*1000))*1) var difference_po=(Math.round((Date.parse(todaystring)-Date.parse(futurestring_po))/(24*60*60*1000))*1) if (difference==0) document.write(0) else if (difference>0) document.write(\"\"+difference+\"\") else if (difference<0 && difference_po<0) document.write(\"0\") else if (difference_po>0) document.write(\"To już historia\") } countdown(17,09,2007) ]]> --> </script><br />"; ?>