
   			if(window.getCulture)
		   	{
//		   		alert("duplicate function getCulture()");
		   	}
		   	else
		   	{
	   			function getCulture()
				{
					return "nl";
				}
			}
	
		   	if(translation != undefined)
		   	{
//		   		alert("duplicate function __()");
		   		translation['%1% votes left'] = '%1% stemmen over';translation['microblog_you need to logon to perform this action!'] = 'Je moet ingelogd zijn om deze actie te kunnen uitvoeren!';translation['Vote for %1%'] = 'Jouw mening';translation['Ok'] = 'Ok';
		   	}
		   	else
		   	{
				var translation = [];  	
		   		translation['%1% votes left'] = '%1% stemmen over';translation['microblog_you need to logon to perform this action!'] = 'Je moet ingelogd zijn om deze actie te kunnen uitvoeren!';translation['Vote for %1%'] = 'Jouw mening';translation['Ok'] = 'Ok';
				
				function __(key, params) { 
					var translatedText = translation[key];
					if (translatedText == null) 
					{
						translatedText = key;
						if ($.browser.mozilla)
						{
							try
							{
								if (console != null)
								{
									console.warn("no translation for "+ '"' + key +  '"');
								}
							} catch(err)
							{
								
							}
						}
					}
					for (var param in params)
					{
						translatedText = translatedText.replace(param, params[param]);
					} 
					return translatedText;	
			  	};
			}
		  	