include('include.topcode.php'); ?>
strlen($text) > 250 ? print(substr($text, 0, 250) . '....') : print($text); ?>
print(str_replace('http://', '', $website)); ?>