//martes, 23 de febrero de 2010 18:09:25
rmb.seo.namespaces.createNamespace("rmb.seo.WhiteLabelEntries");

(function(){

	var whiteLabelEntries = rmb.seo.WhiteLabelEntries;
	
	whiteLabelEntries.getWhiteLabelEntry = function(referer)
	{
		var result = new Array();
		
		//Don´t delete this sample
		// result['tests.anotacionesviajeras.es'] = "{'isWhiteLabel': true,'affiliateId': 'tests.anotacionesviajeras.es','whiteLabelConfig':{'header':{'url':'https://www.rumbo.es/afiliados/marcablanca/viajarbajoprecio/viajarbajoprecio-header.html','width':770,'height':108},'footer':{'url':'https://www.rumbo.es/afiliados/marcablanca/viajarbajoprecio/viajarbajoprecio-footer.html','width':770,'height':100},'canales':[1,2,4]}}";
	
		//WhiteLabels entries
		result['tests.anotacionesviajeras.es'] = "{'isWhiteLabel': true,'affiliateId': 'tests.anotacionesviajeras.es','whiteLabelConfig':{'header':{'url':'https://www.rumbo.es/afiliados/marcablanca/viajarbajoprecio/viajarbajoprecio-header.html','width':770,'height':108},'footer':{'url':'https://www.rumbo.es/afiliados/marcablanca/viajarbajoprecio/viajarbajoprecio-footer.html','width':770,'height':100},'canales':[1,2,4]}}";
		//negocios.es
		result['tarjetacorporateclub.com'] = "{'isWhiteLabel': true,'affiliateId': 'tarjetacorporateclub.com','whiteLabelConfig':{'header':{'url':'https://negocios.rumbo.es/afiliados/marcablanca/tarjetacorporateclub.com/cabecera.html','width':815,'height':400},'footer':{'url':'https://negocios.rumbo.es/html/home/FooterGlobal.html','width':1004,'height':180},'canales':[0]}}";
		result['doiser.com'] = "{'isWhiteLabel': true,'affiliateId': 'doiser.com','whiteLabelConfig':{'header':{'url':'https://negocios.rumbo.es/afiliados/marcablanca/doiser.com/header.html','width':1000,'height':100},'footer':{'url':'https://negocios.rumbo.es/html/home/FooterGlobal.html','width':1004,'height':180},'canales':[0]}}";
		
		if(result[referer] != null && result[referer] != undefined)
		{
			return result[referer];
		}
		else
		{
			return null;
		} 
	}

})();

