With this Javascript, why split the scrtipt tag?

See:

 
<script type="text/javascript">
    if(!jQuery().pagination) { document.write('<scr' + 'ipt type="text/javascript" src="htxp://telegraaf.tcdn.nl/javascript/jquery/jquery.30d8f5727c58e4dcb536a39d3fb3618a.pagination.js"></sc' + 'ript>'); }
    stylesheetOnDemand("/css/videopage/video.css");
</script>

pagination.js vulnerable - http://www.securityfocus.com/bid/69135/info Network exploitable;
You can’t embed tags, as some jQuery magic will remove them, but this isn’t necessary as shown.

polonus