About Lots of Locales (LoL) Store Locator Plugin
";
ob_start();
include('readme.txt');
$txt=ob_get_contents();
ob_clean();
//print ereg_replace("(http://.*\..*\..{2,3}\n)", "\\1", $txt);
//$txt=ereg_replace("(http://www.viadat.com)", "\\1", $txt);
$txt=ereg_replace("\=\= ", "", $txt);
$txt=ereg_replace(" \=\=", "", $txt);
$txt=ereg_replace("\= ", "", $txt);
$txt=ereg_replace(" \=", "", $txt);
$txt=do_hyperlink($txt);
print nl2br($txt);
//print "";
?>