// emoticon from http://www.elton-fan.com/emoticons.htm
// and http://www.mysmilies.com
var g_iconGroups = new Array();
g_iconGroups[0] = new Array( 
							'smile', 	'Smile',
							'blush',	'Blush',
							'cry', 		'Cry',
							'grin', 	'Grin',
							'haha', 	'Ha ha',
							'lol', 		'Laugh out loud',
							'sulkoff', 	'Sulk off',
							'wave', 	'Wave',
							'wink', 	'Wink',
							'yawn',		'Yawn',
						 	'angry', 	'Angry',
						 	'biggrin', 	'Big grin',
						 	'friends', 	'Friends',
						 	'kiss', 	'Kiss',
						 	'sorry', 	'Sorry',
						 	'uhoh',		'Uh oh' );
g_iconGroups[1] = new Array(
							'smokin', 	'Smokin\'',
							'barf',		'Barf',
							'beer',		'Have a beer',
							'cop',		'Cop',
							'hicutie',	'Hi cutie!',
							'idea',		'Got an idea!',
							'inlove',	'In love',
							'moon',		'Moon',
							'notworthy','Not worthy',
							'zzz',		'Zzzzz',
							'weep',		'Weep',
							'bah',		'Bah!',
							'uhuh',		'Uh uh',
							'smooch',	'Smooch',
							'argue',	'Argue'
							);
g_iconGroups[2] = new Array(
							'wrywink',	'Wry wink',
							'dead',		'I\'m dead',
							'smash',	'Smash',
							'ignore',	'Ignore',
							'sad',		'Sad',
							'applause',	'Applause',
							'hyper',	'Hyper',
							'bday',		'Birthday',
							'chatter',	'Chatter',
							'crashed',	'Computer crashed',
							'chillin',	'Chillin\''
							);
g_iconGroups[3] = new Array(
							'rarh',     'RraaRGGHH',
							'screams',	'Screams',
							'muym',		'Make up your mind!',
							'bunny',	'Bunny',
							'jump',		'Jump',
							'comfort',	'Comfort',
							'makeout',	'Make out',
							'pee',		'Pee',
							'splat',	'Splat',
							'lurk',		'Lurk'
							);
g_iconGroups[4] = new Array(
							'thumbsup',	'Thumbs up',
							'rofl',		'Roll on the floor laughing',
							'bangbang',	'Bang bang',
							'boxing',	'Boxing',
							'hearts',	'Hearts',
							'loveeyes',	'Love eyes',
							'wereinlove','We\'re in love',
							'fart',		'Fart',
							'asshole',	'Asshole',
							'panting',	'Panting',
							'lizard',	'Lizard',
							'sick',		'Sick',
							'bong',		'Bong,'
							);
g_iconGroups[5] = new Array(
							'forkoff',	'Forkoff',
							'withstupid','I\'m with stupid',
							'wine',		'Wine',
							'microwave','Microwave',
							'beammeup',	'Beam me up',
							'monalisa',	'Mona Lisa',
							'pong',		'Pong'
							);
