// http://www.cliffpro.com
// Please share:

function censorThisSite(){
	document.write("<div id=\"blackout\">");
	document.write("						<div id=\"censored-center\">");
	document.write("							<div id=\"blocked-message\">");
	document.write("									<h1>This domain has been blocked for violating PROTECT-IP (S. 968) and SOPA (HR. 3261).<\/h1>");
	document.write("                  <p>Actually, this site is participating in a national online blackout on January 18th, 2012 in opposition of both the PROTECT-IP and SOPA bills.<\/p>");
	document.write("                  <p>If these bills pass, the U.S. Government will have the ability to block any website&mdash;including any funding partners and external websites that link to the blocked website&mdash;based on accusation alone from a copyright holder.<\/p>");
	document.write("                  <p>Go to <a href=\"http:\/\/americancensorship.org\/\">AmericanCensorship.org<\/a> to learn more about these bills and how your Internet freedoms are at risk.<\/p>");
	document.write("							<\/div>");
	document.write("					<\/div>");
	document.write("			<\/div>");
}

$(window).load(function() {

	$('#blackout').slideDown('slow', function() {
	  	$('#blocked-message').fadeIn('slow');
	});

});
