clean up confusion between AltusMetrum and OpenAlt naming for original
authorBdale Garbee <bdale@gag.com>
Tue, 30 Nov 2010 21:20:16 +0000 (14:20 -0700)
committerBdale Garbee <bdale@gag.com>
Tue, 30 Nov 2010 21:20:16 +0000 (14:20 -0700)
design based on LPC2148, add a reference to being US based with a flag
image from openclipart.org

17 files changed:
AltusMetrum.mdwn [deleted file]
AltusMetrum/AltusMetrum.odp [deleted file]
AltusMetrum/hpim2581-thumb.jpg [deleted file]
AltusMetrum/hpim2581.jpg [deleted file]
AltusMetrum/hpim2582-thumb.jpg [deleted file]
AltusMetrum/hpim2582.jpg [deleted file]
AltusMetrum/index.mdwn [deleted file]
OpenAlt.mdwn [new file with mode: 0644]
OpenAlt/AltusMetrum.odp [new file with mode: 0644]
OpenAlt/hpim2581-thumb.jpg [new file with mode: 0644]
OpenAlt/hpim2581.jpg [new file with mode: 0755]
OpenAlt/hpim2582-thumb.jpg [new file with mode: 0644]
OpenAlt/hpim2582.jpg [new file with mode: 0755]
OpenAlt/index.mdwn [new file with mode: 0644]
index.mdwn
jp_draws_US_Flag.png [new file with mode: 0644]
jp_draws_US_Flag.svg [new file with mode: 0644]

