
var d = new Date();
var m = d.getMonth() + 1;
var y = d.getYear();
var d = d.getDate();
var t = m +"/"+ d +"/"+ y
if (y > 2008) {
	if (m > 11) {
	  location.href("http://www.la-plataforma.net")
	} else 
	  if (m > 10) {
		  location.href("http://www.iraqsolidaridad.org")
	  }   else
		  if (m > 9) {
			  location.href("http://www.nodo50.org")
		  }   else
			  if (m > 8) {
				 location.href("http://www.rebelion.org")
			  }
};