IE Error

This is a weird one…

On firefox, everything works fine with this code; there are only visual
display errors… On IE though:

I took out an .xhr call out of IE on the page change from /shop/index to
/shop/item due to a javascript error that was holding up the page
change(again, only IE).

so on firefox /shop/index it makes an ajax call to /shop/item(.rjs), and
on IE /shop/index it makes a regular page call to /shop/item_show.rhtml

Now, on every page call in IE I am getting this error:

Line: 10
Char: 30
Error: Expected identifier, string or number
Code: 0
URL: http://www.ktwear.com/home

This error is on each page, only in IE, here is my display.rhtml layout
file:

KT wear
<meta http-equiv="Content-Type" content="charset=iso-8859-1" />
<%= javascript_include_tag :defaults %>
<%= javascript_include_tag "builder" %>
<%= javascript_include_tag "lightbox" %>
<%= stylesheet_link_tag "lightbox" %>
<%= stylesheet_link_tag "style" %>
<!--[if IE 7]>

<%= stylesheet_link_tag “styleIE7” %>
<![endif]–>

<%= display_nav_output(@controller_name, @action_name) %>
\"ktwear\" <%= display_left_col_browse %>
<%= flash[:notice] %>
<%= @content_for_layout %>

fcss fcopy fLF

Oh yeah: the domain is open if you want to check out the site first
hand… check out the Shop section in Firefox, then in IE for extra
credit!!