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]}}";

		//all domain costasur.com
		var pat = /costasur.com/;
		if (pat.test(referer)) {
		result[referer] = "{'isWhiteLabel': true,'affiliateId': 'costasur.com','whiteLabelConfig':{'header':{'url':'https://secure.costasur.com/images/gfx/header.jpg','width':1000,'height':50},'footer':{'url':'https://secure.costasur.com/images/gfx/footer.jpg','width':1000,'height':50},'canales':[2]}}";
		}
		
		if(result[referer] != null && result[referer] != undefined)
		{
			return result[referer];
		}
		else
		{
			return null;
		} 
	}

})();
//jueves, 25 de febrero de 2010 12:23:58
