<?php
$mess1 = strtr($mess1,
array(
'<table style=" background: #E9E9E9; color: #585858; text-align: left; width: 90%; height: 10px;" border="1" cellpadding="0" cellspacing="0"><tbody><tr><td>Code</td></tr><tr><td style="background: #FFFFFF; color: #000000; height: 100%x; text-align: left; vertical-align: top;">'=>'[code]',
'</td></tr></tbody></table><!--//code//-->'=>'[/code]',
'<table style=" font-size: 12px; background: #008080; color: #D7FFFF; text-align: left; width: 90%; height: 10px;" border="1" cellpadding="0" cellspacing="0"><tbody><tr><td>Quote</td></tr><tr><td style=" padding: 2px; background: #B3E7FF; color: #006A6A; height: 100%x; text-align: left; vertical-align: top;">'=>'[quote]',
'</td></tr></tbody></table>'=>'[/quote]',
'<table style=" font-size: 12px; background: #EAFFFF; color: #0063C6; text-align: left; width: 90%; height: 10px;" border="1" cellpadding="0" cellspacing="0"><tbody><tr><td>No theme</td></tr><tr><td style=" padding: 2px; background: #0057AE; color: #DDEEFF; height: 100%x; text-align: left; vertical-align: top;">'=>'[no_theme]',
'</td></tr></tbody></table><!--//no_theme//-->'=>'[/no_theme]',
'<!--//table_tab//--> <table border="1" cellpadding="0" cellspacing="0"> <tbody> <!--//table_tab//-->'
=>
'[table]',
'<tr>'=>'[tr]',
'</tr>'=>'[/tr]',
'<!--//td//--> <td style="background-color:'=>'[td=',
';"> <!--//td//-->'=>'=td]',
'<td>'=>'[td]',
'</td>'=>'[/td]',
'<!--//table_tab//--> </tbody> </table>'
=>
'[/table]',
'<div align="right">'=>'[r]',
'<div align="center">'=>'[c]',
'<div align="left">'=>'[l]',
'</div>'=>'[#d]',
'<font color='=>'[col=',
'<!--//color//--> </font>'=>'[/col]',
'<b>'=>'[b]',
'</b>'=>'[/b]',
'<u>'=>'[u]',
'</u>'=>'[/u]',
'<i>'=>'[i]',
'</i>'=>'[/i]',
'<li>'=>'[li]',
'</li>'=>'[/li]',
'-><a target="_blank" href='=>'[link=',
'</a><-'=>'[/link]',
'<img width="80" name="scr" src='=>'[img=',
'<!--//bgc//--> <font style="background-color:'=>'[bgc=',
'"> <!--//bgc//-->'=>'=bgc]',
'<!--//bgc//--> </font>'=>'[/bgc]',
'<!--//block//--> <div style="display: block;">'=>'[block]',
'</div> <!--//block//-->'=>'[/block]',
'<div><ul>'=>'[list1]',
'</ul></div>'=>'[/list1]',
'<div><ol>'=>'[list2]',
'</ol></div>'=>'[/list2]',
'<div><ul type="'=>'[list1 type=',
'<div><ol type="'=>'[list2 type=',
'"><!--//list//-->'=>'=list]',
'<img src=/flud/smyle/1.gif border=0>'=>'[sm1]',
'<img src=/flud/smyle/2.gif border=0>'=>'[sm2]',
'<img src=/flud/smyle/3.gif border=0>'=>'[sm3]',
'<img src=/flud/smyle/4.gif border=0>'=>'[sm4]',
'<img src=/flud/smyle/5.gif border=0>'=>'[sm5]',
'<img src=/flud/smyle/6.gif border=0>'=>'[sm6]',
'<img src=/flud/smyle/7.gif border=0>'=>'[sm7]',
'<img src=/flud/smyle/8.gif border=0>'=>'[sm8]',
'<img src=/flud/smyle/9.gif border=0>'=>'[sm9]',
'<img src=/flud/smyle/10.gif border=0>'=>'[sm10]',
'<img src=/flud/smyle/11.gif border=0>'=>'[sm11]',
'<img src=/flud/smyle/12.gif border=0>'=>'[sm12]',
'<img src=/flud/smyle/13.gif border=0>'=>'[sm13]',
'<img src=/flud/smyle/14.gif border=0>'=>'[sm14]',
'<img src=/flud/smyle/15.gif border=0>'=>'[sm15]',
'<img src=/flud/smyle/23.gif border=0>'=>'[sm23]',
'©'=>'[copy]',
'®'=>'[rege]',
'<br>'=>"\r\n",
'>'=>'=l]',
));
?>