fecha  = new Date();
dosmil = new Date("1-1-2000");
calc  = Math.round(fecha.getTime()/1060);
calc1 = Math.round(dosmil.getTime()/1060);
calc  = calc - calc1;
trans = calc;


document.write('<img src="http://www.elbajio.com/contador/index.php?c=eeb&trid=' + trans + '" width="1">');