diff --git a/AltusMetrum.mdwn b/AltusMetrum.mdwn
deleted file mode 100644 (file)
index 028e662..0000000
+++ /dev/null
@@ -1 +0,0 @@
-[[!map pages="AltusMetrum/* and ! AltusMetrum/*/*"]]
diff --git a/AltusMetrum/AltusMetrum.odp b/AltusMetrum/AltusMetrum.odp
deleted file mode 100644 (file)
index 3d7d457..0000000
Binary files a/AltusMetrum/AltusMetrum.odp and /dev/null differ
diff --git a/AltusMetrum/hpim2581-thumb.jpg b/AltusMetrum/hpim2581-thumb.jpg
deleted file mode 100644 (file)
index 1e6f31c..0000000
Binary files a/AltusMetrum/hpim2581-thumb.jpg and /dev/null differ
diff --git a/AltusMetrum/hpim2581.jpg b/AltusMetrum/hpim2581.jpg
deleted file mode 100755 (executable)
index c67733d..0000000
Binary files a/AltusMetrum/hpim2581.jpg and /dev/null differ
diff --git a/AltusMetrum/hpim2582-thumb.jpg b/AltusMetrum/hpim2582-thumb.jpg
deleted file mode 100644 (file)
index a43b36c..0000000
Binary files a/AltusMetrum/hpim2582-thumb.jpg and /dev/null differ
diff --git a/AltusMetrum/hpim2582.jpg b/AltusMetrum/hpim2582.jpg
deleted file mode 100755 (executable)
index 7b584a5..0000000
Binary files a/AltusMetrum/hpim2582.jpg and /dev/null differ
diff --git a/AltusMetrum/index.mdwn b/AltusMetrum/index.mdwn
deleted file mode 100644 (file)
index cc70e75..0000000
+++ /dev/null
@@ -1,105 +0,0 @@
-# AltusMetrum
-
-This is the design that started it all!  Bdale got frustrated with existing
-commercial altimeters and decided to build his own.  This project was 
-presented in talks at LCA, SCALE, OLS, and Debconf in 2008.
-
-Here are photos of the front and back sides of the version 0.1 prototype PCB,
-which was 100% auto-routed on 2 layers using the 
-[gEDA](http://www.gpleda.org) 
-schematic and pcb tools.
-
-<a href="hpim2581.jpg"> <img src="hpim2581-thumb.jpg"></a>
-<a href="hpim2582.jpg"> <img src="hpim2582-thumb.jpg"></a>
-
-## Features ##
-
-### User View ###
-
-* Recording altimeter for model rocketry
-* Supports dual deployment (can fire 2 ejection charges)
-* Primary operations based on pressure sensor
-* 3-axis accelerometer
-* Temperature sensor
-* 2 serial ports for attachment of GPS and RF link modules
-* USB for data recovery and post-flight power source
-* Flexible battery choices
-* Designed to fit 24mm airframe tube
-
-### Developer View ###
-
-* NXP LPC-2148 Processor (ARM7TDMI-S)
-       * 512k Flash memory, 32k RAM
-       * USB plus lots of analog, digital, and serial I/O
-* Microchip 24FC1025 CMOS serial EEPROM
-       * 128k x 8
-       * I2C interface
-* Various Sensors
-       * Freescale MP3H6115A pressure sensor
-       * Freescale MMA7260QT 3-axis accelerometer
-       * Microchip MCP9700A temperature sensor
-       * (Honeywell 2-axis magnetic sensor left out of v0.1)
-* Software Features
-       * Written mostly in C with some ARM assembler
-       * Runs from on-chip flash, uses on-chip RAM, stores flight data to
-               serial EEPROM chip
-       * USB serial emulation for "console" interface
-       * Uses GCC, newlib, FreeRTOS, LPCUSB
-       * Based on a demo package written for the Olimex LPC-P2148 eval board
-               by J C Wren
-* Licenses
-       * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
-       * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
-
-## Problems ##
-
-In addition to the various "oopses" that were found and fixed during initial
-turn-on of this board, several issues contributed to the decision to shelve
-the design for now:
-
-* lots of work went in to trying to make the board fit in a 24mm airframe,
-  but the resulting design with battery is really too heavy for such a small
-  rocket.
-
-* the 3-axis accelerometer has a max scale of +/- 6g.  This is insufficient
-  for characterizing the kinds of motors that we're playing with now.
-
-* while using a gcc-based toolchain to cross-develop for the ARM7 core works
-  reasonably well, it's a heavy toolchain to build and maintain, and the
-  processor really is serious overkill for the task at hand.
-
-## Artifacts ##
-
-The best version of Bdale's [Peace Love and Rockets](AltusMetrum.odp) 
-presentation about this hardware generation was given at the Ohio LinuxFest 
-2008.  Note that there are many photos included, so this is a HUGE file!
-
-The version 0.1 design had enough issues that Bdale decided not to publish
-it.  Work on an 0.2 revision is mostly complete at the schematic level, and
-some printed circuit board artwork updates were made, but a second run of
-boards was never attempted.  This design is now mostly of historical interest.
-
-## Futures ##
-
-If we decide to do further work on this design, a number of changes seem
-potentially appropriate for the next board revision, in addition to just
-fixing bugs found in the turn-on of the initial boards.
-
-* The LiPo battery support from [TeleMetrum](../TeleMetrum) should be copied
-  into this design, replacing the battery screw terminals with a standard LiPo
-  2-pin battery connector.
-
-* The [SparkFun](http://www.sparkfun.com) folks have produced 
-  a [USB bootloader for the LPC2148](http://www.sparkfun.com/commerce/tutorial_info.php?tutorials_id=94).  It 
-  requires an SD card for temporary storage of code to be
-  flashed.  Replacing the current external SPI memory chip with a microSD 
-  socket could make sense.  The socket size is under a cm square, and ones 
-  that have a fold-up locking top are about $2, vs over $6 for the current
-  memory chip.  The cards themselves are getting very cheap, too, and can
-  store much more data than the current 128k memory chip.  This would require 
-  moving ADC_Vbat to a different ADC input so that pins 27, 29, 30, and 31 
-  would be available for the microSD socket.
-
-* Consideration should be given to changing the accelerometer for a higher-G
-  single axis unit as in [TeleMetrum](../TeleMetrum) if we want to be able to
-  use it for motor characterization.
diff --git a/OpenAlt.mdwn b/OpenAlt.mdwn
new file mode 100644 (file)
index 0000000..028e662
--- /dev/null
@@ -0,0 +1 @@
+[[!map pages="AltusMetrum/* and ! AltusMetrum/*/*"]]
diff --git a/OpenAlt/AltusMetrum.odp b/OpenAlt/AltusMetrum.odp
new file mode 100644 (file)
index 0000000..3d7d457
Binary files /dev/null and b/OpenAlt/AltusMetrum.odp differ
diff --git a/OpenAlt/hpim2581-thumb.jpg b/OpenAlt/hpim2581-thumb.jpg
new file mode 100644 (file)
index 0000000..1e6f31c
Binary files /dev/null and b/OpenAlt/hpim2581-thumb.jpg differ
diff --git a/OpenAlt/hpim2581.jpg b/OpenAlt/hpim2581.jpg
new file mode 100755 (executable)
index 0000000..c67733d
Binary files /dev/null and b/OpenAlt/hpim2581.jpg differ
diff --git a/OpenAlt/hpim2582-thumb.jpg b/OpenAlt/hpim2582-thumb.jpg
new file mode 100644 (file)
index 0000000..a43b36c
Binary files /dev/null and b/OpenAlt/hpim2582-thumb.jpg differ
diff --git a/OpenAlt/hpim2582.jpg b/OpenAlt/hpim2582.jpg
new file mode 100755 (executable)
index 0000000..7b584a5
Binary files /dev/null and b/OpenAlt/hpim2582.jpg differ
diff --git a/OpenAlt/index.mdwn b/OpenAlt/index.mdwn
new file mode 100644 (file)
index 0000000..cc70e75
--- /dev/null
@@ -0,0 +1,105 @@
+# AltusMetrum
+
+This is the design that started it all!  Bdale got frustrated with existing
+commercial altimeters and decided to build his own.  This project was 
+presented in talks at LCA, SCALE, OLS, and Debconf in 2008.
+
+Here are photos of the front and back sides of the version 0.1 prototype PCB,
+which was 100% auto-routed on 2 layers using the 
+[gEDA](http://www.gpleda.org) 
+schematic and pcb tools.
+
+<a href="hpim2581.jpg"> <img src="hpim2581-thumb.jpg"></a>
+<a href="hpim2582.jpg"> <img src="hpim2582-thumb.jpg"></a>
+
+## Features ##
+
+### User View ###
+
+* Recording altimeter for model rocketry
+* Supports dual deployment (can fire 2 ejection charges)
+* Primary operations based on pressure sensor
+* 3-axis accelerometer
+* Temperature sensor
+* 2 serial ports for attachment of GPS and RF link modules
+* USB for data recovery and post-flight power source
+* Flexible battery choices
+* Designed to fit 24mm airframe tube
+
+### Developer View ###
+
+* NXP LPC-2148 Processor (ARM7TDMI-S)
+       * 512k Flash memory, 32k RAM
+       * USB plus lots of analog, digital, and serial I/O
+* Microchip 24FC1025 CMOS serial EEPROM
+       * 128k x 8
+       * I2C interface
+* Various Sensors
+       * Freescale MP3H6115A pressure sensor
+       * Freescale MMA7260QT 3-axis accelerometer
+       * Microchip MCP9700A temperature sensor
+       * (Honeywell 2-axis magnetic sensor left out of v0.1)
+* Software Features
+       * Written mostly in C with some ARM assembler
+       * Runs from on-chip flash, uses on-chip RAM, stores flight data to
+               serial EEPROM chip
+       * USB serial emulation for "console" interface
+       * Uses GCC, newlib, FreeRTOS, LPCUSB
+       * Based on a demo package written for the Olimex LPC-P2148 eval board
+               by J C Wren
+* Licenses
+       * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
+       * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
+
+## Problems ##
+
+In addition to the various "oopses" that were found and fixed during initial
+turn-on of this board, several issues contributed to the decision to shelve
+the design for now:
+
+* lots of work went in to trying to make the board fit in a 24mm airframe,
+  but the resulting design with battery is really too heavy for such a small
+  rocket.
+
+* the 3-axis accelerometer has a max scale of +/- 6g.  This is insufficient
+  for characterizing the kinds of motors that we're playing with now.
+
+* while using a gcc-based toolchain to cross-develop for the ARM7 core works
+  reasonably well, it's a heavy toolchain to build and maintain, and the
+  processor really is serious overkill for the task at hand.
+
+## Artifacts ##
+
+The best version of Bdale's [Peace Love and Rockets](AltusMetrum.odp) 
+presentation about this hardware generation was given at the Ohio LinuxFest 
+2008.  Note that there are many photos included, so this is a HUGE file!
+
+The version 0.1 design had enough issues that Bdale decided not to publish
+it.  Work on an 0.2 revision is mostly complete at the schematic level, and
+some printed circuit board artwork updates were made, but a second run of
+boards was never attempted.  This design is now mostly of historical interest.
+
+## Futures ##
+
+If we decide to do further work on this design, a number of changes seem
+potentially appropriate for the next board revision, in addition to just
+fixing bugs found in the turn-on of the initial boards.
+
+* The LiPo battery support from [TeleMetrum](../TeleMetrum) should be copied
+  into this design, replacing the battery screw terminals with a standard LiPo
+  2-pin battery connector.
+
+* The [SparkFun](http://www.sparkfun.com) folks have produced 
+  a [USB bootloader for the LPC2148](http://www.sparkfun.com/commerce/tutorial_info.php?tutorials_id=94).  It 
+  requires an SD card for temporary storage of code to be
+  flashed.  Replacing the current external SPI memory chip with a microSD 
+  socket could make sense.  The socket size is under a cm square, and ones 
+  that have a fold-up locking top are about $2, vs over $6 for the current
+  memory chip.  The cards themselves are getting very cheap, too, and can
+  store much more data than the current 128k memory chip.  This would require 
+  moving ADC_Vbat to a different ADC input so that pins 27, 29, 30, and 31 
+  would be available for the microSD socket.
+
+* Consideration should be given to changing the accelerometer for a higher-G
+  single axis unit as in [TeleMetrum](../TeleMetrum) if we want to be able to
+  use it for motor characterization.
index c36f5d292ac3820cc19060a12ad87db15df1316a..2f44e54b28f983c40f1c087c15efe52243c2941d 100644 (file)
@@ -40,7 +40,7 @@ To find more information about the rockets Bdale and his son have built, see
 <p>
 As Bdale and Robert became more experienced in the hobby and started to build
 and fly more sophisticated projects, we started to feel limited by the 
-existing electronics products available.  AltusMetrum was Bdale's first 
+existing electronics products available.  OpenAlt was Bdale's first 
 attempt to address this situation with a completely open hardware and software
 design... other project have since followed, and it's cool to have help from
 various friends!
@@ -66,7 +66,7 @@ the set of hardware projects here.
 * [TeleTerra](TeleTerra) is a planned hand-held ground station for use with 
 [TeleMetrum](TeleMetrum/).
 
-* [AltusMetrum](AltusMetrum/)
+* [OpenAlt](OpenAlt/)
 was Bdale's original project here, a dual-deploy rocketry altimeter.  One 
 prototype was built, but never flown.  This project is now indefinitely on hold.
 
@@ -99,6 +99,12 @@ to decide which is better, comments welcome!) and buy a t-shirt or sticker!
 
 ---
 
+![United States flag](jp_draws_US_Flag.png)
+Altus Metrum products are proudly designed and manufactured in the United 
+States of America.
+
+---
+
 This site is powered by [ikiwiki](http://ikiwiki.info), 
 and hosted by [Garbee and Garbee](http://www.gag.com)
 using [Debian GNU/Linux](http://www.debian.org) 
diff --git a/jp_draws_US_Flag.png b/jp_draws_US_Flag.png
new file mode 100644 (file)
index 0000000..079887b
Binary files /dev/null and b/jp_draws_US_Flag.png differ
diff --git a/jp_draws_US_Flag.svg b/jp_draws_US_Flag.svg
new file mode 100644 (file)
index 0000000..4ccaa37
--- /dev/null
@@ -0,0 +1,983 @@
+<?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://web.resource.org/cc/"
+   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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="380"
+   height="200"
+   id="svg6800"
+   sodipodi:version="0.32"
+   inkscape:version="0.45pre1"
+   version="1.0"
+   sodipodi:docbase="F:\langs\image"
+   sodipodi:docname="flag_us.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   sodipodi:modified="true">
+  <defs
+     id="defs6802" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="3.1473684"
+     inkscape:cx="190"
+     inkscape:cy="100"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer6"
+     showborder="false"
+     inkscape:showpageshadow="false"
+     height="200px"
+     width="380px"
+     borderlayer="false"
+     inkscape:window-width="1280"
+     inkscape:window-height="1005"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4" />
+  <metadata
+     id="metadata6805">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="bg_border"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect8764"
+       width="379"
+       height="199"
+       x="0"
+       y="1" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer4"
+     inkscape:label="stripes">
+    <rect
+       style="opacity:1;fill:#bf0a30;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect8767"
+       width="379"
+       height="16"
+       x="0"
+       y="184" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect8769"
+       width="379"
+       height="16"
+       x="0"
+       y="168" />
+    <rect
+       style="opacity:1;fill:#bf0a30;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect8771"
+       width="379"
+       height="16"
+       x="0"
+       y="152" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect8773"
+       width="379"
+       height="16"
+       x="0"
+       y="136" />
+    <rect
+       style="opacity:1;fill:#bf0a30;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect8775"
+       width="379"
+       height="15"
+       x="0"
+       y="121" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect8777"
+       width="379"
+       height="15"
+       x="0"
+       y="106" />
+    <rect
+       style="opacity:1;fill:#bf0a30;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect8779"
+       width="379"
+       height="15"
+       x="0"
+       y="91" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect8781"
+       width="379"
+       height="15"
+       x="0"
+       y="76" />
+    <rect
+       style="opacity:1;fill:#bf0a30;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect8783"
+       width="379"
+       height="15"
+       x="0"
+       y="61" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect8785"
+       width="379"
+       height="15"
+       x="0"
+       y="46" />
+    <rect
+       style="opacity:1;fill:#bf0a30;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect8787"
+       width="379"
+       height="15"
+       x="0"
+       y="31" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect8791"
+       width="379"
+       height="15"
+       x="0"
+       y="16" />
+    <rect
+       style="opacity:1;fill:#bf0a30;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect8793"
+       width="379"
+       height="15"
+       x="0"
+       y="1" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer5"
+     inkscape:label="field">
+    <rect
+       style="opacity:1;fill:#002868;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect8796"
+       width="152"
+       height="105"
+       x="0"
+       y="1" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer6"
+     inkscape:label="stars">
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8825"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-86.263355,-76.410922)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8827"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-61.263355,-76.410922)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8829"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-35.263355,-76.410922)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8831"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-10.263355,-76.410922)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8833"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,14.736645,-76.410922)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8835"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,40.736644,-76.410922)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8837"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,-73.263353,-86.410922)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8839"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,-86.263353,-97.410922)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8841"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,-73.263356,-107.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8843"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,-86.263356,-118.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8845"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,-73.263356,-128.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8847"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,-86.263356,-139.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8849"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,-73.263356,-149.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8851"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,-86.263356,-160.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8853"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-48.263355,-86.410922)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8855"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-61.263355,-97.410922)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8857"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-48.263355,-107.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8859"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-61.263355,-118.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8861"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-48.263355,-128.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8863"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-61.263355,-139.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8865"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-48.263355,-149.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8867"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,-61.263356,-160.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8869"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-23.263355,-86.410922)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8871"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-35.263355,-97.410922)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8873"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,14.736647,-97.410922)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8875"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-10.263355,-97.410922)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8877"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,27.736645,-86.410922)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8879"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,2.7366446,-86.410922)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8881"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-35.263355,-160.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8883"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-23.263355,-149.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8885"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-35.263355,-139.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8887"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-23.263355,-128.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8889"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-35.263355,-118.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8891"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-23.263355,-107.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8893"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,40.736647,-97.410922)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8895"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930126e-2,1.0977379,-10.263354,-118.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8897"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.593013e-2,1.0977379,-10.263355,-160.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8899"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930126e-2,1.0977379,-10.263356,-139.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8901"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,27.736647,-107.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8903"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,2.7366468,-107.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8905"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,2.7366443,-149.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8907"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930126e-2,1.0977379,2.7366465,-128.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8909"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930126e-2,1.0977379,40.736647,-118.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8911"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,14.736644,-118.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8913"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,14.736644,-160.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8915"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,14.736644,-139.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8917"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,40.736644,-160.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8919"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,27.736644,-149.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8921"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,40.736644,-139.41092)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8923"
+       sodipodi:sides="5"
+       sodipodi:cx="106.33333"
+       sodipodi:cy="148"
+       sodipodi:r1="6.1463628"
+       sodipodi:r2="2.810354"
+       sodipodi:arg1="-2.9229237"
+       sodipodi:arg2="-2.2946052"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M 100.33333,146.66667 L 104.47219,145.89423 L 105.7473,141.88164 L 107.76091,145.57923 L 111.97114,145.55198 L 109.07676,148.60965 L 110.40372,152.6054 L 106.60128,150.79755 L 103.21115,153.29432 L 103.7555,149.11933 L 100.33333,146.66667 z "
+       transform="matrix(1.0486689,8.9950953e-2,-8.5930128e-2,1.0977379,27.736644,-128.41092)" />
+  </g>
+</svg>