"
",
"/\{?;-?\)/" => "
",
"/\{?:-?\(/" => "
",
"/\{?:-?p/" => "
",
"/\{?:-?o/" => "
",
"/\{cool\}/" => "
",
"/\{?:-?D/" => "
",
"/\{confused\}/" => "
",
"/\{eek\}/" => "
",
"/\{angry\}/" => "
",
"/\{rolleyes\}/" => "
",
);
// Merge InlineReplacements with Smiley array
$InlineReplacements = array_merge($InlineReplacements, $Smileys);
?>