WordPress Blog Add On for Carterlake Templates updated for WP 2.9+

Yea i see what you are talking about, After looking at my other pages they are fine except the wordpress is the only place it is showing up. so has to be in one of the scripts that is calling it. looking for it now.
Well found where it is calling it from, it get it from ajax-gizmo.php and all the other pages use it and that don’t show up in there, here is the data from the php part of that:
<?php $t1 = strip_units($dewpt); echo $dewpt; ?><?php echo gen_difference( $dewpt, $t1-$dewchangelasthour, '', 'Increased %s'. $uomTemp .' since last hour.', 'Decreased %s'. $uomTemp .' since last hour.'); ?>

After playing and playing around, Think i found the problem, Seem there was a power outage around the timestamp and well now that computer won’t boot, Just my luck hahahaha. Now the work begins to fix a crash!

Somewhere in wordpress it is adding that and no idea where.
Also took notice that all the other pages load the ajax and updates, but the wordpress page is not.