IE7 ignores my script

IE7 ignores my script

Hi All,

Im using a small jQuery-script that inserts certain classes in a table-structure, in order to get a horizontal
design. Works like a charm in FF but IE7 seems to completely ignore the script, or render it wrong.

The script:
  1. $(function(){
  2.       $(".projectView").wrapInner("<table border='0' cellpadding='0' cellspacing='0'><tr>");
  3.       $(".file, .textblock").wrap("<td>");
  4. });

The site can be found here:

http//www.rayurban.com/cami/


Help!


peter