var emoticons = {
	"emoticon": {
		"::smile": {
			"image": "smile.png",
			"emotes": {
				":-\\)": "",
				":-\/": "",
				":\\)": "",
				":]": "",
				"=]": "",
				"=\\)": "",
				"=\/": ""
			}
		},
		"::bigSmile": {
			"image": "bigsmile.png",
			"emotes": {
				":D": "",
				"=D": "",
				"XD": "",
				"BD": ""
			}
		},
		"::shock": {
			"image": "shock.png",
			"emotes": {
					":O": "",
					"=O": "",
					":\\(]": ""
			}
		},
		"::frown": {
			"image": "frown.png",
			"emotes": {
				":-\\(": "",
				"=\\(": "",
				":\\[": "",
				":<": "",
				":&lt;": "",
				"=\\[": "",
				":\\(": ""
			}
		},
		"::tongue": {
			"image": "tongue.png",
			"emotes": {
				":P": "",
				":-P": "",
				"=P": "",
				"XP": ""
			}
		},
		"::bored": {
			"image": "bored.png",
			"emotes": {
				"=I": ""
			}
		},
		"::wink": {
			"image": "wink.png",
			"emotes": {
				";-\\)": "",
				";\\)": "",
				";\\]": ""
			}
		},
		"::love": {
			"image": "love.png",
				"emotes": {
					"&lt;3": "",
					"&lt;3": "",
					"S2": "",
					":3": ""
				}
			}												
		,
		"::confused": {
			"image": "confused.png",
			"emotes": {
				":S": "",
				"=S": "",
				":\\?": ""
			}
		}
	}
};
