The following code appears 12 times(!!) on my sites code when viewing through FireBug?? Can someone please help explain this andhow to fix it? Also, at the top of my site are a bunch of random numbers.. "1330498101 1330496973 1330496374 1330493954 1330493666 1330493607 1330491863 1330487457 1330481128 1330480246 1330473852"
window.fbAsyncInit = function() {
FB.init({status: true, cookie: true, xfbml: true, oauth: true, channelUrl: 'http://www.myucirvine.com/components/com_jfbconnect/assets/jfbcchannel.php'});
};
(function(d){
var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_GB/all.js";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));
This only seems to be happening on my homepage, and not on any pages within the site??
This issue also seems to go away once I flush the sites cache.. (site is built off of joomlart's ja nex template with cache enabled, but have excluded com_JFBConnect from being cached?)
Any help is greatly appreciated. Thanks!
site: myucirvine.com (j2.5)
image screenshot: