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['elviajero.elpais.com'] = "{'isWhiteLabel': true,'affiliateId': 'elviajero.elpais.com','whiteLabelConfig':{'header':{'url':'https://plus.elpais.com/clientes2/viajero/rumbo/header.html','width':1000,'height':126},'footer':{'url':'https://plus.elpais.com/clientes2/viajero/rumbo/footer.html','width':1000,'height':114},'canales':[0]}}";
		
		if(result[referer] != null && result[referer] != undefined)
		{
			return result[referer];
		}
		else
		{
			return null;
		} 
	}

})();

