changeset 25798:8060be20fa6e

propagate from branch 'im.pidgin.pidgin' (head e1fd1e27a14e8cc717dc7fb6cb69ff1f10672704) to branch 'im.pidgin.cpw.malu.xmpp.idle' (head 2b7644a0be37509450d6d1faf831af6fdcb8c0c2)
author Marcus Lundblad <ml@update.uu.se>
date Tue, 18 Nov 2008 22:35:40 +0000
parents cac2f6203505 (current diff) 3d6fe79753c3 (diff)
children 6986ae0cbb51
files libpurple/protocols/jabber/jabber.c
diffstat 70 files changed, 7209 insertions(+), 179 deletions(-) [+]
line wrap: on
line diff
--- a/.mtn-ignore	Tue Nov 18 20:24:59 2008 +0000
+++ b/.mtn-ignore	Tue Nov 18 22:35:40 2008 +0000
@@ -39,6 +39,7 @@
 pidgin/pidgin$
 pidgin/pixmaps/emotes/default/24/theme
 pidgin/pixmaps/emotes/none/theme
+pidgin/pixmaps/emotes/small/16/theme
 pidgin/plugins/musicmessaging/music-messaging-bindings.c
 pidgin/plugins/perl/common/Makefile.PL$
 pidgin/plugins/perl/common/Makefile.old
--- a/COPYRIGHT	Tue Nov 18 20:24:59 2008 +0000
+++ b/COPYRIGHT	Tue Nov 18 22:35:40 2008 +0000
@@ -220,6 +220,7 @@
 Tuomas Kuosmanen
 Tero Kuusela
 Richard Laager
+Jacky Lam
 Scott Lamb
 Dennis Lambe Jr.
 Joe LaPenna
@@ -307,7 +308,7 @@
 Ted Percival
 Eduardo PĆ©rez
 Matt Perry
-Diego Pettenņ
+Diego Petten
 Nathan Peterson
 SebastiƔn E. Peyrott
 Celso Pinto
@@ -323,7 +324,7 @@
 Jory A. Pratt
 Brent Priddy
 Justin Pryzby
-Florian Qučze
+Florian QuĆØze
 Ignacio Casal Quinteiro
 Federicco Mena Quintero
 Yosef Radchenko
@@ -477,6 +478,7 @@
 Jared Yanovich
 Timmy Yee
 Nickolai Zeldovich
+Tom Zickel
 Marco Ziech
 Piotr Zielinski
 Jeroen Zwartepoorte
--- a/Makefile.am	Tue Nov 18 20:24:59 2008 +0000
+++ b/Makefile.am	Tue Nov 18 22:35:40 2008 +0000
@@ -34,6 +34,7 @@
 	(cd po ; intltool-update -m 2>&1 | grep -v '^mismatched quotes.*\.py$$' | sed "s|current directory|po directory|" | grep . ; if [ $$? = 0 ] ; then exit 1 ; else exit 0 ; fi)
 	LC_ALL=C sort -c -t/ -u po/POTFILES.in
 	LC_ALL=C sort -c -t/ -u po/POTFILES.skip
+	iconv -f utf8 -t utf8 COPYRIGHT | cmp COPYRIGHT -
 
 version-check: commit-check
 # We don't want to release development versions.
--- a/configure.ac	Tue Nov 18 20:24:59 2008 +0000
+++ b/configure.ac	Tue Nov 18 22:35:40 2008 +0000
@@ -2384,6 +2384,7 @@
 		   pidgin/pixmaps/Makefile
 		   pidgin/pixmaps/emotes/default/24/Makefile
 		   pidgin/pixmaps/emotes/none/Makefile
+		   pidgin/pixmaps/emotes/small/16/Makefile
 		   pidgin/plugins/Makefile
 		   pidgin/plugins/cap/Makefile
 		   pidgin/plugins/gestures/Makefile
--- a/doc/funniest_home_convos.txt	Tue Nov 18 20:24:59 2008 +0000
+++ b/doc/funniest_home_convos.txt	Tue Nov 18 22:35:40 2008 +0000
@@ -556,3 +556,12 @@
 (16:58:10) elb: I just spent literally a couple of HOURS trying to
            debug a problem where I was using g_list_delete_link with a
            list item which wasn't in the list
+
+--
+
+22:35 <user> hi I know this might sound like a stupid question and I am NOT
+             trolling..
+22:36 <user> but when I go to some channels like anime ones people lol at me
+             for using pidgen
+22:36 <user> why do they think this is a bad client? does it have history?
+
--- a/finch/gntdebug.c	Tue Nov 18 20:24:59 2008 +0000
+++ b/finch/gntdebug.c	Tue Nov 18 22:35:40 2008 +0000
@@ -233,7 +233,7 @@
 	}
 
 	fprintf(fp, "Finch Debug Log : %s\n", purple_date_format_full(NULL));
-	fprintf(fp, tv->string->str);
+	fprintf(fp, "%s", tv->string->str);
 	fclose(fp);
 	gnt_widget_destroy(GNT_WIDGET(fs));
 }
--- a/libpurple/dnsquery.c	Tue Nov 18 20:24:59 2008 +0000
+++ b/libpurple/dnsquery.c	Tue Nov 18 22:35:40 2008 +0000
@@ -345,6 +345,12 @@
 {
 	g_return_if_fail(resolver != NULL);
 
+	/* Keep this before the kill() call below. */
+	if (resolver->inpa != 0) {
+		purple_input_remove(resolver->inpa);
+		resolver->inpa = 0;
+	}
+
 	/*
 	 * We might as well attempt to kill our child process.  It really
 	 * doesn't matter if this fails, because children will expire on
@@ -353,9 +359,6 @@
 	if (resolver->dns_pid > 0)
 		kill(resolver->dns_pid, SIGKILL);
 
-	if (resolver->inpa != 0)
-		purple_input_remove(resolver->inpa);
-
 	close(resolver->fd_in);
 	close(resolver->fd_out);
 
--- a/libpurple/notify.h	Tue Nov 18 20:24:59 2008 +0000
+++ b/libpurple/notify.h	Tue Nov 18 22:35:40 2008 +0000
@@ -236,7 +236,8 @@
  * Adds a stock button that will be displayed in the search results dialog.
  *
  * @param results The search results object.
- * @param type    Type of the button. (TODO: Only one button of a given type can be displayed.)
+ * @param type    Type of the button. (TODO: Only one button of a given type
+ *                can be displayed.)
  * @param cb      Function that will be called on the click event.
  */
 void purple_notify_searchresults_button_add(PurpleNotifySearchResults *results,
@@ -245,8 +246,9 @@
 
 
 /**
- * Adds a plain labelled button that will be displayed in the search results dialog.
- * 
+ * Adds a plain labelled button that will be displayed in the search results
+ * dialog.
+ *
  * @param results The search results object
  * @param label   The label to display
  * @param cb      Function that will be called on the click event
@@ -267,7 +269,7 @@
  * Returns a newly created search result column object.
  *
  * @param title Title of the column. NOTE: Title will get g_strdup()ed.
- * 
+ *
  * @return The new search column object.
  */
 PurpleNotifySearchColumn *purple_notify_searchresults_column_new(const char *title);
@@ -470,53 +472,58 @@
  * The text is essentially a stripped-down format of HTML, the same that
  * IMs may send.
  *
- * @param gc		         The PurpleConnection handle associated with the information.
- * @param who				 The username associated with the information.
- * @param user_info          The PurpleNotifyUserInfo which contains the information
- * @param cb                 The callback to call when the user closes
- *                           the notification.
- * @param user_data          The data to pass to the callback.
+ * @param gc         The PurpleConnection handle associated with the information.
+ * @param who        The username associated with the information.
+ * @param user_info  The PurpleNotifyUserInfo which contains the information
+ * @param cb         The callback to call when the user closes the notification.
+ * @param user_data  The data to pass to the callback.
  *
- * @return A UI-specific handle.
+ * @return  A UI-specific handle.
  */
 void *purple_notify_userinfo(PurpleConnection *gc, const char *who,
 						   PurpleNotifyUserInfo *user_info, PurpleNotifyCloseCallback cb,
 						   gpointer user_data);
 
 /**
- * Create a new PurpleNotifyUserInfo which is suitable for passing to purple_notify_userinfo()
+ * Create a new PurpleNotifyUserInfo which is suitable for passing to
+ * purple_notify_userinfo()
  *
- * @return A new PurpleNotifyUserInfo, which the caller must destroy when done
+ * @return  A new PurpleNotifyUserInfo, which the caller must destroy when done
  */
 PurpleNotifyUserInfo *purple_notify_user_info_new(void);
 
 /**
  * Destroy a PurpleNotifyUserInfo
  *
- * @param user_info          The PurpleNotifyUserInfo
+ * @param user_info  The PurpleNotifyUserInfo
  */
 void purple_notify_user_info_destroy(PurpleNotifyUserInfo *user_info);
 
 /**
- * Retrieve the array of PurpleNotifyUserInfoEntry objects from a PurpleNotifyUserInfo
- *
- * This GList may be manipulated directly with normal GList functions such as g_list_insert(). Only 
- * PurpleNotifyUserInfoEntry are allowed in the list.  If a PurpleNotifyUserInfoEntry item is added to the list,
- * it should not be g_free()'d by the caller; PurpleNotifyUserInfo will g_free it when destroyed.
+ * Retrieve the array of PurpleNotifyUserInfoEntry objects from a
+ * PurpleNotifyUserInfo
  *
- * To remove a PurpleNotifyUserInfoEntry, use purple_notify_user_info_remove_entry(). Do not use the GList directly.
+ * This GList may be manipulated directly with normal GList functions such
+ * as g_list_insert(). Only PurpleNotifyUserInfoEntry are allowed in the
+ * list.  If a PurpleNotifyUserInfoEntry item is added to the list, it
+ * should not be g_free()'d by the caller; PurpleNotifyUserInfo will g_free
+ * it when destroyed.
  *
- * @param user_info          The PurpleNotifyUserInfo
+ * To remove a PurpleNotifyUserInfoEntry, use
+ * purple_notify_user_info_remove_entry(). Do not use the GList directly.
  *
- * @constreturn              A GList of PurpleNotifyUserInfoEntry objects
+ * @param user_info  The PurpleNotifyUserInfo
+ *
+ * @constreturn A GList of PurpleNotifyUserInfoEntry objects
  */
 GList *purple_notify_user_info_get_entries(PurpleNotifyUserInfo *user_info);
 
 /**
- * Create a textual representation of a PurpleNotifyUserInfo, separating entries with newline
+ * Create a textual representation of a PurpleNotifyUserInfo, separating
+ * entries with newline
  *
- * @param user_info          The PurpleNotifyUserInfo
- * @param newline            The separation character
+ * @param user_info  The PurpleNotifyUserInfo
+ * @param newline    The separation character
  */
 char *purple_notify_user_info_get_text_with_newline(PurpleNotifyUserInfo *user_info, const char *newline);
 
@@ -524,46 +531,58 @@
  * Add a label/value pair to a PurpleNotifyUserInfo object.
  * PurpleNotifyUserInfo keeps track of the order in which pairs are added.
  *
- * @param user_info          The PurpleNotifyUserInfo
- * @param label              A label, which for example might be displayed by a UI with a colon after it ("Status:"). Do not include a colon.
- *                           If NULL, value will be displayed without a label.
- * @param value              The value, which might be displayed by a UI after the label.
- *                           If NULL, label will still be displayed; the UI should then treat label as independent
- *                           and not include a colon if it would otherwise.
+ * @param user_info  The PurpleNotifyUserInfo
+ * @param label      A label, which for example might be displayed by a
+ *                   UI with a colon after it ("Status:"). Do not include
+ *                   a colon.  If NULL, value will be displayed without a
+ *                   label.
+ * @param value      The value, which might be displayed by a UI after
+ *                   the label.  If NULL, label will still be displayed;
+ *                   the UI should then treat label as independent and not
+ *                   include a colon if it would otherwise.
  */
 void purple_notify_user_info_add_pair(PurpleNotifyUserInfo *user_info, const char *label, const char *value);
 
 /**
  * Prepend a label/value pair to a PurpleNotifyUserInfo object
  *
- * @param user_info          The PurpleNotifyUserInfo
- * @param label              A label, which for example might be displayed by a UI with a colon after it ("Status:"). Do not include a colon.
- *                           If NULL, value will be displayed without a label.
- * @param value              The value, which might be displayed by a UI after the label.
- *                           If NULL, label will still be displayed; the UI should then treat label as independent
- *                           and not include a colon if it would otherwise.
+ * @param user_info  The PurpleNotifyUserInfo
+ * @param label      A label, which for example might be displayed by a
+ *                   UI with a colon after it ("Status:"). Do not include
+ *                   a colon.  If NULL, value will be displayed without a
+ *                   label.
+ * @param value      The value, which might be displayed by a UI after
+ *                   the label.  If NULL, label will still be displayed;
+ *                   the UI should then treat label as independent and not
+ *                   include a colon if it would otherwise.
  */
 void purple_notify_user_info_prepend_pair(PurpleNotifyUserInfo *user_info, const char *label, const char *value);
 
 /**
- * Remove a PurpleNotifyUserInfoEntry from a PurpleNotifyUserInfo object without freeing the entry.
+ * Remove a PurpleNotifyUserInfoEntry from a PurpleNotifyUserInfo object
+ * without freeing the entry.
  *
- * @param user_info          The PurpleNotifyUserInfo
- * @param user_info_entry    The PurpleNotifyUserInfoEntry
+ * @param user_info        The PurpleNotifyUserInfo
+ * @param user_info_entry  The PurpleNotifyUserInfoEntry
  */
 void purple_notify_user_info_remove_entry(PurpleNotifyUserInfo *user_info, PurpleNotifyUserInfoEntry *user_info_entry);
+
 /**
  * Create a new PurpleNotifyUserInfoEntry
  *
- * If added to a PurpleNotifyUserInfo object, this should not be free()'d, as PurpleNotifyUserInfo will do so
- * when destroyed.  purple_notify_user_info_add_pair() and purple_notify_user_info_prepend_pair() are convenience
- * methods for creating entries and adding them to a PurpleNotifyUserInfo.
+ * If added to a PurpleNotifyUserInfo object, this should not be free()'d,
+ * as PurpleNotifyUserInfo will do so when destroyed.
+ * purple_notify_user_info_add_pair() and
+ * purple_notify_user_info_prepend_pair() are convenience methods for
+ * creating entries and adding them to a PurpleNotifyUserInfo.
  *
- * @param label              A label, which for example might be displayed by a UI with a colon after it ("Status:"). Do not include a colon.
- *                           If NULL, value will be displayed without a label.
- * @param value              The value, which might be displayed by a UI after the label.
- *                           If NULL, label will still be displayed; the UI should then treat label as independent
- *                           and not include a colon if it would otherwise.
+ * @param label  A label, which for example might be displayed by a UI
+ *               with a colon after it ("Status:"). Do not include a
+ *               colon.  If NULL, value will be displayed without a label.
+ * @param value  The value, which might be displayed by a UI after the
+ *               label.  If NULL, label will still be displayed; the UI
+ *               should then treat label as independent and not include a
+ *               colon if it would otherwise.
  *
  * @result A new PurpleNotifyUserInfoEntry
  */
@@ -572,71 +591,74 @@
 /**
  * Add a section break.  A UI might display this as a horizontal line.
  *
- * @param user_info          The PurpleNotifyUserInfo
+ * @param user_info  The PurpleNotifyUserInfo
  */
 void purple_notify_user_info_add_section_break(PurpleNotifyUserInfo *user_info);
 
 /**
  * Prepend a section break.  A UI might display this as a horizontal line.
  *
- * @param user_info          The PurpleNotifyUserInfo
+ * @param user_info  The PurpleNotifyUserInfo
  * @since 2.5.0
  */
 void purple_notify_user_info_prepend_section_break(PurpleNotifyUserInfo *user_info);
-	
+
 /**
- * Add a section header.  A UI might display this in a different font from other text.
+ * Add a section header.  A UI might display this in a different font
+ * from other text.
  *
- * @param user_info          The PurpleNotifyUserInfo
- * @param label              The name of the section
+ * @param user_info  The PurpleNotifyUserInfo
+ * @param label      The name of the section
  */
 void purple_notify_user_info_add_section_header(PurpleNotifyUserInfo *user_info, const char *label);
-	
+
 /**
- * Prepend a section header.  A UI might display this in a different font from other text.
+ * Prepend a section header.  A UI might display this in a different font
+ * from other text.
  *
- * @param user_info          The PurpleNotifyUserInfo
- * @param label              The name of the section
+ * @param user_info  The PurpleNotifyUserInfo
+ * @param label      The name of the section
  * @since 2.5.0
  */
 void purple_notify_user_info_prepend_section_header(PurpleNotifyUserInfo *user_info, const char *label);
-	
+
 /**
- * Remove the last item which was added to a PurpleNotifyUserInfo. This could be used to remove a section header which is not needed.
+ * Remove the last item which was added to a PurpleNotifyUserInfo. This
+ * could be used to remove a section header which is not needed.
  */
 void purple_notify_user_info_remove_last_item(PurpleNotifyUserInfo *user_info);
 
 /**
  * Get the label for a PurpleNotifyUserInfoEntry
  *
- * @param user_info_entry     The PurpleNotifyUserInfoEntry
+ * @param user_info_entry  The PurpleNotifyUserInfoEntry
  *
- * @result                    The label
+ * @return  The label
  */
 const gchar *purple_notify_user_info_entry_get_label(PurpleNotifyUserInfoEntry *user_info_entry);
 
 /**
  * Set the label for a PurpleNotifyUserInfoEntry
  *
- * @param user_info_entry     The PurpleNotifyUserInfoEntry
- * @param label			      The label
+ * @param user_info_entry  The PurpleNotifyUserInfoEntry
+ * @param label            The label
  */
 void purple_notify_user_info_entry_set_label(PurpleNotifyUserInfoEntry *user_info_entry, const char *label);
 
 /**
  * Get the value for a PurpleNotifyUserInfoEntry
  *
- * @param user_info_entry     The PurpleNotifyUserInfoEntry
+ * @param user_info_entry  The PurpleNotifyUserInfoEntry
  *
- * @result                    The value
+ * @result  The value
  */
 const gchar *purple_notify_user_info_entry_get_value(PurpleNotifyUserInfoEntry *user_info_entry);
 
 /**
  * Set the value for a PurpleNotifyUserInfoEntry
  *
- * @param user_info_entry     The PurpleNotifyUserInfoEntry
- * @param value				  The value
+ * @param user_info_entry  The PurpleNotifyUserInfoEntry
+ * @param value            The value
  */
 void purple_notify_user_info_entry_set_value(PurpleNotifyUserInfoEntry *user_info_entry, const char *value);
 
@@ -644,17 +666,17 @@
 /**
  * Get the type of a PurpleNotifyUserInfoEntry
  *
- * @param user_info_entry     The PurpleNotifyUserInfoEntry
+ * @param user_info_entry  The PurpleNotifyUserInfoEntry
  *
- * @result					  The PurpleNotifyUserInfoEntryType
+ * @return  The PurpleNotifyUserInfoEntryType
  */
 PurpleNotifyUserInfoEntryType purple_notify_user_info_entry_get_type(PurpleNotifyUserInfoEntry *user_info_entry);
 
 /**
  * Set the type of a PurpleNotifyUserInfoEntry
  *
- * @param user_info_entry     The PurpleNotifyUserInfoEntry
- * @param type				  The PurpleNotifyUserInfoEntryType
+ * @param user_info_entry  The PurpleNotifyUserInfoEntry
+ * @param type             The PurpleNotifyUserInfoEntryType
  */
 void purple_notify_user_info_entry_set_type(PurpleNotifyUserInfoEntry *user_info_entry,
 										  PurpleNotifyUserInfoEntryType type);
--- a/libpurple/plugins/tcl/tcl_cmd.c	Tue Nov 18 20:24:59 2008 +0000
+++ b/libpurple/plugins/tcl/tcl_cmd.c	Tue Nov 18 22:35:40 2008 +0000
@@ -159,7 +159,7 @@
 
 		errorstr = g_strdup_printf("error evaluating callback: %s\n",
 		                           Tcl_GetString(Tcl_GetObjResult(handler->interp)));
-		purple_debug(PURPLE_DEBUG_ERROR, "tcl", errorstr);
+		purple_debug(PURPLE_DEBUG_ERROR, "tcl", "%s", errorstr);
 		*errors = errorstr;
 		retval = PURPLE_CMD_RET_FAILED;
 	} else {
@@ -170,7 +170,7 @@
 
 			errorstr = g_strdup_printf("Error retreiving procedure result: %s\n",
 			                           Tcl_GetString(Tcl_GetObjResult(handler->interp)));
-			purple_debug(PURPLE_DEBUG_ERROR, "tcl", errorstr);
+			purple_debug(PURPLE_DEBUG_ERROR, "tcl", "%s", errorstr);
 			*errors = errorstr;
 			retval = PURPLE_CMD_RET_FAILED;
 		}
--- a/libpurple/protocols/gg/gg.c	Tue Nov 18 20:24:59 2008 +0000
+++ b/libpurple/protocols/gg/gg.c	Tue Nov 18 22:35:40 2008 +0000
@@ -2232,7 +2232,7 @@
 			break;
 	}
 
