diff --git a/LICENSE b/LICENSE
old mode 100644
new mode 100755
diff --git a/README b/README
old mode 100644
new mode 100755
diff --git a/_working/create b/_working/create
old mode 100644
new mode 100755
diff --git a/_working/event.sql b/_working/event.sql
old mode 100644
new mode 100755
diff --git a/_working/label.sql b/_working/label.sql
old mode 100644
new mode 100755
diff --git a/_working/mix.sql b/_working/mix.sql
old mode 100644
new mode 100755
diff --git a/_working/recurrence.sql b/_working/recurrence.sql
old mode 100644
new mode 100755
diff --git a/_working/release.sql b/_working/release.sql
old mode 100644
new mode 100755
diff --git a/_working/release_audio.sql b/_working/release_audio.sql
old mode 100644
new mode 100755
diff --git a/_working/social.sql b/_working/social.sql
old mode 100644
new mode 100755
diff --git a/_working/venue.sql b/_working/venue.sql
old mode 100644
new mode 100755
diff --git a/apache/django_live.wsgi b/apache/django_live.wsgi
old mode 100644
new mode 100755
diff --git a/core/__init__.py b/core/__init__.py
old mode 100644
new mode 100755
diff --git a/core/analytics/__init__.py b/core/analytics/__init__.py
old mode 100644
new mode 100755
diff --git a/core/analytics/google.py b/core/analytics/google.py
old mode 100644
new mode 100755
diff --git a/core/decorators.py b/core/decorators.py
old mode 100644
new mode 100755
diff --git a/core/serialisers/__init__.py b/core/serialisers/__init__.py
old mode 100644
new mode 100755
diff --git a/core/serialisers/json.py b/core/serialisers/json.py
old mode 100644
new mode 100755
diff --git a/core/social/Facebook.py b/core/social/Facebook.py
old mode 100644
new mode 100755
diff --git a/core/social/_Social.py b/core/social/_Social.py
old mode 100644
new mode 100755
diff --git a/core/social/__init__.py b/core/social/__init__.py
old mode 100644
new mode 100755
diff --git a/core/tasks.py b/core/tasks.py
old mode 100644
new mode 100755
diff --git a/core/tests/__init__.py b/core/tests/__init__.py
old mode 100644
new mode 100755
diff --git a/core/tests/mix.py b/core/tests/mix.py
old mode 100644
new mode 100755
diff --git a/core/utils/__init__.py b/core/utils/__init__.py
old mode 100644
new mode 100755
diff --git a/core/utils/file.py b/core/utils/file.py
old mode 100644
new mode 100755
diff --git a/core/utils/html.py b/core/utils/html.py
old mode 100644
new mode 100755
diff --git a/core/utils/live.py b/core/utils/live.py
old mode 100644
new mode 100755
diff --git a/core/utils/string.py b/core/utils/string.py
old mode 100644
new mode 100755
diff --git a/core/utils/url.py b/core/utils/url.py
old mode 100644
new mode 100755
diff --git a/core/utils/waveform.py b/core/utils/waveform.py
old mode 100644
new mode 100755
diff --git a/core/widgets/__init__.py b/core/widgets/__init__.py
old mode 100644
new mode 100755
diff --git a/core/widgets/upload.py b/core/widgets/upload.py
old mode 100644
new mode 100755
diff --git a/dss/__init__.py b/dss/__init__.py
old mode 100644
new mode 100755
diff --git a/dss/settings.py b/dss/settings.py
old mode 100644
new mode 100755
index b7ecb1d..1eb21ac
--- a/dss/settings.py
+++ b/dss/settings.py
@@ -240,3 +240,5 @@ PIPELINE_CSS = {
COMPRESS_CSS_FILTERS = [
'compressor.filters.css_default.CssAbsoluteFilter',
]
+import mimetypes
+mimetypes.add_type("text/xml", ".plist", False)
diff --git a/dss/urls.py b/dss/urls.py
old mode 100644
new mode 100755
diff --git a/dss/wsgi.py b/dss/wsgi.py
old mode 100644
new mode 100755
diff --git a/requirements.txt b/requirements.txt
old mode 100644
new mode 100755
diff --git a/spa/__init__.py b/spa/__init__.py
old mode 100644
new mode 100755
diff --git a/spa/admin.py b/spa/admin.py
old mode 100644
new mode 100755
diff --git a/spa/ajax.py b/spa/ajax.py
old mode 100644
new mode 100755
diff --git a/spa/api/__init__.py b/spa/api/__init__.py
old mode 100644
new mode 100755
diff --git a/spa/api/v1/BackboneCompatibleResource.py b/spa/api/v1/BackboneCompatibleResource.py
old mode 100644
new mode 100755
diff --git a/spa/api/v1/ChatResource.py b/spa/api/v1/ChatResource.py
old mode 100644
new mode 100755
diff --git a/spa/api/v1/CommentResource.py b/spa/api/v1/CommentResource.py
old mode 100644
new mode 100755
diff --git a/spa/api/v1/EventResource.py b/spa/api/v1/EventResource.py
old mode 100644
new mode 100755
diff --git a/spa/api/v1/MixResource.py b/spa/api/v1/MixResource.py
old mode 100644
new mode 100755
diff --git a/spa/api/v1/ReleaseAudioResource.py b/spa/api/v1/ReleaseAudioResource.py
old mode 100644
new mode 100755
diff --git a/spa/api/v1/ReleaseResource.py b/spa/api/v1/ReleaseResource.py
old mode 100644
new mode 100755
diff --git a/spa/api/v1/UserResource.py b/spa/api/v1/UserResource.py
old mode 100644
new mode 100755
diff --git a/spa/api/v1/__init__.py b/spa/api/v1/__init__.py
old mode 100644
new mode 100755
diff --git a/spa/audio.py b/spa/audio.py
old mode 100644
new mode 100755
diff --git a/spa/forms.py b/spa/forms.py
old mode 100644
new mode 100755
diff --git a/spa/management/__init__.py b/spa/management/__init__.py
old mode 100644
new mode 100755
diff --git a/spa/management/commands/__init__.py b/spa/management/commands/__init__.py
old mode 100644
new mode 100755
diff --git a/spa/management/commands/cleanup.py b/spa/management/commands/cleanup.py
old mode 100644
new mode 100755
diff --git a/spa/management/commands/drop.py b/spa/management/commands/drop.py
old mode 100644
new mode 100755
diff --git a/spa/management/commands/purchaselinks.py b/spa/management/commands/purchaselinks.py
old mode 100644
new mode 100755
diff --git a/spa/management/commands/tracklists.py b/spa/management/commands/tracklists.py
old mode 100644
new mode 100755
diff --git a/spa/management/commands/waveforms.py b/spa/management/commands/waveforms.py
old mode 100644
new mode 100755
diff --git a/spa/middleware/__init__.py b/spa/middleware/__init__.py
old mode 100644
new mode 100755
diff --git a/spa/middleware/uploadify.py b/spa/middleware/uploadify.py
old mode 100644
new mode 100755
diff --git a/spa/models/ChatMessage.py b/spa/models/ChatMessage.py
old mode 100644
new mode 100755
diff --git a/spa/models/Comment.py b/spa/models/Comment.py
old mode 100644
new mode 100755
diff --git a/spa/models/Event.py b/spa/models/Event.py
old mode 100644
new mode 100755
diff --git a/spa/models/Label.py b/spa/models/Label.py
old mode 100644
new mode 100755
diff --git a/spa/models/Mix.py b/spa/models/Mix.py
old mode 100644
new mode 100755
diff --git a/spa/models/MixFavourite.py b/spa/models/MixFavourite.py
old mode 100644
new mode 100755
diff --git a/spa/models/MixLike.py b/spa/models/MixLike.py
old mode 100644
new mode 100755
diff --git a/spa/models/MixPlay.py b/spa/models/MixPlay.py
old mode 100644
new mode 100755
diff --git a/spa/models/PurchaseLink.py b/spa/models/PurchaseLink.py
old mode 100644
new mode 100755
diff --git a/spa/models/Recurrence.py b/spa/models/Recurrence.py
old mode 100644
new mode 100755
diff --git a/spa/models/Release.py b/spa/models/Release.py
old mode 100644
new mode 100755
diff --git a/spa/models/Tracklist.py b/spa/models/Tracklist.py
old mode 100644
new mode 100755
diff --git a/spa/models/UserProfile.py b/spa/models/UserProfile.py
old mode 100644
new mode 100755
diff --git a/spa/models/Venue.py b/spa/models/Venue.py
old mode 100644
new mode 100755
diff --git a/spa/models/_Activity.py b/spa/models/_Activity.py
old mode 100644
new mode 100755
diff --git a/spa/models/_BaseModel.py b/spa/models/_BaseModel.py
old mode 100644
new mode 100755
diff --git a/spa/models/_Lookup.py b/spa/models/_Lookup.py
old mode 100644
new mode 100755
diff --git a/spa/models/__init__.py b/spa/models/__init__.py
old mode 100644
new mode 100755
diff --git a/spa/signals.py b/spa/signals.py
old mode 100644
new mode 100755
diff --git a/spa/social.py b/spa/social.py
old mode 100644
new mode 100755
diff --git a/spa/templates.py b/spa/templates.py
old mode 100644
new mode 100755
diff --git a/spa/templatetags/__init__.py b/spa/templatetags/__init__.py
old mode 100644
new mode 100755
diff --git a/spa/templatetags/spa_extras.py b/spa/templatetags/spa_extras.py
old mode 100644
new mode 100755
diff --git a/spa/urls.py b/spa/urls.py
old mode 100644
new mode 100755
diff --git a/spa/views.py b/spa/views.py
old mode 100644
new mode 100755
diff --git a/static/bin/sm/soundmanager2.swf b/static/bin/sm/soundmanager2.swf
old mode 100644
new mode 100755
diff --git a/static/bin/sm/soundmanager2_debug.swf b/static/bin/sm/soundmanager2_debug.swf
old mode 100644
new mode 100755
diff --git a/static/bin/sm/soundmanager2_flash9.swf b/static/bin/sm/soundmanager2_flash9.swf
old mode 100644
new mode 100755
diff --git a/static/bin/sm/soundmanager2_flash9_debug.swf b/static/bin/sm/soundmanager2_flash9_debug.swf
old mode 100644
new mode 100755
diff --git a/static/bin/sm/soundmanager2_flash_xdomain.zip b/static/bin/sm/soundmanager2_flash_xdomain.zip
old mode 100644
new mode 100755
diff --git a/static/css/bootstrap/bootstrap-datepicker.css b/static/css/bootstrap/bootstrap-datepicker.css
old mode 100644
new mode 100755
diff --git a/static/css/bootstrap/bootstrap-responsive.css b/static/css/bootstrap/bootstrap-responsive.css
old mode 100644
new mode 100755
diff --git a/static/css/bootstrap/bootstrap-responsive.min.css b/static/css/bootstrap/bootstrap-responsive.min.css
old mode 100644
new mode 100755
diff --git a/static/css/bootstrap/bootstrap-timepicker.css b/static/css/bootstrap/bootstrap-timepicker.css
old mode 100644
new mode 100755
diff --git a/static/css/bootstrap/bootstrap.css b/static/css/bootstrap/bootstrap.css
old mode 100644
new mode 100755
diff --git a/static/css/bootstrap/bootstrap.min.css b/static/css/bootstrap/bootstrap.min.css
old mode 100644
new mode 100755
diff --git a/static/css/colorbox.css b/static/css/colorbox.css
old mode 100644
new mode 100755
diff --git a/static/css/com.podnoms.player.css b/static/css/com.podnoms.player.css
old mode 100644
new mode 100755
diff --git a/static/css/deepsouthsounds.css b/static/css/deepsouthsounds.css
old mode 100644
new mode 100755
diff --git a/static/css/emoticons.css b/static/css/emoticons.css
new file mode 100755
index 0000000..912fb4a
--- /dev/null
+++ b/static/css/emoticons.css
@@ -0,0 +1,296 @@
+.dss-emo-Angel {
+ background-position: 0 0;
+ width: 15px;
+ height: 17px;
+}
+
+.dss-emo-Angry {
+ background-position: 0 -67px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Aww {
+ background-position: 0 -132px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Aww_2 {
+ background-position: 0 -197px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Blushing {
+ background-position: 0 -262px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Childish {
+ background-position: 0 -327px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Confused {
+ background-position: 0 -392px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Creepy {
+ background-position: 0 -457px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Crying {
+ background-position: 0 -522px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Cthulhu {
+ background-position: 0 -587px;
+ width: 15px;
+ height: 16px;
+}
+
+.dss-emo-Cute {
+ background-position: 0 -653px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Cute_Winking {
+ background-position: 0 -718px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Devil {
+ background-position: 0 -783px;
+ width: 15px;
+ height: 17px;
+}
+
+.dss-emo-Gah {
+ background-position: 0 -850px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Gah_2 {
+ background-position: 0 -915px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Gasping {
+ background-position: 0 -980px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Greedy {
+ background-position: 0 -1045px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Grinning {
+ background-position: 0 -1110px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Grinning_Winking {
+ background-position: 0 -1175px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Happy {
+ background-position: 0 -1240px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Happy_2 {
+ background-position: 0 -1305px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Happy_3 {
+ background-position: 0 -1370px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Heart {
+ background-position: 0 -1435px;
+ width: 13px;
+ height: 15px;
+}
+
+.dss-emo-Huh {
+ background-position: 0 -1500px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Huh_2 {
+ background-position: 0 -1565px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Laughing {
+ background-position: 0 -1630px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Lips_Sealed {
+ background-position: 0 -1695px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Madness {
+ background-position: 0 -1760px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Malicious {
+ background-position: 0 -1825px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Sick {
+ background-position: 0 -1890px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Smiling {
+ background-position: -65px 0;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Speechless {
+ background-position: -65px -65px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Spiteful {
+ background-position: -65px -130px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Stupid {
+ background-position: -65px -195px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Sunglasses {
+ background-position: -65px -260px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Terrified {
+ background-position: -65px -325px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Thumb_Down {
+ background-position: -65px -390px;
+ width: 12px;
+ height: 14px;
+}
+
+.dss-emo-Thumb_Up {
+ background-position: -65px -454px;
+ width: 12px;
+ height: 14px;
+}
+
+.dss-emo-Tired {
+ background-position: -65px -518px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Tongue_Out {
+ background-position: -65px -583px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Tongue_Out_Laughing {
+ background-position: -65px -648px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Tongue_Out_Left {
+ background-position: -65px -713px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Tongue_Out_Up {
+ background-position: -65px -778px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Tongue_Out_Up_Left {
+ background-position: -65px -843px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Tongue_Out_Winking {
+ background-position: -65px -908px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Uncertain {
+ background-position: -65px -973px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Uncertain_2 {
+ background-position: -65px -1038px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Unhappy {
+ background-position: -65px -1103px;
+ width: 15px;
+ height: 15px;
+}
+
+.dss-emo-Winking {
+ background-position: -65px -1168px;
+ width: 15px;
+ height: 15px;
+}
+.dss-emo {
+ background: url(../img/dss-emoticons.png) no-repeat top left;
+}
diff --git a/static/css/jasny/jasny-bootstrap-responsive.css b/static/css/jasny/jasny-bootstrap-responsive.css
old mode 100644
new mode 100755
diff --git a/static/css/jasny/jasny-bootstrap-responsive.min.css b/static/css/jasny/jasny-bootstrap-responsive.min.css
old mode 100644
new mode 100755
diff --git a/static/css/jasny/jasny-bootstrap.css b/static/css/jasny/jasny-bootstrap.css
old mode 100644
new mode 100755
diff --git a/static/css/jasny/jasny-bootstrap.min.css b/static/css/jasny/jasny-bootstrap.min.css
old mode 100644
new mode 100755
diff --git a/static/css/uploadifive.css b/static/css/uploadifive.css
old mode 100644
new mode 100755
diff --git a/static/fonts/iconic_fill.eot b/static/fonts/iconic_fill.eot
old mode 100644
new mode 100755
diff --git a/static/fonts/iconic_fill.otf b/static/fonts/iconic_fill.otf
old mode 100644
new mode 100755
diff --git a/static/fonts/iconic_fill.svg b/static/fonts/iconic_fill.svg
old mode 100644
new mode 100755
diff --git a/static/fonts/iconic_fill.ttf b/static/fonts/iconic_fill.ttf
old mode 100644
new mode 100755
diff --git a/static/fonts/iconic_fill.woff b/static/fonts/iconic_fill.woff
old mode 100644
new mode 100755
diff --git a/static/fonts/iconic_stroke.eot b/static/fonts/iconic_stroke.eot
old mode 100644
new mode 100755
diff --git a/static/fonts/iconic_stroke.otf b/static/fonts/iconic_stroke.otf
old mode 100644
new mode 100755
diff --git a/static/fonts/iconic_stroke.svg b/static/fonts/iconic_stroke.svg
old mode 100644
new mode 100755
diff --git a/static/fonts/iconic_stroke.ttf b/static/fonts/iconic_stroke.ttf
old mode 100644
new mode 100755
diff --git a/static/fonts/iconic_stroke.woff b/static/fonts/iconic_stroke.woff
old mode 100644
new mode 100755
diff --git a/static/html/fb_channel.html b/static/html/fb_channel.html
old mode 100644
new mode 100755
diff --git a/static/html/privacy.html b/static/html/privacy.html
old mode 100644
new mode 100755
diff --git a/static/html/robots.txt b/static/html/robots.txt
old mode 100644
new mode 100755
diff --git a/static/html/test.html b/static/html/test.html
old mode 100644
new mode 100755
diff --git a/static/html/test2.html b/static/html/test2.html
old mode 100644
new mode 100755
diff --git a/static/html/tos.html b/static/html/tos.html
old mode 100644
new mode 100755
diff --git a/static/img/500.png b/static/img/500.png
old mode 100644
new mode 100755
diff --git a/static/img/asc.png b/static/img/asc.png
old mode 100644
new mode 100755
diff --git a/static/img/bg.png b/static/img/bg.png
old mode 100644
new mode 100755
diff --git a/static/img/colorbox/border.png b/static/img/colorbox/border.png
old mode 100644
new mode 100755
diff --git a/static/img/colorbox/controls.png b/static/img/colorbox/controls.png
old mode 100644
new mode 100755
diff --git a/static/img/colorbox/loading.gif b/static/img/colorbox/loading.gif
old mode 100644
new mode 100755
diff --git a/static/img/colorbox/loading_background.png b/static/img/colorbox/loading_background.png
old mode 100644
new mode 100755
diff --git a/static/img/default-avatar-32.png b/static/img/default-avatar-32.png
old mode 100644
new mode 100755
diff --git a/static/img/default-avatar.png b/static/img/default-avatar.png
old mode 100644
new mode 100755
diff --git a/static/img/default-track.png b/static/img/default-track.png
old mode 100644
new mode 100755
diff --git a/static/img/desc.png b/static/img/desc.png
old mode 100644
new mode 100755
diff --git a/static/img/download-progress-overlay.png b/static/img/download-progress-overlay.png
old mode 100644
new mode 100755
diff --git a/static/img/dss-large.png b/static/img/dss-large.png
old mode 100644
new mode 100755
diff --git a/static/img/emoticons/simple/Angel.png b/static/img/emoticons/simple/Angel.png
new file mode 100755
index 0000000..0cf707b
Binary files /dev/null and b/static/img/emoticons/simple/Angel.png differ
diff --git a/static/img/emoticons/simple/Angry.png b/static/img/emoticons/simple/Angry.png
new file mode 100755
index 0000000..9ae5d18
Binary files /dev/null and b/static/img/emoticons/simple/Angry.png differ
diff --git a/static/img/emoticons/simple/Aww.png b/static/img/emoticons/simple/Aww.png
new file mode 100755
index 0000000..3512863
Binary files /dev/null and b/static/img/emoticons/simple/Aww.png differ
diff --git a/static/img/emoticons/simple/Aww_2.png b/static/img/emoticons/simple/Aww_2.png
new file mode 100755
index 0000000..60510bb
Binary files /dev/null and b/static/img/emoticons/simple/Aww_2.png differ
diff --git a/static/img/emoticons/simple/Blushing.png b/static/img/emoticons/simple/Blushing.png
new file mode 100755
index 0000000..ab03ee8
Binary files /dev/null and b/static/img/emoticons/simple/Blushing.png differ
diff --git a/static/img/emoticons/simple/Childish.png b/static/img/emoticons/simple/Childish.png
new file mode 100755
index 0000000..1a31c50
Binary files /dev/null and b/static/img/emoticons/simple/Childish.png differ
diff --git a/static/img/emoticons/simple/Confused.png b/static/img/emoticons/simple/Confused.png
new file mode 100755
index 0000000..08ba7d3
Binary files /dev/null and b/static/img/emoticons/simple/Confused.png differ
diff --git a/static/img/emoticons/simple/Creepy.png b/static/img/emoticons/simple/Creepy.png
new file mode 100755
index 0000000..5615058
Binary files /dev/null and b/static/img/emoticons/simple/Creepy.png differ
diff --git a/static/img/emoticons/simple/Crying.png b/static/img/emoticons/simple/Crying.png
new file mode 100755
index 0000000..2532976
Binary files /dev/null and b/static/img/emoticons/simple/Crying.png differ
diff --git a/static/img/emoticons/simple/Cthulhu.png b/static/img/emoticons/simple/Cthulhu.png
new file mode 100755
index 0000000..fafc4b3
Binary files /dev/null and b/static/img/emoticons/simple/Cthulhu.png differ
diff --git a/static/img/emoticons/simple/Cute.png b/static/img/emoticons/simple/Cute.png
new file mode 100755
index 0000000..a883ac3
Binary files /dev/null and b/static/img/emoticons/simple/Cute.png differ
diff --git a/static/img/emoticons/simple/Cute_Winking.png b/static/img/emoticons/simple/Cute_Winking.png
new file mode 100755
index 0000000..ad3383d
Binary files /dev/null and b/static/img/emoticons/simple/Cute_Winking.png differ
diff --git a/static/img/emoticons/simple/Devil.png b/static/img/emoticons/simple/Devil.png
new file mode 100755
index 0000000..afc5c2c
Binary files /dev/null and b/static/img/emoticons/simple/Devil.png differ
diff --git a/static/img/emoticons/simple/Emoticons.plist b/static/img/emoticons/simple/Emoticons.plist
new file mode 100755
index 0000000..b5eedae
--- /dev/null
+++ b/static/img/emoticons/simple/Emoticons.plist
@@ -0,0 +1,651 @@
+
+
+