I just set up Blog stats for my wordpress site http://www.hem.com.np but after doing that i am getting small misalignment in my blog footer... the footer imaage is little misaligned to left and to the rite there is a smiley like thing which is causing this... i have figured out
this is caused by the javascript from wordpress which is used to track my site stats
the javascript is
<script src="http://stats.wordpress.com/e-200719.js" type="text/javascript"></script>
<script type="text/javascript">
st_go({blog:'1076915',v:'ext',post:'0'});
var load_cmc = function(){linktracker_init(1076915,0,2);};
if ( typeof addLoadEvent != 'undefined' ) addLoadEvent(load_cmc);
else load_cmc();
</script>
which is producing smily like thing at footer thus making my footer image misaligned...
any fix for this
