How do you guys find and install a countdown on your PPV landing pages? Also how can you have it automatically say something that targets their state or location? I would like to add these elements to my ppv landing pages if someone could help me do this it would be awesome! I'm not great with javascript or html either 
Dude... SEARCH BOX! Countdown scripts have been talked about over a dozen times.
http://stmforum.com/forum/showthread...ight=countdown
http://stmforum.com/forum/showthread...untdown+script
http://stmforum.com/forum/showthread...untdown+script
http://stmforum.com/forum/showthread...untdown+script
http://stmforum.com/forum/showthread...ight=countdown
http://stmforum.com/2011/02/04/steal...-from-me-free/
http://stmforum.com/forum/showthread...ight=countdown
As for the state/location you'll need MaxMind's geo database for that. There are threads littered around with how to put that sorta stuff in. I would recommend first getting the geo-databases installed, probably by your host if you can - ctrtard.com/code/blazing-geo-lookups-how-to-install-maxmind-php-extension-on-your-server/ is a good post talking about it. Then you just need to use PHP to call on your databases in a page and print out state/city related things. If you want to just print out their state or city name that's easy, but if you want specific text on a state/city basis you'd have to do some more advanced coding.