








(function(){function r(val,args){for(var x=0;x<args.length;x++){val=val.replace("{"+x+"}",args[x])}return val}function p(){var val=arguments[0];var ret;if(val.indexOf("{0}")!=-1){ret=function(){return r(val,arguments)}}else{ret=function(){return val}}for(var x=1;x<arguments.length;x++){for(var a in arguments[x]){ret[a]=arguments[x][a]}}return ret}
	window.messages=(
	{js:{
			price:{
				to:p('Price to &pound; {0}'),
				fromto:p('&pound; {0} to &pound; {1}'),
				from:p('Price from &pound; {0}'),
				all:p('All prices')
			},
			alert:{
				success:p('Your subscription request is registered')
			},
			map:{
				close:p('close')
			}
		}
	}
)})();
