Seems like all those custom Java scripts are throwing errors for everyone.
What I see is:
COT is undefined
Code:
<script language="JavaScript" type="text/javascript">
COT("https://www.inkfuzion.co.uk/images/secure_site.gif", "SC2", "none");
</script>
Urchin tracker is undefined x2
Code:
<script type="text/javascript">
_uacct = "UA-XXXXXX-1";
urchinTracker();
</script>
<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">
_uacct = "UA-883392-1";
urchinTracker();
</script>
I'm not familiar with Java though. 
Oh.. you probably have to put in your account reference for the UrchinTracker that has the "x" s in the one entry. I don't know why there are duplicates of the tracker script though.