Half the time when you go to webjourney.me/blog it displays fine. However, other times this error code appears: Web Journey — Making Your Blog or Website Successful .addtoany_share_save img{border:0;} function votecomment( commentID, vote ) { var mysack = new sack( “/wp-content/plugins/commentsvote/commentsvote_ajax.php†); mysack.method = ‘POST’; mysack.setVar( ‘vc_comment’, commentID ); mysack.setVar( ‘vc_vote’, vote ); mysack.onError = function() { alert( ‘Voting error.’ ) }; mysack.onCompletion = function() { finishVote( commentID, eval( ‘(‘ + this.response + ‘)’ )); } mysack.runAJAX(); } function finishVote( commentID, response ) { var currentVote = response.votes; var [...] Do you know how to correct this?
.addtoany_share_save img{border:0;} this is CSS code. the rest is javascript and its in the first 20-40 lines of your webpage. so KEEP IT REAL's advice is good. use comments so it doesn't display.