
//Servidor Central

var DR_SERVER = 'http://www.australvaldivia.cl';
//var CENTRAL_SERVER = 'http://192.168.6.55';
var CENTRAL_SERVER = 'http://portada.diariosregionales.cl';

//alert('host:'+window.location.host);
//alert('host:'+window.location.);

//Genera edicion correspondiente al dia actual.
var currentTime = new Date();
var month = currentTime.getMonth() + 1;
if  ( month <= 9 ){
    var monthT = '0'+ month;
    month = monthT;
};
var day = currentTime.getDate();
if  ( day <= 9 ){
    var dayT = '0'+ day;
    day = dayT;
};
var year = currentTime.getFullYear();
var EDICION_DIA = year +'_'+ month +'_'+ day + '_1';

var headInf = '<!--botonera-->';
headInf += '<div class="botonera">';
headInf += '<div class="boton"><a href="http://www.australvaldivia.cl" target="_parent">PORTADA</a> | </div>';
headInf += '<div class="boton"><a href="'+CENTRAL_SERVER+'/prontus_multimedia/site/edic/base/port/videos_australvaldivia.html" target="_parent">VIDEOS</a> | </div>';
headInf += '<div class="boton"><a href="'+CENTRAL_SERVER+'/prontus_multimedia/site/edic/base/port/fotos_australvaldivia.html" target="_parent">FOTOS</a> | </div>';
headInf += '<div class="boton"><a href="http://www.meteochile.cl/reg10a.html" target="_parent">EL TIEMPO</a>|</div>';
headInf += '<div class="boton"><a href="http://www.regiontv.cl" target="_parent">REGION TV</a> | </div>';
headInf += '<div class="boton"><a href="http://www.sparaucania.cl/valdivia/edicionespecial" target="_parent">ESPECIALES</a> | </div>';
headInf += '<div class="boton"><a href="http://www.sparaucania.cl/valdivia/guiasprovaldivia/?s=www.australdelosrios" target="_parent">GUÍAS</a> | </div>';
headInf += '</div>';
headInf += '<!--/botonera-->';
headInf += '<!--links top-->';
headInf += '<div class="head1">';
headInf += '<div class="text">';
headInf += '<a href="http://www.mediosregionales.cl" target="_parent">MEDIOS REGIONALES</a> | ';
headInf += '<a href="http://www.australvaldivia.cl/prontus4_nots/site/artic/20081128/pags/20081128131504.html" target="_parent">CARTAS A LA DIRECTORA</a> | ';
headInf += '<a href="http://prontus.mediosregionales.cl/foto04/site/edic/base/port/sociales_val.html" target="_parent">SOCIALES</a> | ';
headInf += '<a href="http://www.australvaldivia.cl/prontus4_nots/site/artic/20081210/pags/20081210141306.html" target="_parent">EDICIONES ANTERIORES</a> | ';
headInf += '<a href="http://obituarios.sparaucania.cl/index.php?option=com_content&view=article&&id=60&Itemid=63&d=valdivia" target="_parent">OBITUARIOS</a> | ';
headInf += '</div>';
headInf += '</div>';
headInf += '<!--/links top-->';

writeHeadInf(headInf);


