I am having a very weird error on this block:
<script type="text/javascript">
var captions = new Array();
captions[0] = "";
captions[1] = '<div class="cap-desc"><h3>No Win - No Fee</h3><span class="captionSubhead">Performance Guarantee</span><br /><span style="color:#636363; font-size:13px;">Ask Today. We are very confident<br />you'll be impressed with our results! </span></div><br /><a href="http://#" class="rmore" target="_blank">read more</a>';
</script>
The error tells me that I am missing a ';' before captions[1] but I am pretty sure that captions[0] has a semi-colon!
The whole site is here: http://katron.sourcefit.com/cms02/a&a/
It has 5 captions now, but same error nonetheless. I tried changing the contents of the caption in question. In this case, it's captions[1] and it works. What is wrong with the caption? I am sure I am closing all tags and quotes and escaping \n to