");
$emoticons[] = array(":D", "");
$emoticons[] = array(":(", "");
$emoticons[] = array("8O", "");
$emoticons[] = array(":?", "");
$emoticons[] = array("8)", "");
$emoticons[] = array(":lol:", "");
$emoticons[] = array(":x", "");
$emoticons[] = array(":P", "");
$emoticons[] = array(":oops:", "");
$emoticons[] = array(":cry:", "");
$emoticons[] = array(":evil:", "");
$emoticons[] = array(":twisted:", "");
$emoticons[] = array(":roll:", "");
$emoticons[] = array(":wink:", "");
$emoticons[] = array(":!", "");
$emoticons[] = array(":?", "");
$emoticons[] = array(":idea:", "");
$emoticons[] = array(":arrow:", "");
$emoticons[] = array(":o", "");
foreach ($emoticons as $emoticon) {
$text = str_replace($emoticon[0],$emoticon[1],$text);
}
return $text;
}
?>