helloworld = " 😀 😐 🙁 :d 😯 😉 😒 😋 🤣 😡 🤪 😴 🙄 😎 🤔 😲 🤨 😵 🐱👤 😊 😍 ❗ "; smilepath = '<img src="https://forum.vmeste.eu/images/smilies/'; smileurl = ['smile.gif', 'neutral.gif', 'sad.gif', 'big_smile.gif', 'yikes.gif', 'wink.gif', 'hmm.gif', 'tongue.gif', 'lol.gif', 'mad.gif', 'crazy.gif', 'sleep.gif', 'roll.gif', 'cool.gif', 'unsure.gif', 'blink.gif', 'huh.gif', 'wacko.gif', 'ninja.gif', 'blush.gif', 'wub.gif', 'excl.gif']; helloworld = helloworld.replace(/[\:\=]\)/gi, smilepath+smileurl[0]+'">'); helloworld = helloworld.replace(/[\:\=]\|/gi, smilepath+smileurl[1]+'">'); helloworld = helloworld.replace(/[\:\=]\(/gi, smilepath+smileurl[2]+'">'); helloworld = helloworld.replace(/[\:\=]D/gi, smilepath+smileurl[3]+'">'); helloworld = helloworld.replace(/[\:\=]o/gi, smilepath+smileurl[4]+'">');