/* anota estadísticas en el google analytics */
function anotar_stats_google(s,extra) {
    //s = decodeURIComponent(unescape(s))
   // s = unescape(s)
    // cambiar título para grabar stats con este título
    //alert(s);
    document.title = "Tiempo BBDO - " + s;
    urchinTracker(s);

    //alert(s + " --- " +extra)
	var h = extra || 0
	if (h>0) { setH(h) }
}

function ver_pieza(id) {
	var vwidth = 415;
	var vheight = 397;
	var features = 'width='+vwidth+',height='+vheight+',status=no,scrollbars=no,left='+(screen.availWidth/2-vwidth/2)+',top='+(screen.availHeight/2-vheight/2);
	window.open('ver_pieza.php?id='+id,'tw'+id,features).focus();
}
