digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"EleanorRank6Convo10 begins." [color=orange];
		"EleanorRank6Convo10 begins." -> j1785017116;
	j1785017116 [label="So I was thinking: the year's going to loop at the end of December like it always does and although it'll FEEL like a whole new year, it won't REALLY be",shape=box,color=blue];
		j1785017116 -> j2383681308;
	j2383681308 [label="and although I THINK I know how many times this has happened before, I actually don't, because I MIGHT NOT REMEMBER IT",shape=box,color=blue];
		j2383681308 -> j2509444518;
	j2509444518 [label="What if what I remember as Loop One was actually Loop Fifteen Thousand and Forty Two?",shape=box,color=blue];
		j2509444518 -> j3833588536;
	j3833588536 [label="and then I thought well, screw it, might as well go completely crazy and do whatever the hell I want because you can always punch the floor again and reset everything",shape=box,color=blue];
		j3833588536 -> j2463615993;
	j2463615993 [label="but THEN I thought no, wait, what if this is the one where it actually sticks? Where we finally go all the way from 1999 to 2000?",shape=box,color=blue];
		j2463615993 -> j3319791849;
	j3319791849 [label="I don't want to have made a complete berk of myself in the one loop that turns out to be the final decisive 1999. I'd never be able to unravel it.",shape=box,color=blue];
		j3319791849 -> j2599219459;
	j2599219459 [label="One day it'll be Solstice and not just endless winter, to use the tired old analogy",shape=box,color=blue];
		j2599219459 -> j420725480;
	j420725480 [label="Check boolean EleanorDating",color=orange];
		j420725480 -> j3080739511 [label=true,color=green];
		j420725480 -> j1525317882 [label=false,color=brown];
	j3080739511 [label="You and I will just have to keep each other warm until then. x",shape=box,color=blue];
		j3080739511 -> "Chat ends.";
	j1525317882 [label="We all just have to keep one another warm till then.",shape=box,color=blue];
		j1525317882 -> "Chat ends.";
	"Chat ends." [color=orange];
}