Bush Countdown Clock

Ok, so there’s a bunch out there already, but they don’t give you the code, they want you to point your browser to their code. I don’t want to do that. So here’s my own counter that you can freely use and modify. Please keep the link back to this site though (or at least credit me somewhere nearby). Enjoy 😀
Since Congress is too gutless to Impeach the Bush, here’s how much longer we have to suffer under his rule.
Target:
Now:

And here’s the code to run it:
<script>
then = new Date();
then.setFullYear(2009)
then.setMonth(1);
then.setDate(20);
then.setHours(12);
then.setMinutes(0);
then.setSeconds(0);


function printDate(aDate)
{
	toReturn  = aDate.toLocaleString();
	return toReturn;
}

function countIt()
{
	now = new Date();
	
	document.getElementById("then").innerHTML = printDate(then);
	document.getElementById("now").innerHTML = printDate(now);
	document.getElementById("counter").innerHTML = Math.round(((then-now)/1000))+" seconds and counting...";
}

</script>


<div style='width:350px; border:2px solid black; background:white; padding:10px; font-align:justify;' >
Since Congress is too gutless to Impeach the Bush, here's how much longer we have to suffer under his rule.
<hr/>
<div style='font-family:arial; font-size:12pt'>

<table>
<tr><td>Target:</td><td id=then align=center></td></tr>
<tr><td>Now:</td><td id=now align=center></td></tr>

</table>
</div>
<hr/>
<div id=counter style="width:100%; text-align:center"></div>
<div style='font-size:8pt;width:100%; text-align:center'>

<a href="http://www.jeremyduffy.com/top-issues/president-george-w-bush/">About Bush</a> |
<a href="http://www.jeremyduffy.com/bush-countdown-clock/">Get this counter</a>
</div>

</div>

<script>
setInterval("countIt();",1000);
</script>

syntax highlighted by Code2HTML, v. 0.9.1
Tags:

White House Illegally Deleted Over 10 Million E-mails

(Image is used under the Pixabay license)

Over 10 Million e-mails were deleted during historically important time periods (also periods where corruption and incompetence have been alleged). How convenient that they're "missing".

Either way, count another law broken by the Bush administration.

Tags: , , ,

Timeline of Bush’s Attack on American Freedom and Liberty

George W. Bush
(Image used under: Fair Use doctrine)

So Bush wants to leave a legacy? Here it is.

Tags:

Summary of White House E-mail Issue to Date

George W. Bush
(Image used under: Fair Use doctrine)

This covers it pretty well. In case you don't know what I'm talking about, watchdog groups sued the Whitehouse for records that they believe will prove that Bush and company lied and generally did bad things. The Whitehouse claims to have deleted all e-mail records from that time.

Imagine that.

Tags: , ,

Articles of Impeachment to Be Filed Against Cheney

(Image used under: Creative Commons 2.0 [SRC])

It's a start. Let's hope it goes somewhere.

More coverage found @: http://www.presstv.ir/detail.aspx?id=29792&sectionid=3510203 and http://blog.washingtonpost.com/sleuth/2007/04/articles_of_impeachment_to_be.html

Tags: , ,

Bush Blackmails Congress

George W. Bush
(Image used under: Fair Use doctrine)

Bush is threatening to veto any wire-tapping bill that comes to him without language that retroactively provides immunity to the telecommunication companies (like AT&T) for their part in the illegal spying fiasco.

Has anyone else noticed or is refusing to sign a law because of a provision that technically has nothing to do with said law considered blackmail? If it's not, it's certainly a tantrum at the least.

Tags: ,

Bush Administration Bungles Formerly Successful Anti-terror Program

George W. Bush
(Image used under: Fair Use doctrine)

No I'm not talking about the illegal spying, but the case of the Al-Queda video that was discovered before it was publicly released. The problem is that the disclosure of the video alerted Al-Queda that their networks had been compromised. While I read about this news yesterday, what I didn't know was that it was the Bush administration who is responsible for the leak.

Tags: ,

Congress Finally Taking AT&T (etc.) to Task?

AT&T
(Image used under: Creative Commons 2.0 [SRC])

Now that Congress has officially started to investigate the role of major telcom companies in illegal spying, the question is, "will anything finally come of it?"

At this stage, they've only sent letters asking about their involvement and whether they knowingly broke the law under the promise of protection from litigation from the executive branch. If they actually answer truthfully, things should get interesting.

Tags: ,

After 6 Years and Tons of False Posittives, the TSA No-Fly List Caught One! (OK, Not Really)

(Image is in the Public Domain)

Reading the wikipedia page, you can find that the No-fly list was implemented on 9/11 2001 and ballooned from 16 names to over 40,000. There have been many false positives including children and some famous people (fortunately some of whom are congress members).

According to this story, all the millions of dollars, the time wasted, and the frustration cast doubt whether the program was worth it. The man described in this article is actually Gerry Adams, a spokesman for the Irish Republican Movement.

It's because of suspected past ties to the IRA that he has been flagged eternally for extra security checks and constant harrassment. Read the story for a well written example of such which includes this awesome quote:

I hand the FBI young gun a copy of my travel schedule – a document that has been in the possession of the US state department for the past month or so.

"Huh," he says. "Why are you going to the White House, sir?"

"To see the president."

"Huh. Why?"

"He asked me," I say evenly.

Tags: , ,

Part of The PATRIOT Act Struck Down by Court – Finally

George W. Bush
(Image used under: Fair Use doctrine)

Part of the Patriot act allowed the feds to issue "National Security Letters" which could demand information without subpoena, without probable cause, and included a gag order requiring that the recipient could not share that they'd received such a letter with anyone.

Despite this being a gross over-stepping of power, Congress did pass AND RENEW the Patriot act. All that aside, a federal judge finally struck the provision as unconstitutional.

Although Marrero recognizes the importance of preserving national security, he asserts in his decision that "The Constitution was designed so that the dangers of any given moment would never suffice as justification for discarding fundamental individual liberties or circumscribing the judiciary's unique role under our governmental system in protecting those liberties and upholding the rule of law."
Tags: ,

Loading...

If you want to learn more about my professional background, click here to learn more.

Check out one of my guides/tutorials:

web posting dangers Tutorial
|INDEX|next: Spyware Scanners
Chat, Instant Messaging, Forums, and Internet Blogs are fun, but make sure you post carefully.
Sometimes spyware gets in your computer and the anti-virus won't stop it. Use a spyware scanner to find and remove spyware and adware.
Use a software firewall to detect bad code on your computer when it tries to connect to the Internet.
Always keep your system up to date with security patches or none of the rest of your security software will matter.
Use an encryption tool to protect your important data when storing or transmitting it.
Switch to Firefox for your web browsing and you'll be better protected from Internet threats.

... or check out any of my other guides and tutorials by clicking here!

Spyware Scanners

Learn how to detect and remove spyware and adware using a free scanning tool.

[Click for full description]

Software Firewall

Learn what a firewall is and why you want one on your computer.

[Click for full description]

Operating System Updates

Make sure to keep your operating system up-to-date with security patches or else none of the rest of your security software will be able to protect you.

[Click for full description]

File Encryption

Learn how to protect your important files on your computer or when transmitting them with free tools for file encryption.

[Click for full description]

Mozilla Firefox - Internet Browser

There are many browser choices out there. Read why I think Firefox is one of the best.

[Click for full description]