";
} // end if RU
elseif($cc == "GB") {
// It?s a UK visitor. Display the UK ad here.
echo "";
} // end if GB
else {
// It?s an international visitor (not from one of the above countries). Display the international ad here.
echo "";
} // end else.
?>