remove all the extra javascript code you added
the facebook extra code
and this from main_1.htm
<script type='text/javascript'>(function() {var ajsa = document.createElement('script'); ajsa = 'text/javascript'; ajsa = true;ajsa.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.attracta.com/js/763657/efb6146159843f9cd3dfc4dd94c715c4/1.js';var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ajsa, s);})();</script>
and remove this
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21325791-4']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? '
https://ssl' : '
http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>