$tip="{$pod['domain']} last checked {$last_podcheck} ago, over the last {$humanmonitored} uptime was {$pod['uptime_alltime']}%";
if(($_COOKIE['domain']??null)===$pod['domain']){
echo'<tr><td title="This is the last pod you visited from this site. '.$tip.'" data-placement="bottom" data-toggle="tooltip" class="bg-blue"><a class="text-white url" target="_pod" href="/go.php?domain='.$pod['domain'].'">'.idn_to_utf8($pod['domain']).'</a></td>';
echo'<tr><td title="This is the last pod you visited from this site. '.$tip.'" data-placement="bottom" data-toggle="tooltip" class="bg-blue"><a class="text-white url" target="_pod" href="/go.php?domain='.$pod['domain'].'">'.idn_to_utf8($pod['domain']).'</a><a href="/'.$pod['domain'].'"><span style="font-size: 1.7em; opacity: 0.5;" class="fa fa-info-circle align-top pl-3 d-lg-none"></span></a></td>';