<div align='left' style='font-size: 150%;'>
''Homesickness''</div>\
<div class='subtitle' align='left'>\
''a translation of 乡愁''</div>
When I look <<include "Cycling 1">>,
homesickness is a <<include "Cycling 2">>.
I am here, while
<<linkreplace "my mother" t8n>><<linkreplace "my bride" t8n>><<linkreplace "my family" t8n>>everyone I love<</linkreplace>><</linkreplace>><</linkreplace>> is over there.<<silently>>
<<if not $choices_1>>
<<set $choicesCount_1 to -1>>
<<set $choices_1 to ["back", "forward", "now", "then"]>>
<</if>>
<<set $choicesCount_1 to $choicesCount_1 + 1>>
<<if $choicesCount_1 >= $choices_1.length>>
<<set $choicesCount_1 to 0>>
<</if>>
<<set $cyclingResult_1 to $choices_1[$choicesCount_1]>>
<</silently>>
\<<linkreplace $choices_1[$choicesCount_1] t8n>><<include "Cycling 1">><</linkreplace>><<silently>>
<<if not $choices_2>>
<<set $choicesCount_2 to -1>>
<<set $choices_2 to ["postage stamp", "ferry ticket", "narrow strait"]>>
<</if>>
<<set $choicesCount_2 to $choicesCount_2 + 1>>
<<if $choicesCount_2 >= $choices_2.length>>
<<set $choicesCount_2 to 0>>
<</if>>
<<set $cyclingResult_2 to $choices_1[$choicesCount_2]>>
<</silently>>
\<<linkreplace $choices_2[$choicesCount_2] t8n>><<include "Cycling 2">><</linkreplace>>