digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"VelimirBirthdayConvo2 begins." [color=orange];
		"VelimirBirthdayConvo2 begins." -> j3970635742;
		"VelimirBirthdayConvo2 begins." -> j3059516060;
	j3970635742 [label="He V., hoffe, du hast einen schönen Tag.",shape=box,color=red];
		j3970635742 -> j2107175104;
	j3059516060 [label="He Velimir. Ziehe deinen Mantel heute an deinem Geburtstag nicht aus! Willst du wissen, warum?",shape=box,color=red];
		j3059516060 -> j699162089;
	j2107175104 [label="PapaPolar: danke dir.",shape=box,color=blue];
		j2107175104 -> "Chat ends.";
	j699162089 [label="PapaPolar: lol. ja. warum?",shape=box,color=blue];
		j699162089 -> j71162657;
	"Chat ends." [color=orange];
	j71162657 [label="Weil du einfach so .... COOL bist!",shape=box,color=red];
		j71162657 -> j201256769;
	j201256769 [label="+20 Chemistry",color=orange];
		j201256769 -> j580395737;
	j580395737 [label="PapaPolar: LMAO. nett. genehmigter papa-witz. 8-)",shape=box,color=blue];
		j580395737 -> "Chat ends.";
}