Hi, I'm not that tech savvy, so pardon me if I muddle thru the jargon. I see lots of countdown timers, but I'm looking for one that will add some HTML code to page upon reaching a certain date. The code I want to add will show that a deal has expired. You can see a rough, unpolished example at http://bestgpsdeals.net/garmin-nuvi-350-for-17999/31/. Here's the code I need to drop in... <div class="gone"> <center> <img src="http://bestgpsdeals.net/wp-content/uploads/2008/10/Missed-deal-with-text.gif"> </center> <div class="gonetext"> <p>You missed it!</p> <p>Here are some current GPS deals:</p> <div class="gonerss"> <script src="http://feeds.feedburner.com/GpsDealsUnexpiredGpsDeals?format=sigpro" type="text/javascript" ></script><noscript></noscript> </div> </div> </div> Code (markup): Can anyone help?