/** 转换表情
* @author Tony
*/

 
//ibf表情
var __ibf_emotions_img_path = 'http://image.poco.cn/emotions/common/';
var __ibf_emotions_arr = new Array();
var __ibf_emotions_replace_arr = new Array();
__ibf_emotions_arr.push(':ph34r:'); 		__ibf_emotions_replace_arr.push('ph34r.gif');
__ibf_emotions_arr.push(':mellow:'); 		__ibf_emotions_replace_arr.push('mellow.gif');
__ibf_emotions_arr.push(':rolleyes:'); 	__ibf_emotions_replace_arr.push('rolleyes.gif');
__ibf_emotions_arr.push(':unsure:'); 		__ibf_emotions_replace_arr.push('unsure.gif');
__ibf_emotions_arr.push(':wacko:'); 		__ibf_emotions_replace_arr.push('wacko.gif');
__ibf_emotions_arr.push(':blink:'); 		__ibf_emotions_replace_arr.push('blink.gif');
__ibf_emotions_arr.push(':huh:'); 		__ibf_emotions_replace_arr.push('huh.gif');
__ibf_emotions_arr.push(':lol:'); 		__ibf_emotions_replace_arr.push('laugh.gif');
__ibf_emotions_arr.push('<_<'); 			__ibf_emotions_replace_arr.push('dry.gif');
__ibf_emotions_arr.push('&lt;_&lt;'); 	__ibf_emotions_replace_arr.push('dry.gif');

__ibf_emotions_arr.push(':wub:'); 		__ibf_emotions_replace_arr.push('wub.gif');
__ibf_emotions_arr.push(':angry:'); 		__ibf_emotions_replace_arr.push('mad.gif');
__ibf_emotions_arr.push('^_^'); 			__ibf_emotions_replace_arr.push('happy.gif');
__ibf_emotions_arr.push('-_-'); 			__ibf_emotions_replace_arr.push('sleep.gif');
__ibf_emotions_arr.push(':o'); 			__ibf_emotions_replace_arr.push('ohmy.gif');
__ibf_emotions_arr.push(';\\)'); 			__ibf_emotions_replace_arr.push('wink.gif');
__ibf_emotions_arr.push(':p'); 			__ibf_emotions_replace_arr.push('tongue.gif');
__ibf_emotions_arr.push(':d'); 			__ibf_emotions_replace_arr.push('biggrin.gif');
__ibf_emotions_arr.push('B\\)'); 			__ibf_emotions_replace_arr.push('cool.gif');
__ibf_emotions_arr.push(':\\)'); 			__ibf_emotions_replace_arr.push('smile.gif');
__ibf_emotions_arr.push(':\\('); 			__ibf_emotions_replace_arr.push('sad.gif');

__ibf_emotions_arr.push(':bcry'); 		__ibf_emotions_replace_arr.push('em6.gif');
__ibf_emotions_arr.push(':a!'); 			__ibf_emotions_replace_arr.push('em1.gif');
__ibf_emotions_arr.push('-o-p:'); 		__ibf_emotions_replace_arr.push('em37.gif');



