if (($town == true) && ($userrow["currentaction"] !="Fighting")){
$userrow["townslist"] .= "<a href="index.php?do=gotown:".$townrow2["id"]."">".$townrow2["name"]."</a><br />n";
}
else
{ if ($town == true) { $userrow["townslist"].=$townrow2["name"]."<br />n"; }
}