-	purple_debug(purple_level, "gg", msg);
+	purple_debug(purple_level, "gg", "%s", msg);
 	g_free(msg);
 }
 /* }}} */
--- a/libpurple/protocols/jabber/jabber.c	Tue Nov 18 20:24:59 2008 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Tue Nov 18 22:35:40 2008 +0000
@@ -1735,7 +1735,7 @@
 	types = g_list_append(types, type);
 
 	type = purple_status_type_new_with_attrs(PURPLE_STATUS_TUNE,
-			"tune", NULL, TRUE, TRUE, TRUE,
+			"tune", NULL, FALSE, TRUE, TRUE,
 			PURPLE_TUNE_ARTIST, _("Tune Artist"), purple_value_new(PURPLE_TYPE_STRING),
 			PURPLE_TUNE_TITLE, _("Tune Title"), purple_value_new(PURPLE_TYPE_STRING),
 			PURPLE_TUNE_ALBUM, _("Tune Album"), purple_value_new(PURPLE_TYPE_STRING),
--- a/libpurple/protocols/jabber/parser.c	Tue Nov 18 20:24:59 2008 +0000
+++ b/libpurple/protocols/jabber/parser.c	Tue Nov 18 22:35:40 2008 +0000
@@ -137,11 +137,19 @@
 {
 	JabberStream *js = user_data;
 
+	if (error->level == XML_ERR_WARNING && error->message != NULL
+			&& strcmp(error->message, "xmlns: URI vcard-temp is not absolute\n") == 0)
+		/*
+		 * This message happens when parsing vcards, and is normal, so don't
+		 * bother logging it because people scare easily.
+		 */
+		return;
+
 	purple_debug_error("jabber", "XML parser error for JabberStream %p: "
-								 "Domain %i, code %i, level %i: %s\n",
+								 "Domain %i, code %i, level %i: %s",
 					   js,
 					   error->domain, error->code, error->level,
-					   (error->message ? error->message : "(null)"));
+					   (error->message ? error->message : "(null)\n"));
 }
 
 static xmlSAXHandler jabber_parser_libxml = {
--- a/libpurple/protocols/msn/msn.c	Tue Nov 18 20:24:59 2008 +0000
+++ b/libpurple/protocols/msn/msn.c	Tue Nov 18 22:35:40 2008 +0000
@@ -836,7 +836,7 @@
 	types = g_list_append(types, status);
 
 	status = purple_status_type_new_with_attrs(PURPLE_STATUS_TUNE,
-			"tune", NULL, TRUE, TRUE, TRUE,
+			"tune", NULL, FALSE, TRUE, TRUE,
 			PURPLE_TUNE_ARTIST, _("Artist"), purple_value_new(PURPLE_TYPE_STRING),
 			PURPLE_TUNE_ALBUM, _("Album"), purple_value_new(PURPLE_TYPE_STRING),
 			PURPLE_TUNE_TITLE, _("Title"), purple_value_new(PURPLE_TYPE_STRING),
--- a/libpurple/protocols/msn/notification.c	Tue Nov 18 20:24:59 2008 +0000
+++ b/libpurple/protocols/msn/notification.c	Tue Nov 18 22:35:40 2008 +0000
@@ -491,7 +491,7 @@
 	 * command and we are processing it */
 	if (cmd->payload == NULL) {
 		cmdproc->last_cmd->payload_cb = msg_cmd_post;
-		cmd->payload_len = atoi(cmd->params[4]);
+		cmd->payload_len = cmd->param_count >= 4 ? atoi(cmd->params[4]) : 0;
 	} else {
 		g_return_if_fail(cmd->payload_cb != NULL);
 
--- a/libpurple/protocols/msn/servconn.c	Tue Nov 18 20:24:59 2008 +0000
+++ b/libpurple/protocols/msn/servconn.c	Tue Nov 18 22:35:40 2008 +0000
@@ -69,8 +69,7 @@
 		return;
 	}
 
-	if (servconn->connected)
-		msn_servconn_disconnect(servconn);
+	msn_servconn_disconnect(servconn);
 
 	if (servconn->destroy_cb)
 		servconn->destroy_cb(servconn);
--- a/libpurple/protocols/myspace/myspace.c	Tue Nov 18 20:24:59 2008 +0000
+++ b/libpurple/protocols/myspace/myspace.c	Tue Nov 18 22:35:40 2008 +0000
@@ -139,7 +139,7 @@
 	prim,   /* PurpleStatusPrimitive */                         \
 	NULL,   /* id - use default */                              \
 	NULL,   /* name - use default */                            \
-	TRUE,   /* savable */                                       \
+	TRUE,   /* saveable */                                      \
 	TRUE,   /* user_settable */                                 \
 	FALSE,  /* not independent */                               \
 	                                                            \
@@ -163,7 +163,7 @@
 			PURPLE_STATUS_TUNE,	/* primitive */
 			"tune",                 /* ID */
 			NULL,                   /* name - use default */
-			TRUE,                   /* savable */
+			FALSE,                  /* saveable */
 			TRUE,                   /* should be user_settable some day */
 			TRUE,                   /* independent */
 
--- a/libpurple/protocols/oscar/oscar.c	Tue Nov 18 20:24:59 2008 +0000
+++ b/libpurple/protocols/oscar/oscar.c	Tue Nov 18 22:35:40 2008 +0000
@@ -1676,7 +1676,7 @@
 	for (x = 0; x < 16; x++)
 		g_string_append_printf(msg, "%02hhx ", (unsigned char)m[x]);
 	g_string_append(msg, "\n");
-	purple_debug_misc("oscar", msg->str);
+	purple_debug_misc("oscar", "%s", msg->str);
 	g_string_free(msg, TRUE);
 
 	purple_input_remove(pos->inpa);
@@ -4947,7 +4947,7 @@
 	for (i=0; i<numtypes; i++)
 		g_string_append_printf(msg, " max type 0x%04x=%hd,", i, maxitems[i]);
 	g_string_append(msg, "\n");
-	purple_debug_misc("oscar", msg->str);
+	purple_debug_misc("oscar", "%s", msg->str);
 	g_string_free(msg, TRUE);
 
 	if (numtypes >= 0)
--- a/libpurple/protocols/qq/utils.c	Tue Nov 18 20:24:59 2008 +0000
+++ b/libpurple/protocols/qq/utils.c	Tue Nov 18 22:35:40 2008 +0000
@@ -325,7 +325,7 @@
 	va_end(args);
 
 	if (bytes <= 0) {
-		purple_debug(level, category, arg_s);
+		purple_debug(level, category, "%s", arg_s);
 		return;
 	}
 
--- a/libpurple/proxy.c	Tue Nov 18 20:24:59 2008 +0000
+++ b/libpurple/proxy.c	Tue Nov 18 22:35:40 2008 +0000
@@ -1342,7 +1342,7 @@
 
 	if ((buf[0] != 0x05) || (buf[1] != 0x00)) {
 		if ((buf[0] == 0x05) && (buf[1] < 0x09)) {
-			purple_debug_error("socks5 proxy", socks5errors[buf[1]]);
+			purple_debug_error("socks5 proxy", "%s", socks5errors[buf[1]]);
 			purple_proxy_connect_data_disconnect(connect_data,
 					socks5errors[buf[1]]);
 		} else {
--- a/pidgin/gtkblist.c	Tue Nov 18 20:24:59 2008 +0000
+++ b/pidgin/gtkblist.c	Tue Nov 18 22:35:40 2008 +0000
@@ -2979,6 +2979,22 @@
 	pidgin_tooltip_destroy();
 }
 
+static void
+pidgin_blist_align_tooltip(struct tooltip_data *td, GtkWidget *widget) 
+{ 
+	GtkTextDirection dir = gtk_widget_get_direction(widget); 
+
+	if (dir == GTK_TEXT_DIR_RTL) 
+	{
+		char* layout_name = purple_markup_strip_html(pango_layout_get_text(td->name_layout));
+		PangoDirection dir = pango_find_base_dir(layout_name, -1);
+		if (dir == PANGO_DIRECTION_RTL || dir == PANGO_DIRECTION_NEUTRAL)
+			pango_layout_set_alignment(td->name_layout, PANGO_ALIGN_RIGHT); 
+		g_free(layout_name);
+		pango_layout_set_alignment(td->layout, PANGO_ALIGN_RIGHT); 
+	}
+}
+
 static gboolean
 pidgin_blist_create_tooltip_for_node(GtkWidget *widget, gpointer data, int *w, int *h)
 {
@@ -2998,11 +3014,13 @@
 	if (PURPLE_BLIST_NODE_IS_CHAT(node) ||
 	   PURPLE_BLIST_NODE_IS_BUDDY(node)) {
 		struct tooltip_data *td = create_tip_for_node(node, TRUE);
+		pidgin_blist_align_tooltip(td, gtkblist->tipwindow);
 		gtkblist->tooltipdata = g_list_append(gtkblist->tooltipdata, td);
 	} else if (PURPLE_BLIST_NODE_IS_GROUP(node)) {
 		PurpleGroup *group = (PurpleGroup*)node;
 		GSList *accounts;
 		struct tooltip_data *td = create_tip_for_node(node, TRUE);
+		pidgin_blist_align_tooltip(td, gtkblist->tipwindow);
 		gtkblist->tooltipdata = g_list_append(gtkblist->tooltipdata, td);
 
 		/* Accounts with buddies in group */
@@ -3022,6 +3040,7 @@
 		{
 			if(PURPLE_BLIST_NODE_IS_BUDDY(child) && buddy_is_displayable((PurpleBuddy*)child)) {
 				struct tooltip_data *td = create_tip_for_node(child, (b == (PurpleBuddy*)child));
+				pidgin_blist_align_tooltip(td, gtkblist->tipwindow);
 				if (b == (PurpleBuddy *)child) {
 					gtkblist->tooltipdata = g_list_prepend(gtkblist->tooltipdata, td);
 				} else {
--- a/pidgin/pidginstock.c	Tue Nov 18 20:24:59 2008 +0000
+++ b/pidgin/pidginstock.c	Tue Nov 18 22:35:40 2008 +0000
@@ -206,69 +206,64 @@
 	{ PIDGIN_STOCK_TRAY_EMAIL, "tray", "tray-message.png", FALSE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL  }
 };
 
+static void
+add_sized_icon_common(GtkIconSet *iconset, GtkIconSize sizeid, const char *dir,
+	       gboolean rtl, const char *size, const char *file,
+		   gboolean translucent);
+
+static gchar *
+find_file_common(const char *name)
+{
+	gchar *filename;
+#if GLIB_CHECK_VERSION(2,6,0)
+	const gchar *userdir;
+	const gchar * const *sysdirs;
+
+	userdir = g_get_user_data_dir();
+	filename = g_build_filename(userdir, name, NULL);
+	if (g_file_test(filename, G_FILE_TEST_EXISTS))
+		return filename;
+	g_free(filename);
+
+	sysdirs = g_get_system_data_dirs();
+	for (; *sysdirs; sysdirs++) {
+		filename = g_build_filename(*sysdirs, name, NULL);
+		if (g_file_test(filename, G_FILE_TEST_EXISTS))
+			return filename;
+		g_free(filename);
+	}
+#endif
+	filename = g_build_filename(DATADIR, name, NULL);
+	if (g_file_test(filename, G_FILE_TEST_EXISTS))
+		return filename;
+	g_free(filename);
+	return NULL;
+}
+
 static gchar *
 find_file(const char *dir, const char *base)
 {
 	char *filename;
+	char *ret;
 
 	if (base == NULL)
 		return NULL;
 
 	if (!strcmp(dir, "pidgin"))
-		filename = g_build_filename(DATADIR, "pixmaps", "pidgin", base, NULL);
+		filename = g_build_filename("pixmaps", "pidgin", base, NULL);
 	else
-	{
-		filename = g_build_filename(DATADIR, "pixmaps", "pidgin", dir,
-									base, NULL);
-	}
+		filename = g_build_filename("pixmaps", "pidgin", dir, base, NULL);
 
-	return filename;
+	ret = find_file_common(filename);
+	g_free(filename);
+	return ret;
 }
 
 static void
-add_sized_icon(GtkIconSet *iconset, GtkIconSize sizeid, const char *dir, 
+add_sized_icon(GtkIconSet *iconset, GtkIconSize sizeid, const char *dir,
 	       gboolean rtl, const char *size, const char *file)
 {
-	char *filename;
-	GtkIconSource *source;	
-
-	filename = g_build_filename(DATADIR, "pixmaps", "pidgin", dir, size, file, NULL);
-	source = gtk_icon_source_new();
-        gtk_icon_source_set_filename(source, filename);
-	gtk_icon_source_set_direction(source, GTK_TEXT_DIR_LTR);
-        gtk_icon_source_set_direction_wildcarded(source, !rtl);
-	gtk_icon_source_set_size(source, sizeid);
-        gtk_icon_source_set_size_wildcarded(source, FALSE);
-        gtk_icon_source_set_state_wildcarded(source, TRUE);
-        gtk_icon_set_add_source(iconset, source);
-	gtk_icon_source_free(source);
-
-	if (sizeid == gtk_icon_size_from_name(PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL)) {
-		source = gtk_icon_source_new();
-	        gtk_icon_source_set_filename(source, filename);
-        	gtk_icon_source_set_direction_wildcarded(source, TRUE);
-	        gtk_icon_source_set_size(source, GTK_ICON_SIZE_MENU);
-	        gtk_icon_source_set_size_wildcarded(source, FALSE);
-        	gtk_icon_source_set_state_wildcarded(source, TRUE);
-	        gtk_icon_set_add_source(iconset, source);
-	        gtk_icon_source_free(source);
-	}
-        g_free(filename);
-
-       if (rtl) {
-		filename = g_build_filename(DATADIR, "pixmaps", "pidgin", dir, size, "rtl", file, NULL);
-                source = gtk_icon_source_new();
-                gtk_icon_source_set_filename(source, filename);
-                gtk_icon_source_set_direction(source, GTK_TEXT_DIR_RTL);
-                gtk_icon_source_set_size(source, sizeid);
-                gtk_icon_source_set_size_wildcarded(source, FALSE);
-                gtk_icon_source_set_state_wildcarded(source, TRUE);
-                gtk_icon_set_add_source(iconset, source);
-		g_free(filename);
-		gtk_icon_source_free(source);
-        }
-
-
+	add_sized_icon_common(iconset, sizeid, dir, rtl, size, file, FALSE);
 }
 
 /* Altered from do_colorshift in gnome-panel */
@@ -307,64 +302,77 @@
         }
 }
 
-/* TODO: This is almost certainly not the best way to do this, but it's late, I'm tired,
- * we're a few hours from getting this thing out, and copy/paste is EASY.
- */
 static void
 add_translucent_sized_icon(GtkIconSet *iconset, GtkIconSize sizeid, const char *dir,
 	       gboolean rtl, const char *size, const char *file)
 {
-	char *filename;
-	GtkIconSource *source;	
+	add_sized_icon_common(iconset, sizeid, dir, rtl, size, file, TRUE);
+}
+
+static void
+add_sized_icon_common(GtkIconSet *iconset, GtkIconSize sizeid, const char *dir,
+	       gboolean rtl, const char *size, const char *file,
+		   gboolean translucent)
+{
+	char *filename, *subpath;
+	GtkIconSource *source;
 	GdkPixbuf *pixbuf;
 
-	filename = g_build_filename(DATADIR, "pixmaps", "pidgin", dir, size, file, NULL);
+	subpath = g_build_filename("pixmaps", "pidgin", dir, size, file, NULL);
+	filename = find_file_common(subpath);
+	g_free(subpath);
+	if (!filename)
+		return;
+
 	pixbuf = gdk_pixbuf_new_from_file(filename, NULL);
-	do_alphashift(pixbuf, pixbuf);
+	if (translucent)
+		do_alphashift(pixbuf, pixbuf);
 
 	source = gtk_icon_source_new();
-        gtk_icon_source_set_pixbuf(source, pixbuf);
+	gtk_icon_source_set_pixbuf(source, pixbuf);
 	gtk_icon_source_set_direction(source, GTK_TEXT_DIR_LTR);
-        gtk_icon_source_set_direction_wildcarded(source, !rtl);
+	gtk_icon_source_set_direction_wildcarded(source, !rtl);
 	gtk_icon_source_set_size(source, sizeid);
-        gtk_icon_source_set_size_wildcarded(source, FALSE);
-        gtk_icon_source_set_state_wildcarded(source, TRUE);
-        gtk_icon_set_add_source(iconset, source);
+	gtk_icon_source_set_size_wildcarded(source, FALSE);
+	gtk_icon_source_set_state_wildcarded(source, TRUE);
+	gtk_icon_set_add_source(iconset, source);
 	gtk_icon_source_free(source);
 
 	if (sizeid == gtk_icon_size_from_name(PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL)) {
 		source = gtk_icon_source_new();
-	        gtk_icon_source_set_pixbuf(source, pixbuf);
-        	gtk_icon_source_set_direction_wildcarded(source, TRUE);
-	        gtk_icon_source_set_size(source, GTK_ICON_SIZE_MENU);
-	        gtk_icon_source_set_size_wildcarded(source, FALSE);
-        	gtk_icon_source_set_state_wildcarded(source, TRUE);
-	        gtk_icon_set_add_source(iconset, source);
-	        gtk_icon_source_free(source);
+		gtk_icon_source_set_pixbuf(source, pixbuf);
+		gtk_icon_source_set_direction_wildcarded(source, TRUE);
+		gtk_icon_source_set_size(source, GTK_ICON_SIZE_MENU);
+		gtk_icon_source_set_size_wildcarded(source, FALSE);
+		gtk_icon_source_set_state_wildcarded(source, TRUE);
+		gtk_icon_set_add_source(iconset, source);
+		gtk_icon_source_free(source);
 	}
-        g_free(filename);
+	g_free(filename);
 	g_object_unref(pixbuf);
 
-       if (rtl) {
-		filename = g_build_filename(DATADIR, "pixmaps", "pidgin", dir, size, "rtl", file, NULL);
- 		pixbuf = gdk_pixbuf_new_from_file(filename, NULL);
-		do_alphashift(pixbuf, pixbuf);
+	if (rtl) {
+		subpath = g_build_filename("pixmaps", "pidgin", dir, size, "rtl", file, NULL);
+		filename = find_file_common(subpath);
+		g_free(subpath);
+		if (!filename)
+			return;
+		pixbuf = gdk_pixbuf_new_from_file(filename, NULL);
+		if (translucent)
+			do_alphashift(pixbuf, pixbuf);
 		source = gtk_icon_source_new();
-                gtk_icon_source_set_pixbuf(source, pixbuf);
-                gtk_icon_source_set_direction(source, GTK_TEXT_DIR_RTL);
-                gtk_icon_source_set_size(source, sizeid);
-                gtk_icon_source_set_size_wildcarded(source, FALSE);
-                gtk_icon_source_set_state_wildcarded(source, TRUE);
-                gtk_icon_set_add_source(iconset, source);
+		gtk_icon_source_set_pixbuf(source, pixbuf);
+		gtk_icon_source_set_direction(source, GTK_TEXT_DIR_RTL);
+		gtk_icon_source_set_size(source, sizeid);
+		gtk_icon_source_set_size_wildcarded(source, FALSE);
+		gtk_icon_source_set_state_wildcarded(source, TRUE);
+		gtk_icon_set_add_source(iconset, source);
 		g_free(filename);
 		g_object_unref(pixbuf);
 		gtk_icon_source_free(source);
-        }
-
-
+	}
 }
 
-
 void
 pidgin_stock_init(void)
 {
@@ -413,7 +421,6 @@
 			gtk_icon_source_set_size_wildcarded(source, TRUE);
 			gtk_icon_source_set_state_wildcarded(source, TRUE);
 
-
 			iconset = gtk_icon_set_new();
 			gtk_icon_set_add_source(iconset, source);
 
--- a/pidgin/pixmaps/Makefile.am	Tue Nov 18 20:24:59 2008 +0000
+++ b/pidgin/pixmaps/Makefile.am	Tue Nov 18 22:35:40 2008 +0000
@@ -1,12 +1,13 @@
 pidginpixmapdir = $(datadir)/pixmaps/pidgin
 pidginiconsdir = $(datadir)
 
-SUBDIRS = emotes/default/24 emotes/none
+SUBDIRS = emotes/default/24 emotes/none emotes/small/16
 
 if INSTALL_PIXMAPS
 MAKEFILE_MINGW = \
 		emotes/default/24/Makefile.mingw \
-		emotes/none/Makefile.mingw
+		emotes/none/Makefile.mingw \
+		emotes/small/16/Makefile.mingw
 
 ANIMATIONS_16 = \
 		animations/16/connect0.png \
@@ -177,6 +178,7 @@
 		emotes/default/24/scalable/musical-note.svg \
 		emotes/default/24/scalable/peace.svg \
 		emotes/default/24/scalable/phone.svg \
+		emotes/default/24/scalable/pidgin-emotes.svg \
 		emotes/default/24/scalable/pig.svg \
 		emotes/default/24/scalable/pill.svg \
 		emotes/default/24/scalable/pizza.svg \
@@ -204,6 +206,9 @@
 		emotes/default/24/scalable/watermelon.svg \
 		emotes/default/24/scalable/yin-yang.svg
 
+EMOTES_SMALL_16_SCALABLE = \
+		emotes/small/16/scalable/pidgin-emotes.svg
+
 PROTOCOLS_16_SCALABLE = \
 		protocols/16/scalable/aim.svg \
 		protocols/16/scalable/bonjour.svg \
--- a/pidgin/pixmaps/emotes/default/24/Makefile.am	Tue Nov 18 20:24:59 2008 +0000
+++ b/pidgin/pixmaps/emotes/default/24/Makefile.am	Tue Nov 18 22:35:40 2008 +0000
@@ -1,4 +1,5 @@
-SMILEYS = 	act-up.png \
+SMILEYS = \
+    act-up.png \
     airplane.png \
     alien.png \
     angel.png \
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pidgin/pixmaps/emotes/small/16/Makefile.am	Tue Nov 18 22:35:40 2008 +0000
@@ -0,0 +1,59 @@
+SMILEYS = \
+    angel.png \
+    angry.png \
+    beer.png \
+    camera.png \
+    cigarette.png \
+    coffee.png \
+    confused.png \
+    console.png \
+    cool.png \
+    cross.png \
+    crying.png \
+    devil.png \
+    dont-know.png \
+    grin.png \
+    hug-left.png \
+    hug-right.png \
+    kiss.png \
+    love.png \
+    meeting.png \
+    musical-note.png \
+    nerdy.png \
+    neutral.png \
+    party.png \
+    phone.png \
+    plate.png \
+    question.png \
+    sad.png \
+    shame.png \
+    shock.png \
+    sick.png \
+    silent.png \
+    sleepy.png \
+    smile-big.png \
+    smile.png \
+    thinking.png \
+    tongue.png \
+    tv.png \
+    uhm-yeah.png \
+    wink.png \
+    yawn.png
+
+
+pidginsmileypix_in_files = small.theme.in
+
+if INSTALL_PIXMAPS
+pidginsmileypixdir = $(datadir)/pixmaps/pidgin/emotes/small
+pidginsmileypix_DATA = \
+        $(SMILEYS) \
+        theme
+
+theme: small.theme.in
+	sed -e 's/^_Name=/Name=/' \
+	    -e 's/^_Description=/Description=/' \
+	    -e 's/^_Author=/Author=/' \
+	$< > $@
+endif
+
+EXTRA_DIST = $(SMILEYS) $(pidginsmileypix_in_files) theme
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pidgin/pixmaps/emotes/small/16/Makefile.mingw	Tue Nov 18 22:35:40 2008 +0000
@@ -0,0 +1,27 @@
+#
+# Makefile.mingw
+#
+# Description: Makefile for win32 (mingw) version of Pidgin pixmaps
+#
+
+PIDGIN_TREE_TOP := ../../../../..
+include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
+
+datadir = $(PIDGIN_INSTALL_DIR)
+-include ./Makefile.am.mingw
+
+.PHONY: install clean
+
+install: ./Makefile.am.mingw theme
+	if test '$(pidginsmileypix_DATA)'; then \
+	  mkdir -p $(pidginsmileypixdir); \
+	  cp $(pidginsmileypix_DATA) $(pidginsmileypixdir); \
+	fi;
+
+clean:
+	rm -f theme ./Makefile.am.mingw
+
+./Makefile.am.mingw: ./Makefile.am
+	sed -e 's/^if\ INSTALL_PIXMAPS/ifeq (\$$(INSTALL_PIXMAPS), 1)/' ./Makefile.am > $@
+        include $@
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pidgin/pixmaps/emotes/small/16/TODO	Tue Nov 18 22:35:40 2008 +0000
@@ -0,0 +1,20 @@
+The following icons where just scaled down from the 24x24 and may need work:
+	meeting.png
+	question.png
+	search.png
+	sleepy.png
+	smile-big.png
+	tv.png
+
+The following icons came from N3fr0n and probably need to be redone to match
+our default icons:
+	beer.png
+	camera.png
+	cigarette.png
+	coffee.png
+	console.png
+	love.png
+	musical-note.png
+	party.png
+	phone.png
+	plate.png
Binary file pidgin/pixmaps/emotes/small/16/angel.png has changed
Binary file pidgin/pixmaps/emotes/small/16/angry.png has changed
Binary file pidgin/pixmaps/emotes/small/16/beer.png has changed
Binary file pidgin/pixmaps/emotes/small/16/camera.png has changed
Binary file pidgin/pixmaps/emotes/small/16/cigarette.png has changed
Binary file pidgin/pixmaps/emotes/small/16/coffee.png has changed
Binary file pidgin/pixmaps/emotes/small/16/confused.png has changed
Binary file pidgin/pixmaps/emotes/small/16/console.png has changed
Binary file pidgin/pixmaps/emotes/small/16/cool.png has changed
Binary file pidgin/pixmaps/emotes/small/16/cross.png has changed
Binary file pidgin/pixmaps/emotes/small/16/crying.png has changed
Binary file pidgin/pixmaps/emotes/small/16/devil.png has changed
Binary file pidgin/pixmaps/emotes/small/16/dont-know.png has changed
Binary file pidgin/pixmaps/emotes/small/16/grin.png has changed
Binary file pidgin/pixmaps/emotes/small/16/hug-left.png has changed
Binary file pidgin/pixmaps/emotes/small/16/hug-right.png has changed
Binary file pidgin/pixmaps/emotes/small/16/kiss.png has changed
Binary file pidgin/pixmaps/emotes/small/16/love.png has changed
Binary file pidgin/pixmaps/emotes/small/16/meeting.png has changed
Binary file pidgin/pixmaps/emotes/small/16/musical-note.png has changed
Binary file pidgin/pixmaps/emotes/small/16/nerdy.png has changed
Binary file pidgin/pixmaps/emotes/small/16/neutral.png has changed
Binary file pidgin/pixmaps/emotes/small/16/party.png has changed
Binary file pidgin/pixmaps/emotes/small/16/phone.png has changed
Binary file pidgin/pixmaps/emotes/small/16/plate.png has changed
Binary file pidgin/pixmaps/emotes/small/16/question.png has changed
Binary file pidgin/pixmaps/emotes/small/16/sad.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pidgin/pixmaps/emotes/small/16/scalable/pidgin-emotes.svg	Tue Nov 18 22:35:40 2008 +0000
@@ -0,0 +1,6689 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="150"
+   height="150"
+   id="svg10335"
+   sodipodi:version="0.32"
+   inkscape:version="0.46+devel"
+   sodipodi:docname="tiny-smileys.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin/pidgin-mtn/pidgin/pixmaps/toolbar/16/emote-select.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90"
+   version="1.0">
+  <defs
+     id="defs10337">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11573">
+      <stop
+         style="stop-color:#73d216;stop-opacity:1;"
+         offset="0"
+         id="stop11575" />
+      <stop
+         style="stop-color:#73d216;stop-opacity:0;"
+         offset="1"
+         id="stop11577" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11159">
+      <stop
+         style="stop-color:#bb2b2b;stop-opacity:1;"
+         offset="0"
+         id="stop11161" />
+      <stop
+         style="stop-color:#bb2b2b;stop-opacity:0;"
+         offset="1"
+         id="stop11163" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11044">
+      <stop
+         id="stop11046"
+         offset="0"
+         style="stop-color:#b82929;stop-opacity:1" />
+      <stop
+         id="stop11048"
+         offset="1"
+         style="stop-color:#fea523;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11038">
+      <stop
+         style="stop-color:#750000;stop-opacity:1"
+         offset="0"
+         id="stop11040" />
+      <stop
+         style="stop-color:#ff5555;stop-opacity:1"
+         offset="1"
+         id="stop11042" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient10856">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop10858" />
+      <stop
+         style="stop-color:#ef2929;stop-opacity:0;"
+         offset="1"
+         id="stop10860" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11170"
+       inkscape:collect="always">
+      <stop
+         id="stop11172"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11174"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11164"
+       inkscape:collect="always">
+      <stop
+         id="stop11166"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11455"
+       inkscape:collect="always">
+      <stop
+         id="stop11457"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11455"
+       id="linearGradient20929"
+       gradientUnits="userSpaceOnUse"
+       x1="14.365882"
+       y1="19.515574"
+       x2="8.5458574"
+       y2="3.9464788" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870"
+       id="linearGradient20933"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       id="linearGradient11461"
+       inkscape:collect="always">
+      <stop
+         id="stop11463"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461"
+       id="radialGradient20931"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526"
+       id="linearGradient20942"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.8980646,37.000002,11.764517)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526"
+       id="linearGradient20915"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164"
+       id="linearGradient11158"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170"
+       id="linearGradient11160"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11455-2"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-7"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-2"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-6"
+       id="radialGradient20931-2"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-6"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-1"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-0"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-1"
+       id="linearGradient20933-6"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-1">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-5" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-9" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-9"
+       id="linearGradient20942-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.8980646,63.000002,11.764517)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526-9">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528-0" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-9" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-9"
+       id="linearGradient20915-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170-7"
+       id="linearGradient11160-7"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11170-7"
+       inkscape:collect="always">
+      <stop
+         id="stop11172-1"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11174-1"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-9"
+       id="linearGradient11158-5"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-9"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-7"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168-7"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8123"
+       xlink:href="#linearGradient11455-2"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient11455-8"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-72"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-8"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-9"
+       id="radialGradient20931-29"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-9"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-6"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-02"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-6"
+       id="linearGradient20933-7"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-6">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-3" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526-1">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528-5" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-99" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-1"
+       id="linearGradient20915-14"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-7"
+       id="linearGradient11158-58"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-7"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-0"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168-4"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8123-8"
+       xlink:href="#linearGradient11455-8"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-7-2"
+       id="linearGradient11158-58-0"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-7-2"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-0-0"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168-4-1"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170-1-6"
+       id="linearGradient11160-9-9"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11170-1-6"
+       inkscape:collect="always">
+      <stop
+         id="stop11172-0-2"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11174-7-1"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-1-0"
+       id="linearGradient20915-14-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526-1-0">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528-5-7" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-99-3" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-1-0"
+       id="linearGradient20942-2-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.8980646,89.000002,37.764517)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-9-9"
+       id="radialGradient20931-29-1"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-9-9"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-6-0"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-02-5"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-6-7"
+       id="linearGradient20933-7-6"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-6-7">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-1-7" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-3-4" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8123-8-0"
+       xlink:href="#linearGradient11455-8-6"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient11455-8-6"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-72-4"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-8-7"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-9-8"
+       id="linearGradient11158-5-4"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-9-8"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-7-5"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168-7-8"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170-7-6"
+       id="linearGradient11160-7-2"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11170-7-6"
+       inkscape:collect="always">
+      <stop
+         id="stop11172-1-0"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11174-1-6"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-9-4"
+       id="linearGradient20915-1-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526-9-4">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528-0-6" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-9-2" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-9-4"
+       id="linearGradient20942-4-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.8980646,63.000002,37.764517)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-6-6"
+       id="radialGradient20931-2-9"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-6-6"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-1-0"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-0-7"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-1-1"
+       id="linearGradient20933-6-0"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-1-1">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-5-0" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-9-1" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8123-3"
+       xlink:href="#linearGradient11455-2-7"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient11455-2-7"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-7-7"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-2-2"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-4"
+       id="linearGradient11158-6"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-4"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-5"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168-2"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170-2"
+       id="linearGradient11160-0"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11170-2"
+       inkscape:collect="always">
+      <stop
+         id="stop11172-9"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11174-0"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-94"
+       id="linearGradient20915-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526-94">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528-51" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-0" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-94"
+       id="linearGradient20942-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.99999994,0,0,1.0980648,37.000002,35.264514)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-8"
+       id="radialGradient20931-7"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-8"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-8"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-6"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-4"
+       id="linearGradient20933-0"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-4">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-6" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-7" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11455-0"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-9"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-7"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8449"
+       xlink:href="#linearGradient11455-0"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-7-1"
+       id="linearGradient11158-58-5"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-7-1"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-0-7"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168-4-4"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170-1-7"
+       id="linearGradient11160-9-1"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11170-1-7"
+       inkscape:collect="always">
+      <stop
+         id="stop11172-0-1"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11174-7-11"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-1-04"
+       id="linearGradient20915-14-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526-1-04">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528-5-0" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-99-8" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-1-04"
+       id="linearGradient20942-2-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.8980646,89.000002,63.764517)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-9-6"
+       id="radialGradient20931-29-16"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-9-6"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-6-2"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-02-1"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-6-6"
+       id="linearGradient20933-7-9"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-6-6">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-1-4" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-3-8" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8123-8-08"
+       xlink:href="#linearGradient11455-8-1"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient11455-8-1"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-72-0"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-8-2"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-9-9"
+       id="linearGradient11158-5-2"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-9-9"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-7-7"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168-7-5"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170-7-4"
+       id="linearGradient11160-7-6"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11170-7-4"
+       inkscape:collect="always">
+      <stop
+         id="stop11172-1-6"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11174-1-3"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-9-9"
+       id="linearGradient20915-1-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526-9-9">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528-0-7" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-9-4" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-9-9"
+       id="linearGradient20942-4-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.8980646,63.009511,63.223331)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-6-7"
+       id="radialGradient20931-2-1"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-6-7"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-1-06"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-0-0"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-1-5"
+       id="linearGradient20933-6-8"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-1-5">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-5-3" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-9-9" />
+    </linearGradient>
+    <linearGradient
+       y2="9.5696287"
+       x2="11.806158"
+       y1="17.769615"
+       x1="13.28505"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8123-4"
+       xlink:href="#linearGradient11455-2-1"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient11455-2-1"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-7-5"
+         offset="0"
+         style="stop-color:#306003;stop-opacity:1" />
+      <stop
+         id="stop11459-2-4"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-5"
+       id="linearGradient11158-1"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-5"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-54"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168-9"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170-3"
+       id="linearGradient11160-8"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11170-3"
+       inkscape:collect="always">
+      <stop
+         id="stop11172-8"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11174-5"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-2"
+       id="linearGradient20915-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526-2">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528-2" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-7" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-2"
+       id="linearGradient20942-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.8980646,37.009511,63.764517)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-4"
+       id="radialGradient20931-3"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-4"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-63"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-63"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-44"
+       id="linearGradient20933-3"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-44">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-3" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-97" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11455-5"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-8"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-9"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8449-0"
+       xlink:href="#linearGradient11455-5"
+       inkscape:collect="always" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-1"
+       id="radialGradient20931-6"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-1"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-11"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-8"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-8"
+       id="linearGradient20933-33"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-8">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-15" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-6" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11455-27"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-95"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-83"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient10286"
+       xlink:href="#linearGradient11455-27"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient10540-3">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop10542-5" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop10544-1" />
+    </linearGradient>
+    <radialGradient
+       r="8.75"
+       fy="1.75"
+       fx="-7.5625"
+       cy="1.75"
+       cx="-7.5625"
+       gradientTransform="matrix(1.140732,0,0,0.41147834,1.0642859,2.328462)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient10639"
+       xlink:href="#linearGradient10540-3"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-59"
+       id="linearGradient11158-3"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-59"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-4"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168-77"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170-6"
+       id="linearGradient11160-1"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11170-6"
+       inkscape:collect="always">
+      <stop
+         id="stop11172-4"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11174-9"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-29"
+       id="linearGradient20915-13"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526-29">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528-09" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-78" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-29"
+       id="linearGradient20942-34"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.8980646,11.000002,37.764517)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-5"
+       id="radialGradient20931-0"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-5"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-3"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-9"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-5"
+       id="linearGradient20933-1"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-5">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-8" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-77" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11455-04"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-84"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-4"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient10712"
+       xlink:href="#linearGradient11455-04"
+       inkscape:collect="always" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10856"
+       id="radialGradient10862"
+       cx="-9.9215918"
+       cy="27.291611"
+       fx="-9.9215918"
+       fy="27.291611"
+       r="3.3366601"
+       gradientTransform="matrix(1,0,0,0.69536427,0,8.3139998)"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10856"
+       id="radialGradient10864"
+       cx="-9.9215918"
+       cy="27.291611"
+       fx="-9.9215918"
+       fy="27.291611"
+       r="3.3366601"
+       gradientTransform="matrix(1,0,0,0.69536427,0,8.3139998)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-59-3"
+       id="linearGradient11158-3-2"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-59-3"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-4-7"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168-77-2"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170-6-7"
+       id="linearGradient11160-1-4"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11170-6-7"
+       inkscape:collect="always">
+      <stop
+         id="stop11172-4-3"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11174-9-5"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-29-6"
+       id="linearGradient20915-13-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       id="linearGradient22526-29-6">
+      <stop
+         style="stop-color:#b82929;stop-opacity:1"
+         offset="0"
+         id="stop22528-09-9" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-78-3" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11044"
+       id="linearGradient20942-34-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.8980646,11.000002,63.764518)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-5-1"
+       id="radialGradient20931-0-4"
+       gradientUnits="userSpaceOnUse"
+       cx="13.029253"
+       cy="10.467628"
+       fx="13.107046"
+       fy="6.5363798"
+       r="10.561975"
+       gradientTransform="matrix(-0.03632494,-0.59797913,1.1456809,-0.06959571,0.67054669,17.125441)" />
+    <linearGradient
+       id="linearGradient11461-5-1"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-3-3"
+         offset="0"
+         style="stop-color:#edd400;stop-opacity:1" />
+      <stop
+         id="stop11465-9-2"
+         offset="1"
+         style="stop-color:#f35a5a;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-5-0"
+       id="linearGradient20933-1-4"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-5-0">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-8-0" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-77-8" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient10931"
+       xlink:href="#linearGradient11038"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11159"
+       id="linearGradient11165"
+       x1="-15.576912"
+       y1="39.055862"
+       x2="-15.104014"
+       y2="39.519901"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(32,30)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11159-7">
+      <stop
+         style="stop-color:#bb2b2b;stop-opacity:1;"
+         offset="0"
+         id="stop11161-4" />
+      <stop
+         style="stop-color:#bb2b2b;stop-opacity:0;"
+         offset="1"
+         id="stop11163-4" />
+    </linearGradient>
+    <linearGradient
+       y2="39.519901"
+       x2="-15.104014"
+       y1="39.055862"
+       x1="-15.576912"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient11183"
+       xlink:href="#linearGradient11159-7"
+       inkscape:collect="always"
+       gradientTransform="matrix(-1,0,0,1,11.971152,30)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-0"
+       id="linearGradient11158-4"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-0"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-8"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168-5"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170-31"
+       id="linearGradient11160-9"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11170-31"
+       inkscape:collect="always">
+      <stop
+         id="stop11172-7"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11174-7"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-0"
+       id="linearGradient20915-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526-0">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528-8" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-06" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-0"
+       id="linearGradient20942-40"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.8980646,115,11.764517)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-93"
+       id="radialGradient20931-09"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-93"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-4"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-1"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-3"
+       id="linearGradient20933-65"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-3">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-0" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-8" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11455-58"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-4"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-5"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient11256"
+       xlink:href="#linearGradient11455-58"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-9-2"
+       id="linearGradient11158-5-8"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-9-2"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-7-1"
+         offset="0"
+         style="stop-color:#204a87;stop-opacity:1" />
+      <stop
+         id="stop11168-7-3"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170-7-8"
+       id="linearGradient11160-7-9"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11170-7-8"
+       inkscape:collect="always">
+      <stop
+         id="stop11172-1-00"
+         offset="0"
+         style="stop-color:#204a87;stop-opacity:1" />
+      <stop
+         id="stop11174-1-38"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-9-43"
+       id="linearGradient20915-1-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526-9-43">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528-0-66" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-9-1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-9-43"
+       id="linearGradient20942-4-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.8980646,115,37.764517)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-6-1"
+       id="radialGradient20931-2-6"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-6-1"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-1-065"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-0-4"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-1-4"
+       id="linearGradient20933-6-2"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-1-4">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-5-1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-9-6" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11455-2-4"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-7-1"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-2-9"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient11439"
+       xlink:href="#linearGradient11455-2-4"
+       inkscape:collect="always" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11573"
+       id="radialGradient11579"
+       cx="26.295534"
+       cy="45.654289"
+       fx="26.295534"
+       fy="45.654289"
+       r="0.88388348"
+       gradientTransform="matrix(1,0,0,0.90000003,0,4.5654277)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-6"
+       id="linearGradient11158-7"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-6"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-06"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168-20"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170-74"
+       id="linearGradient11160-3"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11170-74"
+       inkscape:collect="always">
+      <stop
+         id="stop11172-96"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11174-6"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-3"
+       id="linearGradient20915-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526-3">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528-6" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-6" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-3"
+       id="linearGradient20942-42"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.8980646,115,63.764517)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-3"
+       id="radialGradient20931-9"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-3"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-0"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-5"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-9"
+       id="linearGradient20933-4"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-9">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-68" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11455-7"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-3"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-23"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient11633"
+       xlink:href="#linearGradient11455-7"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-598"
+       id="linearGradient11158-67"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-598"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-9"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168-29"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170-25"
+       id="linearGradient11160-6"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11170-25"
+       inkscape:collect="always">
+      <stop
+         id="stop11172-78"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11174-8"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-4"
+       id="linearGradient20915-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526-4">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528-86" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-93" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-4"
+       id="linearGradient20942-401"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.8980646,39.000002,89.788828)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-41"
+       id="radialGradient20931-69"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-41"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-80"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-07"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-2"
+       id="linearGradient20933-68"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-2">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-7" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-83" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11455-03"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-79"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-1"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient11775"
+       xlink:href="#linearGradient11455-03"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-598-8"
+       id="linearGradient11158-67-4"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-598-8"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-9-7"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168-29-1"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170-25-9"
+       id="linearGradient11160-6-1"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11170-25-9"
+       inkscape:collect="always">
+      <stop
+         id="stop11172-78-0"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11174-8-7"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-4-3"
+       id="linearGradient20915-0-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526-4-3">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528-86-3" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-93-9" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-4-3"
+       id="linearGradient20942-401-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1,0,0,0.8980646,82.999998,89.788828)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-41-8"
+       id="radialGradient20931-69-1"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-41-8"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-80-0"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-07-7"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-2-1"
+       id="linearGradient20933-68-4"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-2-1">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-7-0" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-83-5" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient11775-6"
+       xlink:href="#linearGradient11455-03-9"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient11455-03-9"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-79-9"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-1-2"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-8"
+       id="linearGradient11158-9"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-8"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-48"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168-8"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170-68"
+       id="linearGradient11160-38"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11170-68"
+       inkscape:collect="always">
+      <stop
+         id="stop11172-44"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11174-3"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-14"
+       id="linearGradient20915-89"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526-14">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528-53" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-68" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-14"
+       id="linearGradient20942-35"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.8980646,89.000002,89.764517)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-58"
+       id="radialGradient20931-1"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-58"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-800"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-53"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-36"
+       id="linearGradient20933-06"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-36">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-4" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-10" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11455-9"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-88"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-3"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient12113"
+       xlink:href="#linearGradient11455-9"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-06"
+       id="linearGradient11158-40"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-06"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-97"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168-44"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170-0"
+       id="linearGradient11160-4"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11170-0"
+       inkscape:collect="always">
+      <stop
+         id="stop11172-0"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11174-71"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-8"
+       id="linearGradient20915-01"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526-8">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528-1" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-5" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-8"
+       id="linearGradient20942-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.8980646,11.000002,89.764517)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-0"
+       id="radialGradient20931-73"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-0"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-61"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-4"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-48"
+       id="linearGradient20933-8"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-48">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-2" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-0" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11455-92"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-75"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-25"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient12346"
+       xlink:href="#linearGradient11455-92"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-2"
+       id="linearGradient11158-8"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-2"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-47"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168-0"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170-4"
+       id="linearGradient11160-89"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11170-4"
+       inkscape:collect="always">
+      <stop
+         id="stop11172-6"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11174-09"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-6"
+       id="linearGradient20915-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526-6">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528-80" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-76" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-6"
+       id="linearGradient20942-31"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.8980646,115,89.764517)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-10"
+       id="radialGradient20931-06"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-10"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-38"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-05"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-7"
+       id="linearGradient20933-2"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-7">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-88" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-72" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11455-23"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-98"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-50"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient12545"
+       xlink:href="#linearGradient11455-23"
+       inkscape:collect="always" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-8-5"
+       id="radialGradient20931-7-7"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-8-5"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-8-7"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-6-1"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-4-1"
+       id="linearGradient20933-0-6"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-4-1">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-6-8" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-7-3" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11455-0-8"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-9-8"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-7-7"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient12705"
+       xlink:href="#linearGradient11455-0-8"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-3"
+       id="linearGradient11158-2"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-3"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-53"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168-05"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170-03"
+       id="linearGradient11160-71"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11170-03"
+       inkscape:collect="always">
+      <stop
+         id="stop11172-15"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11174-16"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-84"
+       id="linearGradient20915-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526-84">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528-27" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-91" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-84"
+       id="linearGradient20942-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.8980646,37.000002,115.76452)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-7"
+       id="radialGradient20931-5"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-7"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-9"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-14"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-72"
+       id="linearGradient20933-680"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-72">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-34" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-85" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11455-57"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-40"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-0"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient12889"
+       xlink:href="#linearGradient11455-57"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-9-8-0"
+       id="linearGradient11158-5-4-1"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-9-8-0"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-7-5-2"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168-7-8-6"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170-7-6-3"
+       id="linearGradient11160-7-2-0"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11170-7-6-3"
+       inkscape:collect="always">
+      <stop
+         id="stop11172-1-0-1"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11174-1-6-6"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-9-4-1"
+       id="linearGradient20915-1-6-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526-9-4-1">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528-0-6-3" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-9-2-9" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-9-4-1"
+       id="linearGradient20942-4-8-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.8980646,63.000002,115.76452)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-6-6-2"
+       id="radialGradient20931-2-9-1"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-6-6-2"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-1-0-1"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-0-7-1"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-1-1-1"
+       id="linearGradient20933-6-0-9"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-1-1-1">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-5-0-5" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-9-1-7" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11455-2-7-1"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-7-7-3"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-2-2-3"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient13071"
+       xlink:href="#linearGradient11455-2-7-1"
+       inkscape:collect="always" />
+    <inkscape:perspective
+       id="perspective13167"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective13188"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective13188-8"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective13188-2"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective13188-7"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective13236"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-8-5-2"
+       id="radialGradient20931-7-7-8"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-8-5-2"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-8-7-5"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-6-1-4"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-4-1-8"
+       id="linearGradient20933-0-6-8"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-4-1-8">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-6-8-6" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-7-3-4" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient12705-7"
+       xlink:href="#linearGradient11455-0-8-4"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient11455-0-8-4"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-9-8-6"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-7-7-6"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient13257"
+       xlink:href="#linearGradient11455-0-8-4"
+       inkscape:collect="always" />
+    <inkscape:perspective
+       id="perspective13309"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective13330"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective13354"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective13377"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective13398"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective13445"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective13466"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective13487"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11164-9-8-4"
+       id="linearGradient11158-5-4-6"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11164-9-8-4"
+       inkscape:collect="always">
+      <stop
+         id="stop11166-7-5-5"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11168-7-8-9"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11170-7-6-2"
+       id="linearGradient11160-7-2-01"
+       gradientUnits="userSpaceOnUse"
+       x1="9.432662"
+       y1="9.6526775"
+       x2="10.732871"
+       y2="9.6526775" />
+    <linearGradient
+       id="linearGradient11170-7-6-2"
+       inkscape:collect="always">
+      <stop
+         id="stop11172-1-0-5"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1" />
+      <stop
+         id="stop11174-1-6-3"
+         offset="1"
+         style="stop-color:#2e3436;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-9-4-6"
+       id="linearGradient20915-1-6-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(7.000002,1)"
+       x1="9.2937651"
+       y1="8.8493233"
+       x2="8.7171106"
+       y2="10" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22526-9-4-6">
+      <stop
+         style="stop-color:#ff9022;stop-opacity:1"
+         offset="0"
+         id="stop22528-0-6-6" />
+      <stop
+         style="stop-color:#fea523;stop-opacity:0;"
+         offset="1"
+         id="stop22530-9-2-0" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22526-9-4-6"
+       id="linearGradient20942-4-8-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.8980646,115,115.76452)"
+       x1="8.4266119"
+       y1="9.6068554"
+       x2="8.7451591"
+       y2="10.765122" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11461-6-6-4"
+       id="radialGradient20931-2-9-6"
+       gradientUnits="userSpaceOnUse"
+       cx="11.806158"
+       cy="10.04414"
+       fx="11.88395"
+       fy="6.1128922"
+       r="10.561975"
+       gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" />
+    <linearGradient
+       id="linearGradient11461-6-6-4"
+       inkscape:collect="always">
+      <stop
+         id="stop11463-1-0-9"
+         offset="0"
+         style="stop-color:#fbfeac;stop-opacity:1" />
+      <stop
+         id="stop11465-0-7-8"
+         offset="1"
+         style="stop-color:#eedb3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22870-1-1-2"
+       id="linearGradient20933-6-0-1"
+       gradientUnits="userSpaceOnUse"
+       x1="-11.187567"
+       y1="-14.181667"
+       x2="31.90255"
+       y2="35.477989" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient22870-1-1-2">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop22872-5-0-7" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop22874-9-1-4" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8123-3-6"
+       xlink:href="#linearGradient11455-2-7-2"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient11455-2-7-2"
+       inkscape:collect="always">
+      <stop
+         id="stop11457-7-7-35"
+         offset="0"
+         style="stop-color:#673b09;stop-opacity:1" />
+      <stop
+         id="stop11459-2-2-8"
+         offset="1"
+         style="stop-color:#ad8248;stop-opacity:0.96470588" />
+    </linearGradient>
+    <linearGradient
+       y2="3.9464788"
+       x2="8.5458574"
+       y1="19.515574"
+       x1="14.365882"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient13532"
+       xlink:href="#linearGradient11455-2-7-2"
+       inkscape:collect="always" />
+    <inkscape:perspective
+       id="perspective13626"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1"
+     inkscape:cx="278.99414"
+     inkscape:cy="-27.106773"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:snap-nodes="false"
+     inkscape:snap-bbox="true"
+     objecttolerance="10"
+     gridtolerance="10"
+     inkscape:window-width="1440"
+     inkscape:window-height="846"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     showborder="true"
+     showguides="true"
+     inkscape:guide-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid10376"
+       visible="true"
+       enabled="true"
+       empspacing="5" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata10340">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <path
+       id="path17966-77-9-9"
+       d="m 55.5,104 c 0,0.828 -0.671999,1.5 -1.499999,1.5 C 53.172,105.5 52.5,104.828 52.5,104 c 0,-0.828 0.672,-1.5 1.500001,-1.5 0.828,0 1.499999,0.672 1.499999,1.5 z"
+       style="opacity:1;fill:#ecb944;fill-opacity:1;stroke:#93662f;stroke-width:1;stroke-miterlimit:4;stroke-opacity:0.97647059;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/hug-left.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,39.124886,13.743665)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient20929);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/smile.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,40.306962,14.843326)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964"
+       style="opacity:1;fill:url(#radialGradient20931);fill-opacity:1;stroke:url(#linearGradient20933);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/smile.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966"
+       d="m 48.5,20.745162 c 0,1.239328 -1.119998,2.245161 -2.499999,2.245161 C 44.62,22.990323 43.5,21.98449 43.5,20.745162 c 0,-1.239329 1.12,-2.245161 2.500001,-2.245161 1.380001,0 2.499999,1.005832 2.499999,2.245161 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/smile.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:nodetypes="cscsc"
+       id="path17974"
+       d="m 52,24 c -0.150637,1.840243 -2.076945,3 -4,3 -1.923054,0 -3.721944,-0.904918 -4,-3 0.842997,1.109108 2.323555,2.028463 4,2.028463 1.676445,1e-6 3.157002,-0.919355 4,-2.028463 z"
+       style="opacity:1;fill:#833a00;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/smile.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.4017776,0.3494647,-0.2648498,0.9196422,40.636195,6.7657779)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17976"
+       style="opacity:1;fill:none;stroke:#c05e00;stroke-width:0.85073596;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/smile.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.4017775,0.3494645,0.2648497,0.9196415,55.363805,6.7657854)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/smile.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276"
+       transform="matrix(0.9944816,0,0,0.9130993,34.092581,10.714345)"
+       inkscape:export-filename="/home/hbons/Desktop/smile.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835" />
+    </a>
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,37.53846,16.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968"
+       style="opacity:1;fill:url(#linearGradient11160);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/smile.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,58.46154,16.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156"
+       style="opacity:1;fill:url(#linearGradient11158);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/smile.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,65.124886,13.743665)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-7"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient8123);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/sad.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,66.306962,14.843326)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-3"
+       style="opacity:1;fill:url(#radialGradient20931-2);fill-opacity:1;stroke:url(#linearGradient20933-6);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/sad.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-6"
+       d="m 74.5,20.745162 c 0,1.239328 -1.119998,2.245161 -2.499999,2.245161 C 70.62,22.990323 69.5,21.98449 69.5,20.745162 c 0,-1.239329 1.12,-2.245161 2.500001,-2.245161 1.380001,0 2.499999,1.005832 2.499999,2.245161 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942-4);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/sad.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:nodetypes="cscsc"
+       id="path17974-5"
+       d="m 78,27 c -0.150637,-1.840243 -2.076945,-3 -4,-3 -1.923054,0 -3.721944,0.904918 -4,3 0.842997,-1.109108 2.323555,-2.028463 4,-2.028463 1.676445,-1e-6 3.157002,0.919355 4,2.028463 z"
+       style="opacity:1;fill:#833a00;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/sad.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.4017776,0.3494647,-0.2648498,0.9196422,66.636195,6.7657779)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17976-6"
+       style="opacity:1;fill:none;stroke:#c05e00;stroke-width:0.85073596;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/sad.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.4017775,0.3494645,0.2648497,0.9196415,81.363805,6.7657854)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-3"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/sad.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-9"
+       transform="matrix(0.9944816,0,0,0.9130993,60.092581,10.714345)"
+       inkscape:export-filename="/home/hbons/Desktop/sad.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-1);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835-4" />
+    </a>
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,63.53846,16.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-8"
+       style="opacity:1;fill:url(#linearGradient11160-7);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/sad.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,84.46154,16.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-1"
+       style="opacity:1;fill:url(#linearGradient11158-5);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/sad.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,91.124886,13.743665)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-4"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient8123-8);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/wink.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,92.306962,14.843326)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-2"
+       style="opacity:1;fill:url(#radialGradient20931-29);fill-opacity:1;stroke:url(#linearGradient20933-7);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/wink.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:nodetypes="cscsc"
+       id="path17974-6"
+       d="m 104,24 c -0.15064,1.840243 -2.07694,3 -4,3 -1.92305,0 -3.721944,-0.904918 -4,-3 0.842997,1.109108 2.32356,2.028463 4,2.028463 1.67645,1e-6 3.157,-0.919355 4,-2.028463 z"
+       style="opacity:1;fill:#833a00;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/wink.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.4017776,0.3494647,-0.2648498,0.9196422,92.636195,6.7657779)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17976-1"
+       style="opacity:1;fill:none;stroke:#c05e00;stroke-width:0.85073596;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/wink.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-4"
+       transform="matrix(0.9944816,0,0,0.9130993,86.092581,10.714345)"
+       inkscape:export-filename="/home/hbons/Desktop/wink.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-14);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835-2" />
+    </a>
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,110.46154,16.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-2"
+       style="opacity:1;fill:url(#linearGradient11158-58);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/wink.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,39.124886,39.743665)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-9"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient8449);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/shock.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,40.306962,40.843326)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-7"
+       style="opacity:1;fill:url(#radialGradient20931-7);fill-opacity:1;stroke:url(#linearGradient20933-0);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/shock.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-8"
+       d="m 48.5,46.245162 c 0,1.515328 -1.119998,2.745161 -2.499999,2.745161 C 44.62,48.990323 43.5,47.76049 43.5,46.245162 43.5,44.729832 44.62,43.5 46.000001,43.5 47.380002,43.5 48.5,44.729832 48.5,46.245162 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942-3);stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/shock.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.4017776,0.3494647,-0.2648498,0.9196422,40.636195,31.765778)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17976-3"
+       style="opacity:1;fill:none;stroke:#c05e00;stroke-width:0.85073596;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/shock.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.4017775,0.3494645,0.2648497,0.9196415,55.363805,31.765785)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-8"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/shock.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-3"
+       transform="matrix(0.9944816,0,0,1.087952,34.092581,34.259293)"
+       inkscape:export-filename="/home/hbons/Desktop/shock.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-9);stroke-width:0.96138382;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835-7" />
+    </a>
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,37.53846,42.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-9"
+       style="opacity:1;fill:url(#linearGradient11160-0);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/shock.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,58.46154,42.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-3"
+       style="opacity:1;fill:url(#linearGradient11158-6);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/shock.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,65.124886,39.743665)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-7-7"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient8123-3);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/neutral.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,66.30696,40.843326)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-3-8"
+       style="opacity:1;fill:url(#radialGradient20931-2-9);fill-opacity:1;stroke:url(#linearGradient20933-6-0);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/neutral.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-6-7"
+       d="m 74.5,46.745162 c 0,1.239328 -1.119998,2.245161 -2.499999,2.245161 C 70.62,48.990323 69.5,47.98449 69.5,46.745162 c 0,-1.239329 1.12,-2.245161 2.500001,-2.245161 1.380001,0 2.499999,1.005832 2.499999,2.245161 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942-4-8);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/neutral.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.4017776,0.3494647,-0.2648498,0.9196422,66.636195,32.765778)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17976-6-1"
+       style="opacity:1;fill:none;stroke:#c05e00;stroke-width:0.85073596;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/neutral.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.4017775,0.3494645,0.2648497,0.9196415,81.363805,32.765785)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-3-9"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/neutral.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-9-0"
+       transform="matrix(0.9944816,0,0,0.9130993,60.092581,36.714345)"
+       inkscape:export-filename="/home/hbons/Desktop/neutral.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-1-6);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835-4-9" />
+    </a>
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,63.53846,42.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-8-8"
+       style="opacity:1;fill:url(#linearGradient11160-7-2);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/neutral.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,84.46154,42.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-1-8"
+       style="opacity:1;fill:url(#linearGradient11158-5-4);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/neutral.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,91.124886,39.743665)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-4-5"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient8123-8-0);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/thinking.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,92.306962,40.843326)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-2-8"
+       style="opacity:1;fill:url(#radialGradient20931-29-1);fill-opacity:1;stroke:url(#linearGradient20933-7-6);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/thinking.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-9-4"
+       d="m 100.5,46.745162 c 0,1.239328 -1.12,2.245161 -2.5,2.245161 -1.38,0 -2.5,-1.005833 -2.5,-2.245161 0,-1.239329 1.12,-2.245161 2.5,-2.245161 1.38,0 2.5,1.005832 2.5,2.245161 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942-2-1);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/thinking.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.4017776,0.3494647,-0.2648498,0.9196422,92.636195,32.765778)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17976-1-7"
+       style="opacity:1;fill:none;stroke:#c05e00;stroke-width:0.85073596;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/thinking.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.4017775,0.3494645,0.2648497,0.9196415,107.36381,32.765785)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-0-1"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/thinking.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-4-3"
+       transform="matrix(0.9944816,0,0,0.9130993,86.092581,36.714345)"
+       inkscape:export-filename="/home/hbons/Desktop/thinking.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-14-2);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835-2-8" />
+    </a>
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,89.53846,41.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-2-0"
+       style="opacity:1;fill:url(#linearGradient11160-9-9);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/thinking.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,110.46154,41.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-2-9"
+       style="opacity:1;fill:url(#linearGradient11158-58-0);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/thinking.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,39.124886,65.743665)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-47"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient8449-0);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/grin.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,40.306962,66.843326)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-6"
+       style="opacity:1;fill:url(#radialGradient20931-3);fill-opacity:1;stroke:url(#linearGradient20933-3);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/grin.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.73136315,0,0,0.76234504,39.375547,65.020952)"
+       d="M 21.363468,13.840219 A 9.975256,9.975256 0 0 1 2.2211303,13.745807"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-6-1-4-4-1"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       sodipodi:start="0.29049686"
+       sodipodi:end="2.8609599"
+       sodipodi:open="true"
+       inkscape:export-filename="/home/hbons/Desktop/grin.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-5"
+       d="m 48.509509,72.745162 c 0,1.239328 -1.119998,2.245161 -2.499999,2.245161 -1.380001,0 -2.500001,-1.005833 -2.500001,-2.245161 0,-1.239329 1.12,-2.245161 2.500001,-2.245161 1.380001,0 2.499999,1.005832 2.499999,2.245161 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942-0);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/grin.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.4017776,0.3494647,-0.2648498,0.9196422,40.645704,58.765778)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17976-13"
+       style="opacity:1;fill:none;stroke:#c05e00;stroke-width:0.85073596;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/grin.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.4017775,0.3494645,0.2648497,0.9196415,55.373315,58.765785)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-33"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/grin.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-8"
+       transform="matrix(0.9944816,0,0,0.9130993,34.10209,62.714345)"
+       inkscape:export-filename="/home/hbons/Desktop/grin.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-2);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835-5" />
+    </a>
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,37.547969,68.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-1"
+       style="opacity:1;fill:url(#linearGradient11160-8);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/grin.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,58.47105,68.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-0"
+       style="opacity:1;fill:url(#linearGradient11158-1);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/grin.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,65.124886,65.743665)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-7-8"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient8123-4);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/sick.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,66.306962,66.843326)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-3-7"
+       style="opacity:1;fill:url(#radialGradient20931-2-1);fill-opacity:1;stroke:url(#linearGradient20933-6-8);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/sick.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;color:#000000;fill:url(#radialGradient11579);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path11550-6"
+       sodipodi:cx="26.295534"
+       sodipodi:cy="45.654289"
+       sodipodi:rx="0.88388348"
+       sodipodi:ry="0.79549515"
+       d="m 27.179418,45.654289 a 0.88388348,0.79549515 0 1 1 -1.767767,0 0.88388348,0.79549515 0 1 1 1.767767,0 z"
+       transform="matrix(6.7882234,0,0,5.6568533,-104.49996,-181.75962)"
+       inkscape:export-filename="/home/hbons/Desktop/sick.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-6-6"
+       d="m 74.509509,72.203976 c 0,1.239328 -1.119998,2.245161 -2.499999,2.245161 -1.380001,0 -2.500001,-1.005833 -2.500001,-2.245161 0,-1.239329 1.12,-2.245161 2.500001,-2.245161 1.380001,0 2.499999,1.005832 2.499999,2.245161 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942-4-9);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/sick.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.4017776,0.3494647,-0.2648498,0.9196422,66.645704,58.224592)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17976-6-5"
+       style="opacity:1;fill:none;stroke:#c05e00;stroke-width:0.85073596;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/sick.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.4017775,0.3494645,0.2648497,0.9196415,81.373314,58.224599)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-3-0"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/sick.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-9-8"
+       transform="matrix(0.9944816,0,0,0.9130993,60.10209,62.173159)"
+       inkscape:export-filename="/home/hbons/Desktop/sick.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-1-7);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835-4-0" />
+    </a>
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,63.53846,68.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-8-4"
+       style="opacity:1;fill:url(#linearGradient11160-7-6);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/sick.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,84.46154,68.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-1-1"
+       style="opacity:1;fill:url(#linearGradient11158-5-2);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/sick.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,91.124886,65.743665)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-4-1"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient8123-8-08);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/cool.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,92.306962,66.843326)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-2-3"
+       style="opacity:1;fill:url(#radialGradient20931-29-16);fill-opacity:1;stroke:url(#linearGradient20933-7-9);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/cool.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-9-5"
+       d="m 100.5,72.745162 c 0,1.239328 -1.12,2.245161 -2.5,2.245161 -1.38,0 -2.5,-1.005833 -2.5,-2.245161 0,-1.239329 1.12,-2.245161 2.5,-2.245161 1.38,0 2.5,1.005832 2.5,2.245161 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942-2-5);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/cool.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:nodetypes="cscsc"
+       id="path17974-6-9"
+       d="m 104,76 c -0.15064,1.840243 -2.07694,3 -4,3 -1.92305,0 -3.721944,-0.904918 -4,-3 0.842997,1.109108 2.32356,2.028463 4,2.028463 1.67645,10e-7 3.157,-0.919355 4,-2.028463 z"
+       style="opacity:1;fill:#833a00;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/cool.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.4017776,0.3494647,-0.2648498,0.9196422,92.636195,58.765778)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17976-1-3"
+       style="opacity:1;fill:none;stroke:#c05e00;stroke-width:0.85073596;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/cool.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.4017775,0.3494645,0.2648497,0.9196415,107.36381,58.765785)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-0-4"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/cool.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-4-1"
+       transform="matrix(0.9944816,0,0,0.9130993,86.092581,62.714345)"
+       inkscape:export-filename="/home/hbons/Desktop/cool.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-14-7);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835-2-5" />
+    </a>
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,89.53846,67.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-2-08"
+       style="opacity:1;fill:url(#linearGradient11160-9-1);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/cool.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,110.46154,67.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-2-3"
+       style="opacity:1;fill:url(#linearGradient11158-58-5);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/cool.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;color:#000000;fill:#5f2a00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path8925"
+       sodipodi:cx="7.4688153"
+       sodipodi:cy="29.722292"
+       sodipodi:rx="2.1213202"
+       sodipodi:ry="1.7456698"
+       d="m 9.5901356,29.722292 a 2.1213202,1.7456698 0 1 1 -4.2426405,0 2.1213202,1.7456698 0 1 1 4.2426405,0 z"
+       transform="matrix(0.94280908,0,0,1.1456917,40.958333,16.947418)"
+       inkscape:export-filename="/home/hbons/Desktop/shock.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;color:#000000;fill:#833a00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9718"
+       width="8"
+       height="1"
+       x="70"
+       y="51"
+       rx="0.5"
+       ry="0.5"
+       inkscape:export-filename="/home/hbons/Desktop/neutral.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.4181978,-0.12636973,0.0771111,0.84690175,109.07558,15.22395)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-0"
+       style="opacity:1;fill:none;stroke:#994b00;stroke-width:0.91618675;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/wink.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;color:#000000;fill:#833a00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9718-3-9"
+       width="6.1160598"
+       height="0.8830384"
+       x="77.178459"
+       y="71.674438"
+       rx="0.50967169"
+       ry="0.4415192"
+       transform="matrix(0.97520401,-0.22130778,0.30163993,0.95342192,0,0)"
+       inkscape:export-filename="/home/hbons/Desktop/thinking.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(2.9241586,0,0,1.5452868,68.615383,57.083845)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,-10e-8"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-2-08-3"
+       style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       sodipodi:start="0"
+       sodipodi:end="3.1415927"
+       sodipodi:open="true"
+       inkscape:export-filename="/home/hbons/Desktop/cool.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(2.9241586,0,0,1.5452868,74.615383,57.083845)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,-10e-8"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-2-08-3-7"
+       style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       sodipodi:start="0"
+       sodipodi:end="3.1415927"
+       sodipodi:open="true"
+       inkscape:export-filename="/home/hbons/Desktop/cool.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9883"
+       width="14"
+       height="1"
+       x="93"
+       y="72"
+       rx="0.5"
+       ry="0.5"
+       inkscape:export-filename="/home/hbons/Desktop/cool.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;color:#000000;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9938-7"
+       width="3.9999986"
+       height="1"
+       x="-80"
+       y="46"
+       transform="matrix(0,-1,1,0,0,0)"
+       inkscape:export-filename="/home/hbons/Desktop/grin.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       style="opacity:1;color:#000000;fill:#c5c8c2;fill-opacity:1;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 42,76 0,3 1,0 0,-3 -1,0 z m 2,0 0,4.5625 1,0 L 45,76 44,76 z m 2,0 0,5 1,0 0,-5 -1,0 z m 2,0 0,5 1,0 0,-5 -1,0 z m 2,0 0,4.78125 1,0 L 51,76 50,76 z m 2,0 0,4 1,0 0,-4 -1,0 z m 2,0 0,2 1,0 0,-2 -1,0 z"
+       id="rect9938-7-4"
+       inkscape:export-filename="/home/hbons/Desktop/grin.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;color:#000000;fill:#ae8145;fill-opacity:1;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9938"
+       width="16"
+       height="1"
+       x="40"
+       y="75"
+       rx="0.5"
+       ry="0.5"
+       inkscape:export-filename="/home/hbons/Desktop/grin.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,13.124886,13.743665)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-6"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient10286);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/angel.png"
+       inkscape:export-xdpi="89.986053"
+       inkscape:export-ydpi="89.986053" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,14.306962,14.843326)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-5"
+       style="opacity:1;fill:url(#radialGradient20931-6);fill-opacity:1;stroke:url(#linearGradient20933-33);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/angel.png"
+       inkscape:export-xdpi="89.986053"
+       inkscape:export-ydpi="89.986053" />
+    <path
+       sodipodi:nodetypes="cscsc"
+       id="path17974-0"
+       d="m 25,26 c -0.112978,1.226829 -1.557708,2 -3,2 -1.442291,0 -2.791458,-0.603279 -3,-2 0.632249,0.739405 1.70952,1.04295 2.966854,1.04295 C 23.224188,27.04295 24.367751,26.739405 25,26 z"
+       style="opacity:1;fill:#833a00;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/angel.png"
+       inkscape:export-xdpi="89.986053"
+       inkscape:export-ydpi="89.986053" />
+    <path
+       style="opacity:1;fill:#fce94f;fill-opacity:1;stroke:#a58700;stroke-width:1.00248122;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       d="m 22,14.5 c -4.139315,0 -7.5,1.568521 -7.5,3.49938 0,1.930859 3.360685,3.499379 7.5,3.499379 4.139315,0 7.5,-1.56852 7.5,-3.499379 C 29.5,16.068521 26.139315,14.5 22,14.5 z m 0,2.33292 c 2.483315,0 4.5,0.523373 4.5,1.16646 0,0.643087 -2.016685,1.16646 -4.5,1.16646 -2.483315,0 -4.5,-0.523373 -4.5,-1.16646 0,-0.643087 2.016685,-1.16646 4.5,-1.16646 z"
+       id="path17960-6-1"
+       inkscape:export-filename="/home/hbons/Desktop/angel.png"
+       inkscape:export-xdpi="89.986053"
+       inkscape:export-ydpi="89.986053" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6516492"
+       sodipodi:start="3.3125144"
+       transform="matrix(-1.4017775,-0.3494645,0.2648497,-0.9196415,28.99388,34.233695)"
+       d="M 7.1161031,8.927074 A 1.2276785,1.7410715 0 0 1 9.3167783,8.1953112"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-4"
+       style="opacity:1;fill:none;stroke:#833a00;stroke-width:0.85073632;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/angel.png"
+       inkscape:export-xdpi="89.986053"
+       inkscape:export-ydpi="89.986053" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6215758"
+       sodipodi:start="3.3428073"
+       transform="matrix(-1.4017775,-0.3494645,0.2648497,-0.9196415,33.457373,34.233695)"
+       d="M 7.1229829,8.8752443 A 1.2276785,1.7410715 0 0 1 9.2945362,8.1535215"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-4-4"
+       style="opacity:1;fill:none;stroke:#833a00;stroke-width:0.85073632;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/angel.png"
+       inkscape:export-xdpi="89.986053"
+       inkscape:export-ydpi="89.986053" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.87214613;color:#000000;fill:url(#radialGradient10639);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path10538"
+       sodipodi:cx="-7.5625"
+       sodipodi:cy="3.78125"
+       sodipodi:rx="8.75"
+       sodipodi:ry="3.15625"
+       d="m 1.1875,3.78125 a 8.75,3.15625 0 1 1 -17.5,0 8.75,3.15625 0 1 1 17.5,0 z"
+       transform="matrix(0.91428572,0,0,1.2673267,28.914286,13.207921)"
+       inkscape:export-filename="/home/hbons/Desktop/angel.png"
+       inkscape:export-xdpi="89.986053"
+       inkscape:export-ydpi="89.986053" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,13.124886,39.743665)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-70"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient10712);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/shame.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,14.306962,40.843326)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-1"
+       style="opacity:1;fill:url(#radialGradient20931-0);fill-opacity:1;stroke:url(#linearGradient20933-1);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/shame.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-7"
+       d="m 22.500001,46.745161 c 0,1.239329 -1.119998,2.245162 -2.499999,2.245162 -1.380001,0 -2.500001,-1.005833 -2.500001,-2.245162 0,-1.239328 1.12,-2.24516 2.500001,-2.24516 1.380001,0 2.499999,1.005832 2.499999,2.24516 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942-34);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/shame.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:nodetypes="cscsc"
+       id="path17974-3"
+       d="m 25,51 c -0.112978,1.226829 -1.557708,2 -2.999999,2 C 20.557711,53 19.208542,52.396721 19,51 c 0.632248,0.739405 1.742667,1.352309 3.000001,1.352309 C 23.257334,52.352309 24.367752,51.739405 25,51 z"
+       style="opacity:1;fill:#833a00;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/shame.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.4017776,0.3494647,-0.2648498,0.9196422,14.636195,32.765778)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17976-69"
+       style="opacity:1;fill:none;stroke:#c05e00;stroke-width:0.85073596;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/shame.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.4017775,0.3494645,0.2648497,0.9196415,29.363805,32.765785)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-2"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/shame.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-90"
+       transform="matrix(0.9944816,0,0,0.9130993,8.092581,36.714345)"
+       inkscape:export-filename="/home/hbons/Desktop/shame.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-13);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835-27" />
+    </a>
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,11.53846,42.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-5"
+       style="opacity:1;fill:url(#linearGradient11160-1);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/shame.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,32.46154,42.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-6"
+       style="opacity:1;fill:url(#linearGradient11158-3);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/shame.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.75;color:#000000;fill:url(#radialGradient10862);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path10799"
+       sodipodi:cx="-9.9215918"
+       sodipodi:cy="27.291611"
+       sodipodi:rx="3.3366601"
+       sodipodi:ry="2.3201942"
+       d="m -6.5849316,27.291611 a 3.3366601,2.3201942 0 1 1 -6.6733204,0 3.3366601,2.3201942 0 1 1 6.6733204,0 z"
+       transform="matrix(0.74925222,0,0,0.8619968,24.933775,25.474719)"
+       inkscape:export-filename="/home/hbons/Desktop/shame.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.75;color:#000000;fill:url(#radialGradient10864);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path10799-6"
+       sodipodi:cx="-9.9215918"
+       sodipodi:cy="27.291611"
+       sodipodi:rx="3.3366601"
+       sodipodi:ry="2.3201942"
+       d="m -6.5849316,27.291611 a 3.3366601,2.3201942 0 1 1 -6.6733204,0 3.3366601,2.3201942 0 1 1 6.6733204,0 z"
+       transform="matrix(0.7492522,0,0,0.8619968,33.933775,25.474719)"
+       inkscape:export-filename="/home/hbons/Desktop/shame.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,13.124886,65.743666)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-70-0"
+       style="opacity:1;fill:#ef2929;fill-opacity:1;stroke:url(#linearGradient10931);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/devil.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,14.306962,66.843327)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-1-9"
+       style="opacity:1;fill:url(#radialGradient20931-0-4);fill-opacity:1;stroke:url(#linearGradient20933-1-4);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/devil.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-7-3"
+       d="m 22.5,72.745162 c 0,1.239329 -1.119997,2.245162 -2.499998,2.245162 -1.380001,0 -2.500001,-1.005833 -2.500001,-2.245162 0,-1.239328 1.12,-2.24516 2.500001,-2.24516 1.380001,0 2.499998,1.005832 2.499998,2.24516 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942-34-1);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/devil.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.2383151,0.74409768,0.46300772,-0.83756176,6.227894,70.307559)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-2-8"
+       style="opacity:1;fill:none;stroke:#b82929;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/devil.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-90-2"
+       transform="matrix(0.9944816,0,0,0.9130993,8.092581,62.714346)"
+       inkscape:export-filename="/home/hbons/Desktop/devil.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-13-6);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835-27-7" />
+    </a>
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,11.53846,68.027948)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-5-0"
+       style="opacity:1;fill:url(#linearGradient11160-1-4);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/devil.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,32.461539,68.027948)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-6-9"
+       style="opacity:1;fill:url(#linearGradient11158-3-2);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/devil.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.2383151,0.74409768,-0.46300772,-0.83756176,37.772106,70.307559)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-2-8-1"
+       style="opacity:1;fill:none;stroke:#b82929;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/devil.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:nodetypes="cscsc"
+       id="path17974-6-9-9"
+       d="m 26,76 c -0.150637,1.840243 -2.076945,3 -4,3 -1.923054,0 -3.721944,-0.904918 -4,-3 0.842997,1.109108 2.323555,2.028463 4,2.028463 1.676445,10e-7 3.157002,-0.919355 4,-2.028463 z"
+       style="opacity:1;fill:#7e0000;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/devil.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       style="opacity:1;color:#000000;fill:#f9b0b0;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient11165);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 14.492409,67.268766 16.971153,68.125 c 0.479778,0.277 0.652,0.895222 0.375,1.375 -0.277,0.479778 -1.004597,0.9645 -1.484375,0.6875 l -0.875,-0.5 c -0.479778,-0.277 -0.46875,-1.168983 -0.46875,-2.109375 0,0 -0.02562,-0.309359 -0.02562,-0.309359 z"
+       id="rect11113-2"
+       sodipodi:nodetypes="ccscccc"
+       inkscape:export-filename="/home/hbons/Desktop/devil.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       style="opacity:1;color:#000000;fill:#f9b0b0;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient11183);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 29.478743,67.268766 26.999999,68.125 c -0.479778,0.277 -0.652,0.895222 -0.375,1.375 0.277,0.479778 1.004597,0.9645 1.484375,0.6875 l 0.875,-0.5 c 0.479778,-0.277 0.46875,-1.168983 0.46875,-2.109375 0,0 0.02562,-0.309359 0.02562,-0.309359 z"
+       id="rect11113-2-9"
+       sodipodi:nodetypes="ccscccc"
+       inkscape:export-filename="/home/hbons/Desktop/devil.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,117.12489,13.743665)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-1"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient11256);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/confused.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,118.30696,14.843326)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-4"
+       style="opacity:1;fill:url(#radialGradient20931-09);fill-opacity:1;stroke:url(#linearGradient20933-65);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/confused.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-3"
+       d="m 126.5,20.745162 c 0,1.239328 -1.12,2.245161 -2.5,2.245161 -1.38,0 -2.5,-1.005833 -2.5,-2.245161 0,-1.239329 1.12,-2.245161 2.5,-2.245161 1.38,0 2.5,1.005832 2.5,2.245161 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942-40);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/confused.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.4017776,0.3494647,-0.2648498,0.9196422,118.6362,6.7657779)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17976-2"
+       style="opacity:1;fill:none;stroke:#c05e00;stroke-width:0.85073596;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/confused.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.4017775,0.3494645,0.2648497,0.9196415,133.36381,6.7657854)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-34"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/confused.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-1"
+       transform="matrix(0.9944816,0,0,0.9130993,112.09258,10.714345)"
+       inkscape:export-filename="/home/hbons/Desktop/confused.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-8);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835-52" />
+    </a>
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,115.53846,16.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-7"
+       style="opacity:1;fill:url(#linearGradient11160-9);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/confused.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,136.46154,16.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-7"
+       style="opacity:1;fill:url(#linearGradient11158-4);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/confused.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;color:#000000;fill:none;stroke:#a54800;stroke-width:1.01711059;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path11343-5"
+       sodipodi:cx="59.8125"
+       sodipodi:cy="11.265625"
+       sodipodi:rx="1.4375"
+       sodipodi:ry="1.421875"
+       d="m 61.214253,11.580742 a 1.4375,1.421875 0 0 1 -2.803506,0"
+       transform="matrix(1.0700883,0,0,-0.90332514,63.995344,35.961176)"
+       sodipodi:start="0.22347659"
+       sodipodi:end="2.9181161"
+       sodipodi:open="true"
+       inkscape:export-filename="/home/hbons/Desktop/confused.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;color:#000000;fill:none;stroke:#a54800;stroke-width:1.01711059;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path11343-5-7"
+       sodipodi:cx="59.8125"
+       sodipodi:cy="11.265625"
+       sodipodi:rx="1.4375"
+       sodipodi:ry="1.421875"
+       d="m 61.214253,11.580742 a 1.4375,1.421875 0 0 1 -2.803506,0"
+       transform="matrix(1.0700883,0,0,0.90332514,60.995342,15.038824)"
+       sodipodi:start="0.22347659"
+       sodipodi:end="2.9181161"
+       sodipodi:open="true"
+       inkscape:export-filename="/home/hbons/Desktop/confused.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,117.12489,39.743665)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-7-4"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient11439);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/crying.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,118.30696,40.843326)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-3-4"
+       style="opacity:1;fill:url(#radialGradient20931-2-6);fill-opacity:1;stroke:url(#linearGradient20933-6-2);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/crying.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-6-8"
+       d="m 126.5,46.745162 c 0,1.239328 -1.12,2.245161 -2.5,2.245161 -1.38,0 -2.5,-1.005833 -2.5,-2.245161 0,-1.239329 1.12,-2.245161 2.5,-2.245161 1.38,0 2.5,1.005832 2.5,2.245161 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942-4-2);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/crying.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:nodetypes="cscsc"
+       id="path17974-5-4"
+       d="m 130,53 c -0.15064,-1.840243 -2.07694,-3 -4,-3 -1.92305,0 -3.72194,0.904918 -4,3 0.843,-1.109108 2.32356,-2.028463 4,-2.028463 1.67645,-10e-7 3.157,0.919355 4,2.028463 z"
+       style="opacity:1;fill:#833a00;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/crying.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.4017776,-0.3494647,0.2648498,-0.9196422,137.36381,53.234222)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17976-6-4"
+       style="opacity:1;fill:none;stroke:#c05e00;stroke-width:0.85073596;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/crying.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.4017775,-0.3494645,-0.2648497,-0.9196415,114.63619,53.234215)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-3-09"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/crying.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-9-3"
+       transform="matrix(0.9944816,0,0,0.9130993,112.09258,36.714345)"
+       inkscape:export-filename="/home/hbons/Desktop/crying.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-1-5);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835-4-6" />
+    </a>
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,115.53846,42.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-8-3"
+       style="opacity:1;fill:url(#linearGradient11160-7-9);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/crying.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,136.46154,42.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-1-6"
+       style="opacity:1;fill:url(#linearGradient11158-5-8);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/crying.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       style="color:#000000;fill:#a5c2e1;fill-opacity:1;fill-rule:nonzero;stroke:#3465a4;stroke-width:1;stroke-miterlimit:4;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 131.43044,47.929024 c 0.31039,0.456471 0.19182,1.078847 -0.26465,1.38923 -0.45647,0.310383 -1.14514,0.191818 -1.45552,-0.264654 -0.31038,-0.456471 -0.1854,-1.553273 -0.1854,-1.553273 0,0 1.59519,-0.02778 1.90557,0.428697 z"
+       id="path11526"
+       sodipodi:nodetypes="csssc"
+       inkscape:export-filename="/home/hbons/Desktop/crying.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       style="color:#000000;fill:#a5c2e1;fill-opacity:1;fill-rule:nonzero;stroke:#3465a4;stroke-width:1;stroke-miterlimit:4;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 119.56956,49.937746 c -0.31039,0.456471 -0.19182,1.078847 0.26465,1.38923 0.45647,0.310383 1.14514,0.191818 1.45552,-0.264654 0.31038,-0.456471 0.1854,-1.553273 0.1854,-1.553273 0,0 -1.59519,-0.02778 -1.90557,0.428697 z"
+       id="path11526-3"
+       sodipodi:nodetypes="csssc"
+       inkscape:export-filename="/home/hbons/Desktop/crying.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;color:#000000;fill:#2f5e03;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path11550"
+       sodipodi:cx="26.295534"
+       sodipodi:cy="45.654289"
+       sodipodi:rx="0.88388348"
+       sodipodi:ry="0.79549515"
+       d="m 27.179418,45.654289 a 0.88388348,0.79549515 0 1 1 -1.767767,0 0.88388348,0.79549515 0 1 1 1.767767,0 z"
+       transform="matrix(1.131371,0,0,0.62853934,44.249995,46.804483)"
+       inkscape:export-filename="/home/hbons/Desktop/sick.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,117.12489,65.743665)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-0"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient11633);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/tongue.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,118.30696,66.843326)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-56"
+       style="opacity:1;fill:url(#radialGradient20931-9);fill-opacity:1;stroke:url(#linearGradient20933-4);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/tongue.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-54"
+       d="m 126.5,72.745162 c 0,1.239328 -1.12,2.245161 -2.5,2.245161 -1.38,0 -2.5,-1.005833 -2.5,-2.245161 0,-1.239329 1.12,-2.245161 2.5,-2.245161 1.38,0 2.5,1.005832 2.5,2.245161 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942-42);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/tongue.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       style="color:#000000;fill:#f68080;fill-opacity:1;fill-rule:nonzero;stroke:#cc0000;stroke-width:0.99999994;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 129.21077,78.344054 c -0.8269,0 -0.59927,-1.214428 -1.74474,-1.839429 0,0 1.32871,-0.703152 1.32871,-0.703152 2.02783,0.348014 2.06426,1.548539 0.41603,2.542581 z"
+       id="path11720"
+       sodipodi:nodetypes="cccc"
+       inkscape:export-filename="/home/hbons/Desktop/tongue.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:nodetypes="cscsc"
+       id="path17974-06"
+       d="m 129.97372,74 c -0.15063,1.840243 -2.07694,3 -4,3 -1.92305,0 -3.72194,-0.904918 -4,-3 0.843,1.109108 2.32356,2.028463 4,2.028463 1.67645,10e-7 3.15701,-0.919355 4,-2.028463 z"
+       style="opacity:1;fill:#833a00;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/tongue.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.4017776,0.3494647,-0.2648498,0.9196422,118.6362,58.765778)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17976-18"
+       style="opacity:1;fill:none;stroke:#c05e00;stroke-width:0.85073596;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/tongue.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.4017775,0.3494645,0.2648497,0.9196415,133.36381,58.765785)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-36"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/tongue.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-6"
+       transform="matrix(0.9944816,0,0,0.9130993,112.09258,62.714345)"
+       inkscape:export-filename="/home/hbons/Desktop/tongue.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-4);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835-1" />
+    </a>
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,115.53846,68.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-0"
+       style="opacity:1;fill:url(#linearGradient11160-3);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/tongue.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,136.46154,68.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-8"
+       style="opacity:1;fill:url(#linearGradient11158-7);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/tongue.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,39.124886,91.743665)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-98"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient11775);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/hug-left.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,40.306962,92.843326)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-48"
+       style="opacity:1;fill:url(#radialGradient20931-69);fill-opacity:1;stroke:url(#linearGradient20933-68);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/hug-left.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-77"
+       d="m 50.5,98.769473 c 0,1.239327 -1.119998,2.245157 -2.499999,2.245157 C 46.62,101.01463 45.5,100.0088 45.5,98.769473 c 0,-1.239329 1.12,-2.245161 2.500001,-2.245161 1.380001,0 2.499999,1.005832 2.499999,2.245161 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942-401);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/hug-left.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:nodetypes="cscsc"
+       id="path17974-2"
+       d="m 54,102 c -0.150637,1.84024 -2.076945,3 -4,3 -1.923054,0 -3.721944,-0.90492 -4,-3 0.842997,1.10911 2.323555,2.02846 4,2.02846 1.676445,0 3.157002,-0.91935 4,-2.02846 z"
+       style="opacity:1;fill:#833a00;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/hug-left.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.4017776,0.3494647,-0.2648498,0.9196422,42.636195,84.765778)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17976-0"
+       style="opacity:1;fill:none;stroke:#c05e00;stroke-width:0.85073596;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/hug-left.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.4017775,0.3494645,0.2648497,0.9196415,57.363805,84.765785)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-80"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/hug-left.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-15"
+       transform="matrix(0.9944816,0,0,0.9130993,36.092581,88.738656)"
+       inkscape:export-filename="/home/hbons/Desktop/hug-left.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-0);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835-29" />
+    </a>
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,39.53846,94.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-52"
+       style="opacity:1;fill:url(#linearGradient11160-6);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/hug-left.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,61.46154,94.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-83"
+       style="opacity:1;fill:url(#linearGradient11158-67);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/hug-left.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-77-9"
+       d="m 45.5,104 c 0,0.828 -0.671999,1.5 -1.499999,1.5 C 43.172,105.5 42.5,104.828 42.5,104 c 0,-0.828 0.672,-1.5 1.500001,-1.5 0.828,0 1.499999,0.672 1.499999,1.5 z"
+       style="opacity:1;fill:#ecb944;fill-opacity:1;stroke:#93662f;stroke-width:1;stroke-miterlimit:4;stroke-opacity:0.97647059;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/hug-left.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-77-9-9-0"
+       d="m 66.5,104 c 0,0.828 0.671999,1.5 1.499999,1.5 C 68.828,105.5 69.5,104.828 69.5,104 c 0,-0.828 -0.672,-1.5 -1.500001,-1.5 -0.828,0 -1.499999,0.672 -1.499999,1.5 z"
+       style="opacity:1;fill:#ecb944;fill-opacity:1;stroke:#93662f;stroke-width:1;stroke-miterlimit:4;stroke-opacity:0.97647059;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/hug-right.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,65.124886,91.743665)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-98-8"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient11775-6);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/hug-right.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.6516124,0,0,0.6516124,81.693038,92.843326)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-48-0"
+       style="opacity:1;fill:url(#radialGradient20931-69-1);fill-opacity:1;stroke:url(#linearGradient20933-68-4);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/hug-right.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-77-90"
+       d="m 71.5,98.769473 c 0,1.239327 1.119998,2.245157 2.499999,2.245157 1.380001,0 2.500001,-1.00583 2.500001,-2.245157 0,-1.239329 -1.12,-2.245161 -2.500001,-2.245161 -1.380001,0 -2.499999,1.005832 -2.499999,2.245161 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942-401-6);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/hug-right.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:nodetypes="cscsc"
+       id="path17974-2-6"
+       d="m 68,102 c 0.150637,1.84024 2.076945,3 4,3 1.923054,0 3.721944,-0.90492 4,-3 -0.842997,1.10911 -2.323555,2.02846 -4,2.02846 -1.676445,0 -3.157002,-0.91935 -4,-2.02846 z"
+       style="opacity:1;fill:#833a00;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/hug-right.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.4017776,0.3494647,0.2648498,0.9196422,79.363805,84.765778)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17976-0-9"
+       style="opacity:1;fill:none;stroke:#c05e00;stroke-width:0.85073596;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/hug-right.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.4017775,0.3494645,-0.2648497,0.9196415,64.636195,84.765785)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-80-7"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/hug-right.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-15-7"
+       transform="matrix(-0.9944816,0,0,0.9130993,85.907419,88.738656)"
+       inkscape:export-filename="/home/hbons/Desktop/hug-right.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-0-2);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835-29-2" />
+    </a>
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,82.46154,94.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-52-6"
+       style="opacity:1;fill:url(#linearGradient11160-6-1);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/hug-right.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,60.53846,94.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-83-7"
+       style="opacity:1;fill:url(#linearGradient11158-67-4);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/hug-right.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-77-9-2"
+       d="m 76.5,104 c 0,0.828 0.671999,1.5 1.499999,1.5 C 78.828,105.5 79.5,104.828 79.5,104 c 0,-0.828 -0.672,-1.5 -1.500001,-1.5 -0.828,0 -1.499999,0.672 -1.499999,1.5 z"
+       style="opacity:1;fill:#ecb944;fill-opacity:1;stroke:#93662f;stroke-width:1;stroke-miterlimit:4;stroke-opacity:0.97647059;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/hug-right.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,91.124886,91.743665)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-74"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient12113);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/nerdy.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,92.306962,92.843326)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-51"
+       style="opacity:1;fill:url(#radialGradient20931-1);fill-opacity:1;stroke:url(#linearGradient20933-06);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/nerdy.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-2"
+       d="m 100.5,98.745162 c 0,1.239328 -1.12,2.245158 -2.5,2.245158 -1.38,0 -2.5,-1.00583 -2.5,-2.245158 0,-1.239329 1.12,-2.245161 2.5,-2.245161 1.38,0 2.5,1.005832 2.5,2.245161 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942-35);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/nerdy.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:nodetypes="cscsc"
+       id="path17974-8"
+       d="m 104,103 c -0.15064,1.84024 -2.07694,3 -4,3 -1.92305,0 -3.721944,-0.90492 -4,-3 0.842997,1.10911 2.32356,2.02846 4,2.02846 1.67645,0 3.157,-0.91935 4,-2.02846 z"
+       style="opacity:1;fill:#833a00;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/nerdy.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.4017776,0.3494647,-0.2648498,0.9196422,92.636195,83.765778)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17976-7"
+       style="opacity:1;fill:none;stroke:#c05e00;stroke-width:0.85073596;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/nerdy.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.4017775,0.3494645,0.2648497,0.9196415,107.36381,83.765785)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-22"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/nerdy.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-5"
+       transform="matrix(0.9944816,0,0,0.9130993,86.092581,88.714345)"
+       inkscape:export-filename="/home/hbons/Desktop/nerdy.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-89);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835-59" />
+    </a>
+    <a
+       style="opacity:1;fill:none;stroke:#3465a4;stroke-width:0.68207937;display:inline;enable-background:new"
+       id="a22276-5-9"
+       transform="matrix(1.3975009,0,0,1.396667,79.637654,83.639189)"
+       inkscape:export-filename="/home/hbons/Desktop/nerdy.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:none;stroke:#3465a4;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 42,57.5 c -1.928551,0 -3.5,1.5726 -3.5,3.5 0,1.9274 1.571449,3.5 3.5,3.5 0.739207,0 1.435236,-0.233007 2,-0.625 0.564764,0.391993 1.260793,0.625 2,0.625 1.928553,0 3.5,-1.5726 3.5,-3.5 0,-1.9274 -1.571447,-3.5 -3.5,-3.5 -0.739207,0 -1.435236,0.233007 -2,0.625 C 43.435236,57.733007 42.739207,57.5 42,57.5 z"
+         transform="matrix(0.71556305,0,0,0.71599028,-16.914232,-32.677216)"
+         id="path22835-59-4" />
+    </a>
+    <a
+       style="opacity:1;fill:none;stroke:#3465a4;stroke-width:0.68207932;display:inline;enable-background:new"
+       id="a22276-5-9-9"
+       transform="matrix(1.3975009,0,0,1.396667,19.642316,45.639189)" />
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,89.53846,94.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-54"
+       style="opacity:1;fill:url(#linearGradient11160-38);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/nerdy.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,110.46154,94.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-17"
+       style="opacity:1;fill:url(#linearGradient11158-9);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/nerdy.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;color:#000000;fill:#3465a4;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect12264"
+       width="3"
+       height="1"
+       x="105"
+       y="98"
+       rx="0.5"
+       ry="0.5"
+       inkscape:export-filename="/home/hbons/Desktop/nerdy.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;color:#000000;fill:#3465a4;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect12264-5"
+       width="3"
+       height="1"
+       x="92"
+       y="98"
+       rx="0.5"
+       ry="0.5"
+       inkscape:export-filename="/home/hbons/Desktop/nerdy.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;color:#000000;fill:#ae8145;fill-opacity:1;stroke:none;stroke-width:1.33011186;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
+       d="m 55.241425,74.975094 a 0.50007923,0.50002075 0 0 0 -0.37593,0.399379 c -0.762279,3.793182 -4.453343,6.259526 -8.246969,5.497336 -2.824179,-0.567414 -4.877216,-2.609158 -5.474484,-5.426857 a 0.50007923,0.50002075 0 1 0 -0.963321,0.211436 c 0.674516,3.182126 3.060396,5.537829 6.24984,6.17863 4.324116,0.868772 8.552876,-1.925498 9.42175,-6.249109 a 0.50007923,0.50002075 0 0 0 -0.610886,-0.610815 z"
+       id="path17964-6-1-4-4"
+       inkscape:export-filename="/home/hbons/Desktop/grin.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,13.124886,91.743665)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-8"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient12346);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/silent.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,14.306962,92.843326)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-13"
+       style="opacity:1;fill:url(#radialGradient20931-73);fill-opacity:1;stroke:url(#linearGradient20933-8);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/silent.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-80"
+       d="m 22.5,98.745162 c 0,1.239328 -1.119998,2.245158 -2.499999,2.245158 C 18.62,100.99032 17.5,99.98449 17.5,98.745162 c 0,-1.239329 1.12,-2.245161 2.500001,-2.245161 1.380001,0 2.499999,1.005832 2.499999,2.245161 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942-8);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/silent.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.4017776,0.3494647,-0.2648498,0.9196422,14.636195,84.765778)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17976-11"
+       style="opacity:1;fill:none;stroke:#c05e00;stroke-width:0.85073596;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/silent.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.4017775,0.3494645,0.2648497,0.9196415,29.363805,84.765785)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-42"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/silent.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-92"
+       transform="matrix(0.9944816,0,0,0.9130993,8.092581,88.714345)"
+       inkscape:export-filename="/home/hbons/Desktop/silent.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-01);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835-0" />
+    </a>
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,11.53846,94.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-2"
+       style="opacity:1;fill:url(#linearGradient11160-4);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/silent.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,32.46154,94.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-5"
+       style="opacity:1;fill:url(#linearGradient11158-40);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/silent.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.96470588;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect12433"
+       width="9"
+       height="3"
+       x="17.5"
+       y="101.5"
+       rx="1.5"
+       ry="1.5"
+       inkscape:export-filename="/home/hbons/Desktop/silent.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect12435"
+       width="2"
+       height="1"
+       x="18"
+       y="102"
+       inkscape:export-filename="/home/hbons/Desktop/silent.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect12435-3"
+       width="2"
+       height="1"
+       x="20"
+       y="103"
+       inkscape:export-filename="/home/hbons/Desktop/silent.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect12435-5"
+       width="2"
+       height="1"
+       x="24"
+       y="103"
+       inkscape:export-filename="/home/hbons/Desktop/silent.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#6c6f69;stroke-width:1;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 19.5,105.5 c 0,1.104 -0.896,2 -2,2 -1.104,0 -2,-0.896 -2,-2 0,-1.104 0.896,-3.03856 2,-3.03856 1.104,0 2,1.93456 2,3.03856 z"
+       id="path12467"
+       sodipodi:nodetypes="csssc"
+       inkscape:export-filename="/home/hbons/Desktop/silent.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect12435-5-3"
+       width="2"
+       height="1"
+       x="22"
+       y="102"
+       inkscape:export-filename="/home/hbons/Desktop/silent.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path12491"
+       sodipodi:cx="-14.009553"
+       sodipodi:cy="66.712814"
+       sodipodi:rx="0.79549515"
+       sodipodi:ry="0.53033006"
+       d="m -13.214058,66.712814 a 0.79549515,0.53033006 0 1 1 -1.59099,0 0.79549515,0.53033006 0 1 1 1.59099,0 z"
+       transform="matrix(0.62853907,0,0,0.9428114,26.305551,42.602397)"
+       inkscape:export-filename="/home/hbons/Desktop/silent.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,117.12489,91.743665)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-3"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient12545);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/dont-know.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,118.30696,92.843326)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-9"
+       style="opacity:1;fill:url(#radialGradient20931-06);fill-opacity:1;stroke:url(#linearGradient20933-2);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/dont-know.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-0"
+       d="m 126.5,98.745162 c 0,1.239328 -1.12,2.245158 -2.5,2.245158 -1.38,0 -2.5,-1.00583 -2.5,-2.245158 0,-1.239329 1.12,-2.245161 2.5,-2.245161 1.38,0 2.5,1.005832 2.5,2.245161 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942-31);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/dont-know.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.4017776,0.3494647,-0.2648498,0.9196422,118.6362,84.765778)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17976-31"
+       style="opacity:1;fill:none;stroke:#c05e00;stroke-width:0.85073596;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/dont-know.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.4017775,0.3494645,0.2648497,0.9196415,133.36381,84.765785)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-9"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/dont-know.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-2"
+       transform="matrix(0.9944816,0,0,0.9130993,112.09258,88.714345)"
+       inkscape:export-filename="/home/hbons/Desktop/dont-know.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-7);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835-595" />
+    </a>
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,114.53846,94.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-3"
+       style="opacity:1;fill:url(#linearGradient11160-89);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/dont-know.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,137.46154,94.027947)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-00"
+       style="opacity:1;fill:url(#linearGradient11158-8);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/dont-know.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.0853488"
+       sodipodi:start="3.8153023"
+       transform="matrix(1.1357476,0.9448051,-0.7531863,0.62514938,123.26224,90.45873)"
+       d="M 7.3664462,8.1369781 A 1.2276785,1.7410715 0 0 1 8.7732258,7.6018362"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17976-31-9"
+       style="opacity:1;fill:none;stroke:#c05e00;stroke-width:0.83870131;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/dont-know.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,13.124886,117.74366)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-9-8"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient12705);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/yawn.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,14.306962,118.84333)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-7-5"
+       style="opacity:1;fill:url(#radialGradient20931-7-7);fill-opacity:1;stroke:url(#linearGradient20933-0-6);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/yawn.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;color:#000000;fill:#5f2a00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path8925-1"
+       sodipodi:cx="7.4688153"
+       sodipodi:cy="29.722292"
+       sodipodi:rx="2.1213202"
+       sodipodi:ry="1.7456698"
+       d="m 9.5901356,29.722292 a 2.1213202,1.7456698 0 1 1 -4.2426405,0 2.1213202,1.7456698 0 1 1 4.2426405,0 z"
+       transform="matrix(1.4142137,0,0,2.0049611,11.437499,67.907961)"
+       inkscape:export-filename="/home/hbons/Desktop/yawn.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.7779054"
+       sodipodi:start="3.1105795"
+       transform="matrix(-1.263565,0.7003635,0.4938459,0.81975733,25.888293,109.7744)"
+       d="M 7.0988043,9.2772016 A 1.2276785,1.7410715 0 0 1 9.4001591,8.3804443"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-4-5"
+       style="opacity:1;fill:none;stroke:#aa4b00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/yawn.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.7779054"
+       sodipodi:start="3.1105795"
+       transform="matrix(-1.4444612,-0.02524993,0.01780443,0.95685362,35.928956,114.55141)"
+       d="M 7.0988043,9.2772016 A 1.2276785,1.7410715 0 0 1 9.4001591,8.3804443"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-4-4-5"
+       style="opacity:1;fill:none;stroke:#aa4b00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/yawn.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,39.124886,117.74366)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-36"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient12889);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/angry.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,40.306962,118.84333)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-61"
+       style="opacity:1;fill:url(#radialGradient20931-5);fill-opacity:1;stroke:url(#linearGradient20933-680);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/angry.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-20"
+       d="m 48.5,124.74516 c 0,1.23933 -1.119998,2.24516 -2.499999,2.24516 C 44.62,126.99032 43.5,125.98449 43.5,124.74516 43.5,123.50583 44.62,122.5 46.000001,122.5 47.380002,122.5 48.5,123.50583 48.5,124.74516 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942-9);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/angry.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.2383151,0.74409766,0.46300772,-0.83756176,31.640299,122.30756)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-1"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/angry.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-10"
+       transform="matrix(0.9944816,0,0,0.9130993,34.092581,114.71434)"
+       inkscape:export-filename="/home/hbons/Desktop/angry.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-6);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835-57" />
+    </a>
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,37.53846,120.02795)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-05"
+       style="opacity:1;fill:url(#linearGradient11160-71);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/angry.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,58.46154,120.02795)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-65"
+       style="opacity:1;fill:url(#linearGradient11158-2);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/angry.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.2383151,0.74409766,-0.46300772,-0.83756176,64.359701,122.30756)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-1-9"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/angry.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#fb7c00;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect12433-9"
+       width="7"
+       height="2"
+       x="44.5"
+       y="128.5"
+       rx="1"
+       ry="1"
+       inkscape:export-filename="/home/hbons/Desktop/angry.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,65.124886,117.74366)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-7-7-5"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient13071);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/cross.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,66.30696,118.84333)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-3-8-4"
+       style="opacity:1;fill:url(#radialGradient20931-2-9-1);fill-opacity:1;stroke:url(#linearGradient20933-6-0-9);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/cross.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-6-7-7"
+       d="m 74.5,124.74516 c 0,1.23933 -1.119998,2.24516 -2.499999,2.24516 C 70.62,126.99032 69.5,125.98449 69.5,124.74516 69.5,123.50583 70.62,122.5 72.000001,122.5 73.380002,122.5 74.5,123.50583 74.5,124.74516 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942-4-8-5);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/cross.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(1.4017776,0.3494647,-0.2648498,0.9196422,66.636195,110.76578)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17976-6-1-3"
+       style="opacity:1;fill:none;stroke:#c05e00;stroke-width:0.85073596;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/cross.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.4017775,0.3494645,0.2648497,0.9196415,81.363805,110.76578)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-3-9-3"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/cross.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-9-0-0"
+       transform="matrix(0.9944816,0,0,0.9130993,60.092581,114.71434)"
+       inkscape:export-filename="/home/hbons/Desktop/cross.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-1-6-3);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.380001,0 2.5,1.12 2.5,2.5 z"
+         id="path22835-4-9-5" />
+    </a>
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,63.53846,120.02795)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-8-8-8"
+       style="opacity:1;fill:url(#linearGradient11160-7-2-0);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/cross.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,84.46154,120.02795)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-1-8-7"
+       style="opacity:1;fill:url(#linearGradient11158-5-4-1);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/cross.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;color:#000000;fill:#833a00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9718-5"
+       width="2"
+       height="1"
+       x="73"
+       y="129"
+       rx="0"
+       ry="0"
+       inkscape:export-filename="/home/hbons/Desktop/cross.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;color:#000000;fill:#833a00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9718-5-7"
+       width="1"
+       height="1"
+       x="75"
+       y="128"
+       rx="0"
+       ry="0"
+       inkscape:export-filename="/home/hbons/Desktop/cross.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;color:#000000;fill:#833a00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9718-5-7-8"
+       width="1"
+       height="1"
+       x="75"
+       y="130"
+       rx="0"
+       ry="0"
+       inkscape:export-filename="/home/hbons/Desktop/cross.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;color:#000000;fill:#833a00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9718-5-7-2"
+       width="1"
+       height="1"
+       x="72"
+       y="128"
+       rx="0"
+       ry="0"
+       inkscape:export-filename="/home/hbons/Desktop/cross.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;color:#000000;fill:#833a00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9718-5-7-9"
+       width="1"
+       height="1"
+       x="72"
+       y="130"
+       rx="0"
+       ry="0"
+       inkscape:export-filename="/home/hbons/Desktop/cross.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,91.124886,117.74366)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-9-8-5"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient13257);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/kiss.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,92.306962,118.84333)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-7-5-8"
+       style="opacity:1;fill:url(#radialGradient20931-7-7-8);fill-opacity:1;stroke:url(#linearGradient20933-0-6-8);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/kiss.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       style="opacity:1;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:#7c0000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 98.16375,124.4838 c -2.643477,0 -3.046802,2.23703 -2.381807,3.44372 0,0 0.904583,0.007 0.904583,0.007 -0.883985,1.58384 0.375854,3.56568 3.274274,3.56568 4.28732,0 4.46984,-2.06141 3.2311,-3.57352 0.31129,0 1.07881,-0.0168 1.07881,-0.0168 0.56979,-1.61273 0.20793,-3.42601 -2.58498,-3.42601 -1.01923,0 -1.17033,0.93227 -1.67582,0.93227 -0.51324,0 -0.51029,-0.93227 -1.58292,-0.93227 l 0,3e-5 0,5e-5 -0.26324,1e-5 z"
+       id="path8925-1-2"
+       sodipodi:nodetypes="cccscccccccc"
+       inkscape:export-filename="/home/hbons/Desktop/kiss.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.7779054"
+       sodipodi:start="3.1105795"
+       transform="matrix(-1.4017775,0.34946451,0.2648497,0.9196415,107.01219,111.74998)"
+       d="M 7.0988043,9.2772016 A 1.2276785,1.7410715 0 0 1 9.4001591,8.3804443"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-4-5-5"
+       style="opacity:1;fill:none;stroke:#aa4b00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/kiss.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.7779054"
+       sodipodi:start="3.1105795"
+       transform="matrix(-1.4017775,0.34946451,0.2648497,0.9196415,111.47568,111.74998)"
+       d="M 7.0988043,9.2772016 A 1.2276785,1.7410715 0 0 1 9.4001591,8.3804443"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-4-4-5-1"
+       style="opacity:1;fill:none;stroke:#aa4b00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/kiss.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.40639271;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.9513405;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path13345"
+       sodipodi:cx="41.708252"
+       sodipodi:cy="80.203087"
+       sodipodi:rx="1.5136504"
+       sodipodi:ry="0.89493203"
+       d="m 40.330716,80.573985 a 1.5136504,0.89493203 0 0 1 1.918471,-1.206731"
+       transform="matrix(0.99098178,0,0,1.1149682,56.667882,37.061957)"
+       sodipodi:start="2.7142621"
+       sodipodi:end="5.0778406"
+       sodipodi:open="true"
+       inkscape:export-filename="/home/hbons/Desktop/kiss.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;color:#000000;fill:none;stroke:#7c0000;stroke-width:0.75406045;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path13368"
+       sodipodi:cx="44.234375"
+       sodipodi:cy="82.375"
+       sodipodi:rx="2.265625"
+       sodipodi:ry="1.5"
+       d="m 42.629825,81.316005 a 2.265625,1.5 0 0 1 3.383603,0.130203"
+       transform="matrix(1.0041802,0,0,1.7513635,53.652653,-14.158208)"
+       sodipodi:start="3.9254219"
+       sodipodi:end="5.6154683"
+       sodipodi:open="true"
+       inkscape:export-filename="/home/hbons/Desktop/kiss.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.40639271;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.9569419;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path13345-6"
+       sodipodi:cx="41.708252"
+       sodipodi:cy="80.203087"
+       sodipodi:rx="1.5136504"
+       sodipodi:ry="0.89493203"
+       d="m 41.041992,79.399513 a 1.5136504,0.89493203 0 0 1 2.170316,0.904177"
+       transform="matrix(-0.97731815,0,0,1.1173596,142.74189,36.86802)"
+       sodipodi:start="4.2566034"
+       sodipodi:end="6.3958376"
+       sodipodi:open="true"
+       inkscape:export-filename="/home/hbons/Desktop/kiss.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.40639271;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.68089461;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path13345-7"
+       sodipodi:cx="41.708252"
+       sodipodi:cy="80.203087"
+       sodipodi:rx="1.5136504"
+       sodipodi:ry="0.89493203"
+       d="m 40.216681,80.050788 a 1.5136504,0.89493203 0 0 1 2.496725,-0.516824"
+       transform="matrix(1.6020994,0,0,-1.3463277,33.068879,237.25826)"
+       sodipodi:start="3.3126047"
+       sodipodi:end="5.4386241"
+       sodipodi:open="true"
+       inkscape:export-filename="/home/hbons/Desktop/kiss.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;color:#000000;fill:none;stroke:#7c0000;stroke-width:0.75837636;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path13368-5"
+       sodipodi:cx="44.234375"
+       sodipodi:cy="82.375"
+       sodipodi:rx="2.265625"
+       sodipodi:ry="1.5"
+       d="m 42.629825,81.316005 a 2.265625,1.5 0 0 1 3.383603,0.130203"
+       transform="matrix(-0.99278313,0,0,1.7513635,145.78285,-14.158213)"
+       sodipodi:start="3.9254219"
+       sodipodi:end="5.6154683"
+       sodipodi:open="true"
+       inkscape:export-filename="/home/hbons/Desktop/kiss.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.751736,0,0,0.751736,117.12489,117.74366)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17960-7-7-7"
+       style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient13532);stroke-width:1.33355498;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/uhm-yeah.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(0.6516124,0,0,0.6516124,118.30696,118.84333)"
+       d="m 21.781414,10.983024 a 9.975256,9.975256 0 1 1 -19.9505119,0 9.975256,9.975256 0 1 1 19.9505119,0 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path17964-3-8-2"
+       style="opacity:1;fill:url(#radialGradient20931-2-9-6);fill-opacity:1;stroke:url(#linearGradient20933-6-0-1);stroke-width:1.53465486;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/uhm-yeah.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       id="path17966-6-7-8"
+       d="m 126.5,124.74516 c 0,1.23933 -1.12,2.24516 -2.5,2.24516 -1.38,0 -2.5,-1.00583 -2.5,-2.24516 0,-1.23933 1.12,-2.24516 2.5,-2.24516 1.38,0 2.5,1.00583 2.5,2.24516 z"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942-4-8-4);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       inkscape:export-filename="/home/hbons/Desktop/uhm-yeah.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="5.6135639"
+       sodipodi:start="3.5782199"
+       transform="matrix(-1.4017775,0.3494645,0.2648497,0.9196415,133.36381,110.76578)"
+       d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
+       sodipodi:ry="1.7410715"
+       sodipodi:rx="1.2276785"
+       sodipodi:cy="9.2232141"
+       sodipodi:cx="8.3258924"
+       id="path17978-3-9-6"
+       style="opacity:1;fill:none;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/uhm-yeah.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <a
+       style="opacity:1;display:inline;enable-background:new"
+       id="a22276-9-0-4"
+       transform="matrix(0.9944816,0,0,0.9130993,112.09258,114.71434)"
+       inkscape:export-filename="/home/hbons/Desktop/uhm-yeah.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915-1-6-9);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+         d="m 18.5,11 c 0,1.38 -1.119999,2.5 -2.5,2.5 -1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.319977,-1.3867958 2.699977,-1.3867958 C 17.579978,9.6132042 18.5,9.62 18.5,11 z"
+         id="path22835-4-9-8"
+         sodipodi:nodetypes="csssc" />
+    </a>
+    <path
+       transform="matrix(0.9747196,0,0,0.5150957,115.53846,120.02795)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path17968-8-8-7"
+       style="opacity:1;fill:url(#linearGradient11160-7-2-01);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/uhm-yeah.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       transform="matrix(-0.9747196,0,0,0.5150957,136.46154,120.02795)"
+       d="m 10.732871,9.6526775 a 1.0259361,1.9413869 0 1 1 -2.0518722,0 1.0259361,1.9413869 0 1 1 2.0518722,0 z"
+       sodipodi:ry="1.9413869"
+       sodipodi:rx="1.0259361"
+       sodipodi:cy="9.6526775"
+       sodipodi:cx="9.7069349"
+       id="path11156-1-8-9"
+       style="opacity:1;fill:url(#linearGradient11158-5-4-6);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       sodipodi:type="arc"
+       inkscape:export-filename="/home/hbons/Desktop/uhm-yeah.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;color:#000000;fill:#833a00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9718-4"
+       width="6"
+       height="1"
+       x="123"
+       y="129"
+       rx="0.5"
+       ry="0.5"
+       inkscape:export-filename="/home/hbons/Desktop/uhm-yeah.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;color:#000000;fill:#b65a00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9718-4-5"
+       width="3"
+       height="1"
+       x="127"
+       y="121"
+       rx="0.5"
+       ry="0.5"
+       inkscape:export-filename="/home/hbons/Desktop/uhm-yeah.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+  </g>
+</svg>
Binary file pidgin/pixmaps/emotes/small/16/search.png has changed
Binary file pidgin/pixmaps/emotes/small/16/shame.png has changed
Binary file pidgin/pixmaps/emotes/small/16/shock.png has changed
Binary file pidgin/pixmaps/emotes/small/16/sick.png has changed
Binary file pidgin/pixmaps/emotes/small/16/silent.png has changed
Binary file pidgin/pixmaps/emotes/small/16/sleepy.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pidgin/pixmaps/emotes/small/16/small.theme.in	Tue Nov 18 22:35:40 2008 +0000
@@ -0,0 +1,156 @@
+_Name=Small
+_Description=Smaller versions of the default smilies
+Icon=wink.png
+Author=Hylke Bons
+
+
+# Default smileys
+[default]
+smile.png           :)      :-)
+smile-big.png       :-D     :-d     :D      :d
+sad.png             :-(     :(
+wink.png            ;-)     ;)
+tongue.png          :P      :-P     :-p     :p
+shock.png           =-O     =-o
+kiss.png            :-*
+crying.png          :'(
+thinking.png        :-/     :-\\
+angel.png           O:-)    o:-)
+
+
+# Following AIM 6.1
+[AIM]
+smile.png           :-)     :)
+wink.png            ;-)     ;)
+sad.png             :-(     :(
+tongue.png          :-P     :P      :-p    :p
+shock.png           =-O
+kiss.png            :-*
+smile-big.png       :-D     :D
+angel.png           O:-)
+thinking.png        :-\\    :-/
+crying.png          :'(
+
+
+# Following Windows Live Messenger 8.1
+[MSN]
+smile.png           :)      :-)
+smile-big.png       :D      :d :-D :-d
+wink.png            ;)      ;-)
+shock.png           :-O     :-o :O :o
+tongue.png          :P      :p :-P :-p
+angry.png           :@      :-@
+confused.png        :S      :s :-S :-s
+sad.png             :(      :-(
+crying.png          :'(
+neutral.png         :|      :-|
+devil.png           (6)
+angel.png           (A)     (a)
+love.png            (L)     (l)
+musical-note.png    (8)
+kiss.png            (K)     (k)
+camera.png          (P)     (p)
+coffee.png          (C)     (c)
+phone.png           (T)     (t)
+hug-left.png        ({)
+hug-right.png       (})
+beer.png            (B)     (b)
+sick.png            +o(
+plate.png           (pl)
+dont-know.png       :^)
+thinking.png        *-)
+party.png           <:o)
+yawn.png            |-) 
+
+# Hidden MSN emotes
+cigarette.png      	(ci)    (CI)
+console.png			(xx)    (XX)
+
+
+# Following QQ 2006
+[QQ]
+shock.png           /:O      /jy       /surprised
+party.png           /8-)     /dy       /revel
+crying.png          /:<      /ll       /cry
+sleepy.png          /:Z      /shui     /sleep
+smile-big.png       /:D      /cy       /toothy_smile
+smile.png           /:)      /wx       /small_smile
+sad.png             /:(      /ng       /sad
+sick.png            /:T      /tu       /vomit
+yawn.png            /|-)     /kun      /sleepy
+question.png        /?       /yiw      /question
+search.png          /find    /zhao     /search
+hug-left.png        /hug     /yb       /hug
+musical-note.png    /music   /yy       /music
+coffee.png          /coffee  /kf       /coffee
+kiss.png            /kiss    /wen      /kiss
+love.png            /heart   /xin      /heart
+meeting.png         /meeting /hy       /meeting
+phone.png           /phone   /dh       /phone
+tv.png              /TV      /ds       /TV
+angry.png           /<O>     /oh       /angry
+
+
+# Following ICQ 6.0
+[ICQ]
+smile.png           :-)     :)
+neutral.png         :-$
+sad.png             :-(     :(
+shock.png           =-O
+wink.png            ;-)     ;)
+tongue.png          :-P     :P      :-p     :p
+sleepy.png          *TIRED*
+crying.png          :'(    :'-(
+sick.png            :-!
+kiss.png            :-{} :-*
+devil.png           ]:->
+angel.png           O:-)
+thinking.png        :-\\    :-/
+beer.png            *DRINK*
+smile-big.png       :-D     :D
+
+
+# Following Yahoo! Messenger 8.1
+[Yahoo]
+smile.png           :)      :-)
+question.png        :-/     :-\\
+shock.png           :-O     :O      :-o     :o 
+devil.png           >:)
+angel.png           O:-)    o:-)    0:-)
+sick.png            :-&
+yawn.png            (:|
+sad.png             :(      :-(
+angry.png           X-(     x-(     X(      x(
+crying.png          :((
+wink.png            ;)      ;-)
+thinking.png        :-?
+smile-big.png       :D      :-D     :d      :-d
+tongue.png          :-P     :P      :-p     :p
+neutral.png         :|      :-|
+sleepy.png          I-)     i-)     |-)
+kiss.png            :-*     :*
+confused.png        :-S     :-s
+hug-left.png        >:D<    >:d<
+party.png           <:-P    <:-p
+
+# Hidden Yahoo emotes
+coffee.png          ~o)     ~O)
+dont-know.png       :-L     :-l
+shame.png           [-X     [-x
+musical-note.png    :-"
+
+# Only available after activating the Yahoo! Fighter IMVironment
+
+
+# Following MySpaceIM Beta 1.0.697.0
+[MySpaceIM]
+smile-big.png	    :D      :-D
+devil.png	    }:)
+confused.png	    :Z
+smile.png	    :)      :-)
+shock.png	    :O
+neutral.png	    :|
+tongue.png	    :P      :p
+wink.png	    ;-)     ;)
+sad.png		    :[
+kiss.png            :x
Binary file pidgin/pixmaps/emotes/small/16/smile-big.png has changed
Binary file pidgin/pixmaps/emotes/small/16/smile.png has changed
Binary file pidgin/pixmaps/emotes/small/16/thinking.png has changed
Binary file pidgin/pixmaps/emotes/small/16/tongue.png has changed
Binary file pidgin/pixmaps/emotes/small/16/tv.png has changed
Binary file pidgin/pixmaps/emotes/small/16/uhm-yeah.png has changed
Binary file pidgin/pixmaps/emotes/small/16/wink.png has changed
Binary file pidgin/pixmaps/emotes/small/16/yawn.png has changed
--- a/po/POTFILES.in	Tue Nov 18 20:24:59 2008 +0000
+++ b/po/POTFILES.in	Tue Nov 18 22:35:40 2008 +0000
@@ -219,6 +219,7 @@
 pidgin/pidgintooltip.c
 pidgin/pixmaps/emotes/default/24/default.theme.in
 pidgin/pixmaps/emotes/none/none.theme.in
+pidgin/pixmaps/emotes/small/16/small.theme.in
 pidgin/plugins/cap/cap.c
 pidgin/plugins/contact_priority.c
 pidgin/plugins/convcolors.c