// Only show the block when we are not on the root domain.
switch($domain_count){
case2:
// Viewing at the state level.
$state = $_domain['sitename'];
$message = "<strong>You are viewing only content from the state of $state.</strong> <br />You can also see everything in the <a href=\"http://couleeregiononline.com\">Coulee Region</a> or <a href=\"\communities\">choose another community</a>.";
$message = "<strong>You are viewing only content from $county.</strong> <br />You can find more by going to $state, the <a href=\"http://couleeregiononline.com\">Coulee Region</a>, or <a href=\"\communities\">choosing another community</a>.";
$message = "<strong>You are viewing only content posted in $community.</strong> <br />You can find more by going to $county, $state, the <a href=\"http://couleeregiononline.com\">Coulee Region</a>, or <a href=\"\communities\">choosing another community</a>.";