I’m getting an “unexpected token, ‘;’ on line 51 of (index). This is coming from the line that reads:
<script type=”text/javascript”>var cryout_global_content_width = ;</script><!– if lt IE 9]>
I’m not sure why, or how this is happening, since another site I run works perfectly, and sets this value to 900.
SO my question – where does this variable get set? If I can track down the source of this variable, I can track down where the problem is coming from.
Thanks!