Thanks so much for the reply!
This is my header info, can you tell where It may be bad?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<?php if (is_home()||is_404()): ?>
<title><?php bloginfo('name'); ?> </title>
<?php endif; ?>
<?php if (is_single()||is_page()): ?>
<title><?php wp_title(''); ?></title>
<meta name="description" content="<?php echo strip_tags(get_the_excerpt()); ?>" />
<?php endif; ?>
<?php if (is_tag() ):?>
<title><?php single_tag_title(); ?> </title>
<?php endif; ?>
<?php if (is_search()): ?>
<title> <?php _e('Searchresults from','mtsgossip');?> <?php bloginfo('name'); ?>. </title>
<?php endif; ?>
<?php if (is_month()): ?>
<title><?php wp_title(''); ?>,<?php _e('Monthly Archive from','mtsgossip');?><?php bloginfo('name'); ?> </title>
<?php endif; ?>
<?php if (is_year()): ?>
<title><?php wp_title(''); ?><?php _e('Yeary Archive from','mtsgossip');?><?php bloginfo('name'); ?></title>
<?php endif; ?>
<?php if (is_category()): ?>
<title><?php wp_title(''); ?> </title>
<meta name="description" content="<?php echo strip_tags(category_description()); ?> " />
<?php endif; ?>
<?php if(is_home() && ($paged) || is_page()&& ($paged) || is_category()&& ($paged)||is_author()&& ($paged)||is_search()&& ($paged)||is_month()&& ($paged)||is_year()&& ($paged)){
echo '<meta name="robots" content="noindex,follow" />';
} else {
echo '<meta name="robots" content="index,follow,noodp" />';}?>
<meta http-equiv="content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?> " />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="refresh" content="1500;url=http://www.thecount.com" />
<link rel="icon" href="<?php bloginfo('url'); ?>/favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" media="print" href="<?php echo get_stylesheet_directory_uri()?>/print.css" />
<link rel="stylesheet" media="handheld" type="text/css" href="<?php echo get_stylesheet_directory_uri()?>/handheld.css" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/tab.css" type="text/css" media="screen" />
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/tabber00.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/tabber.js"></script>
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<script src="<?php bloginfo('template_directory'); ?>/js/framebuster.js" type="text/javascript"></script>
BTW, I deactivated the SEO thing and same thing happening.