//poco表情
var __poco_emotions_img_path = 'http://image.poco.cn/emotions/poco/';
var __poco_emotions_arr = new Array();
var __poco_emotions_replace_arr = new Array();
__poco_emotions_arr.push('/:f00'); 		__poco_emotions_replace_arr.push('f00.gif');
__poco_emotions_arr.push('/:f01'); 		__poco_emotions_replace_arr.push('f01.gif');
__poco_emotions_arr.push('/:f02'); 		__poco_emotions_replace_arr.push('f02.gif');
__poco_emotions_arr.push('/:f03'); 		__poco_emotions_replace_arr.push('f03.gif');
__poco_emotions_arr.push('/:f04'); 		__poco_emotions_replace_arr.push('f04.gif');
__poco_emotions_arr.push('/:f05'); 		__poco_emotions_replace_arr.push('f05.gif');
__poco_emotions_arr.push('/:f06'); 		__poco_emotions_replace_arr.push('f06.gif');
__poco_emotions_arr.push('/:f07'); 		__poco_emotions_replace_arr.push('f07.gif');
__poco_emotions_arr.push('/:f08'); 		__poco_emotions_replace_arr.push('f08.gif');
__poco_emotions_arr.push('/:f09'); 		__poco_emotions_replace_arr.push('f09.gif');
__poco_emotions_arr.push('/:f10'); 		__poco_emotions_replace_arr.push('f10.gif');
__poco_emotions_arr.push('/:f11'); 		__poco_emotions_replace_arr.push('f11.gif');
__poco_emotions_arr.push('/:f12'); 		__poco_emotions_replace_arr.push('f12.gif');
__poco_emotions_arr.push('/:f13'); 		__poco_emotions_replace_arr.push('f13.gif');
__poco_emotions_arr.push('/:f14'); 		__poco_emotions_replace_arr.push('f14.gif');
__poco_emotions_arr.push('/:f15'); 		__poco_emotions_replace_arr.push('f15.gif');
__poco_emotions_arr.push('/:f16'); 		__poco_emotions_replace_arr.push('f16.gif');
__poco_emotions_arr.push('/:f17'); 		__poco_emotions_replace_arr.push('f17.gif');
__poco_emotions_arr.push('/:f18'); 		__poco_emotions_replace_arr.push('f18.gif');
__poco_emotions_arr.push('/:f19'); 		__poco_emotions_replace_arr.push('f19.gif');
__poco_emotions_arr.push('/:f20'); 		__poco_emotions_replace_arr.push('f20.gif');
__poco_emotions_arr.push('/:f21'); 		__poco_emotions_replace_arr.push('f21.gif');
__poco_emotions_arr.push('/:f22'); 		__poco_emotions_replace_arr.push('f22.gif');
__poco_emotions_arr.push('/:f23'); 		__poco_emotions_replace_arr.push('f23.gif');
__poco_emotions_arr.push('/:f24'); 		__poco_emotions_replace_arr.push('f24.gif');
__poco_emotions_arr.push('/:f25'); 		__poco_emotions_replace_arr.push('f25.gif');
__poco_emotions_arr.push('/:f26'); 		__poco_emotions_replace_arr.push('f26.gif');
__poco_emotions_arr.push('/:f27'); 		__poco_emotions_replace_arr.push('f27.gif');
__poco_emotions_arr.push('/:f28'); 		__poco_emotions_replace_arr.push('f28.gif');
__poco_emotions_arr.push('/:f29'); 		__poco_emotions_replace_arr.push('f29.gif');
__poco_emotions_arr.push('/:f30'); 		__poco_emotions_replace_arr.push('f30.gif');
__poco_emotions_arr.push('/:f31'); 		__poco_emotions_replace_arr.push('f31.gif');
__poco_emotions_arr.push('/:f32'); 		__poco_emotions_replace_arr.push('f32.gif');
__poco_emotions_arr.push('/:f33'); 		__poco_emotions_replace_arr.push('f33.gif');
__poco_emotions_arr.push('/:f34'); 		__poco_emotions_replace_arr.push('f34.gif');
	
	




function _c_i_e(str)
{
	for (var i=0;i<__ibf_emotions_arr.length;i++)
	{
		try
		{
			if(-1==str.indexOf('adpolestar.net'))
			{
				var re = new RegExp(__ibf_emotions_arr[i],"ig");
				str=str.replace(re,'<img border=0 src=' + __ibf_emotions_img_path + __ibf_emotions_replace_arr[i] + ' />');
			}
		}
		catch (err)
		{
			continue;
		}
	}

	return str;
}


function _c_p_e(str)
{
	for (var i=0;i<__poco_emotions_arr.length;i++)
	{
		try
		{
			var re = new RegExp(__poco_emotions_arr[i],"ig");
			str=str.replace(re,'<img border=0 src=' + __poco_emotions_img_path + __poco_emotions_replace_arr[i] + ' />');
		}
		catch (err)
		{
			continue;
		}
	}

	return str;
}

function convert_ibf_emoticons(str)
{
	str = _c_i_e(str);
	str = _c_p_e(str);

	return str;
}
