﻿var m_strCobrandedUrl = '';
var m_strCobrandedImg = '';
var server_ojd = 'vocento';
//var aProvincia = '';

try {
    var aSubDominio = m_strReferrer.split(".")
    var aProvincia = ProvinciaActual;
    
    server_ojd = aSubDominio[1];
    //server_ojd = 'elcorreodigital';

    if (aProvincia == 'tenerife' || aProvincia == 'laspalmas' || aProvincia == 'canarias')
    {
        m_strCobrandedUrl = 'http://www.canarias7.es';
//        m_strCobrandedImg = '/App_Themes/v2/img/cobranded/imagenCanal7.jpg';
        m_strCobrandedImg = '/IMG/logo_canarias7.gif';

    }
    else
    {
        switch (server_ojd) {
          case 'hoymotor':
            m_strCobrandedUrl = 'http://www.hoymotor.com';
            m_strCobrandedImg = '/IMG/hoymotor.gif';
            break;
          case 'hoymujer':
            m_strCobrandedUrl = 'http://www.hoymujer.com';
            m_strCobrandedImg = '/IMG/hoymujer.gif';
            break;
          case 'hoycinema':
            m_strCobrandedUrl = 'http://www.hoycinema.com';
            m_strCobrandedImg = '/IMG/hoycinema.gif';
            break;
          case 'laguiatv':
            m_strCobrandedUrl = 'http://www.laguiatv.com';
            m_strCobrandedImg = '/IMG/laguiatv.gif';
            break;
          case 'hoytecnologia':
            m_strCobrandedUrl = 'http://www.hoytecnologia.com';
            m_strCobrandedImg = '/IMG/hoytecnologia.gif';
            break;
          case 'finanzas':
            m_strCobrandedUrl = 'http://www.finanzas.com';
            m_strCobrandedImg = '/IMG/finanzas.gif';
            break;
          case 'laverdad':
            m_strCobrandedUrl = 'http://www.laverdad.es';
            m_strCobrandedImg = '/IMG/logotipo_laverdad.gif';
            break;
          case 'ideal':
            m_strCobrandedUrl = 'http://www.ideal.es';
            m_strCobrandedImg = '/IMG/logotipo_ideal.gif';
            break;
          case 'hoy':
            m_strCobrandedUrl = 'http://www.hoy.es';
            m_strCobrandedImg = '/IMG/logotipo_hoy.gif';
            break;
          case 'eldiariomontanes':
            m_strCobrandedUrl = 'http://www.eldiariomontanes.es';
            m_strCobrandedImg = '/IMG/logotipo_eldiariomontanes.gif';
            break;
          case 'diariovasco':
            m_strCobrandedUrl = 'http://www.diariovasco.com';
            m_strCobrandedImg = '/IMG/logotipo_dvasco.gif';
            break;
          case 'diariosur':
            m_strCobrandedUrl = 'http://www.diariosur.es';
            m_strCobrandedImg = '/IMG/logo_sur.gif';
            break;
          case 'nortecastilla':
            m_strCobrandedUrl = 'http://www.nortecastilla.es';
            m_strCobrandedImg = '/IMG/logo_nortecastilla.gif';
            break;
          case 'larioja':
            m_strCobrandedUrl = 'http://www.larioja.com';
            m_strCobrandedImg = '/IMG/logo_larioja.gif';
            break;
          case 'elcorreo':
            m_strCobrandedUrl = 'http://www.elcorreo.com';
            m_strCobrandedImg = '/IMG/logo_correodigital.gif';
            break;
          case 'lavozdigital':
            m_strCobrandedUrl = 'http://www.lavozdigital.es';
            m_strCobrandedImg = '/IMG/logo_lavoz.gif';
            break;
          case 'lasprovincias':
            m_strCobrandedUrl = 'http://www.lasprovincias.es';
            m_strCobrandedImg = '/IMG/logo_lasprovincias.gif';
            break;
          case 'elcomerciodigital':
            m_strCobrandedUrl = 'http://www.elcomerciodigital.com';
            m_strCobrandedImg = '/IMG/logo_elcomerciodigital.gif';
            break;
          case 'abc':
            m_strCobrandedUrl = 'http://www.abc.es';
            m_strCobrandedImg = '/IMG/abc22.gif';
            break;
          case 'abcdesevilla':
            m_strCobrandedUrl = 'http://www.abcdesevilla.es';
            m_strCobrandedImg = '/IMG/sevilla22.gif';
            break;
          case 'que':
            m_strCobrandedUrl = 'http://www.que.es';
            m_strCobrandedImg = '/IMG/logo_que.gif';
            break;
          case 'canarias7':
            m_strCobrandedUrl = 'http://www.canarias7.es';
            m_strCobrandedImg = '/IMG/logo_canarias7.gif';
            break;
          default:
            server_ojd = 'vocento';
      }
    }
}catch(mierror){
   server_ojd = 'vocento';
   m_strCobrandedUrl = '';
   m_strCobrandedImg = '';
   aProvincia ='';
} 
