function redirFlash(target_url) {
	
	var redir_url="/code/php/utils/redir.php?u=";
	//var todo_url="window.location="+redir_url+target_url;
	window.open(redir_url+target_url, '_self');
	//document.write(todo_url);
	
}