diff --git a/.project b/.project
index c3dde7d007d57e79f312855139ed9e54b09ae679..8252855991e5e997d70ee601af87e296f7da084e 100644
--- a/.project
+++ b/.project
@@ -20,6 +20,11 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 		<buildCommand>
 			<name>org.eclipse.m2e.core.maven2Builder</name>
 			<arguments>
diff --git a/doc/logo-proposals.txt b/doc/logo-proposals.txt
deleted file mode 100644
index 0b7d2893b7c4a9647aac0bfb10b4c8666250c702..0000000000000000000000000000000000000000
--- a/doc/logo-proposals.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-[related to tea]
-https://www.iconfinder.com/icons/1393/coffee_cup_hot_tea_icon#size=128
-https://www.iconfinder.com/icons/264396/cup_drink_mug_tea_icon#size=512
-https://www.iconfinder.com/icons/286054/cup_drink_glass_hot_tea_icon#size=512
-
-[related to T]
-
-
-[related to time]
-https://www.iconfinder.com/icons/56268/clock_time_wait_watch_icon#size=256
-https://www.iconfinder.com/icons/62306/clock_time_wait_icon#size=126
-https://www.iconfinder.com/icons/276150/clock_time_timer_watch_icon#size=512
-https://www.iconfinder.com/icons/227850/alarm_clock_time_timer_wait_watch_icon#size=512
-https://www.iconfinder.com/icons/298242/alarm_business_clock_deadline_efficiency_estimate_event_fast_finish_fire_hot_hot_time_hours_meeting_deadline_minutes_productivity_quick_schedule_seconds_seo_time_time_management_timer_timing_wait_watch_icon#size=512
-https://www.iconfinder.com/icons/257522/alarm_clock_date_efficiency_event_fast_hourglass_loading_marketing_measure_minute_remind_sand_sandwatch_schedule_second_seo_stopwatch_time_timed_timer_wait_waiting_watch_web_working_icon#size=128
-https://www.iconfinder.com/icons/334159/alarm_business_clock_deadline_efficiency_estimate_event_fast_finish_fire_hot_hours_management_meeting_minutes_productivity_quick_schedule_seconds_seo_time_timer_timing_wait_watch_icon#size=256
-
-[tea & time]
-http://findicons.com/icon/103028/tealife2_icon_24
diff --git a/pom.xml b/pom.xml
index d8c744fb21a5e721a2f6c6a3f3fd49a3b796b435..eed67af9546aef9f51c668c187c07857588cab3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,7 +172,7 @@
 			<plugin>
 				<groupId>org.sonatype.plugins</groupId>
 				<artifactId>nexus-staging-maven-plugin</artifactId>
-				<version>1.6.3</version>
+				<version>1.6.5</version>
 				<extensions>true</extensions>
 				<configuration>
 					<serverId>teetime-deployment</serverId>
@@ -320,14 +320,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-javadoc-plugin</artifactId>
-				<version>2.10.1</version>
-				<configuration>
-					<links>
-						<link>${basedir}/src/site/index.html</link>
-					</links>
-					<!-- <stylesheetfile>${basedir}/src/main/javadoc/stylesheet.css</stylesheetfile> -->
-					<!-- <show>public</show> -->
-				</configuration>
+				<version>2.9.1</version>
 			</plugin>
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
diff --git a/run-configurations/Generate Homepage.launch b/run-configurations/Generate Homepage.launch
index f00803dc1c4bfca7c0c3b09bf50d9431d7df71bb..ff0a6fc1d56bfe8b9f317bca85c62e6f01fa5997 100644
--- a/run-configurations/Generate Homepage.launch	
+++ b/run-configurations/Generate Homepage.launch	
@@ -13,5 +13,5 @@
 <stringAttribute key="M2_USER_SETTINGS" value=""/>
 <booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
 <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
-<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="/Users/nel/git/teetime"/>
+<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc}"/>
 </launchConfiguration>
diff --git a/run-configurations/generate and deploy homepage.launch b/run-configurations/generate and deploy homepage.launch
new file mode 100644
index 0000000000000000000000000000000000000000..b14df60918f2d85dd5fdd077369e713867a2ed15
--- /dev/null
+++ b/run-configurations/generate and deploy homepage.launch	
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">
+<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
+<stringAttribute key="M2_GOALS" value="site site:deploy"/>
+<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
+<booleanAttribute key="M2_OFFLINE" value="false"/>
+<stringAttribute key="M2_PROFILES" value=""/>
+<listAttribute key="M2_PROPERTIES"/>
+<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
+<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
+<intAttribute key="M2_THREADS" value="1"/>
+<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
+<stringAttribute key="M2_USER_SETTINGS" value=""/>
+<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
+<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
+<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc}"/>
+</launchConfiguration>
diff --git a/run-configurations/teetime-mvn-site.launch b/run-configurations/teetime-mvn-site.launch
new file mode 100644
index 0000000000000000000000000000000000000000..9d851888e2fb95ea1f4c63eec326212bedf6a130
--- /dev/null
+++ b/run-configurations/teetime-mvn-site.launch
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">
+<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
+<stringAttribute key="M2_GOALS" value="site"/>
+<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
+<booleanAttribute key="M2_OFFLINE" value="false"/>
+<stringAttribute key="M2_PROFILES" value=""/>
+<listAttribute key="M2_PROPERTIES"/>
+<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
+<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
+<intAttribute key="M2_THREADS" value="1"/>
+<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
+<stringAttribute key="M2_USER_SETTINGS" value=""/>
+<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
+<stringAttribute key="bad_container_name" value="\teetime\run-configurations\teetime-mvn-site"/>
+<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="C:/Users/chw/Repositories/teetime"/>
+</launchConfiguration>
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 6a783594467f610639545b860f7eeca66cc399a8..16579c34f35d373b72e6e80a9483c50860ef0edb 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -1,6 +1,6 @@
 #### TeeTime
 
-![Screenshot](images/code_screenshot.jpg)
+![Screenshot](images/code_screenshot.png)
 
 Implement your analysis or filters in a new, easy and fast way.
 
@@ -12,7 +12,7 @@ The main focus is on fast execution and easy usage.
 
 #### Start today
 
-![Pipelining](images/code_screenshot.jpg)
+![Pipelining](images/code_screenshot.png)
 
 Predefined stages are provided within the source code. You can immediatly start to write your own analysis.
 
@@ -24,7 +24,7 @@ Predefined stages are provided within the source code. You can immediatly start
 <!--- ![Logo](images/teetime-wo-arrows-shrinked.png) TeeTime Logo -->
 TeeTime is a Pipes-And-Filters-Framework for Java.
 	
-It provides various features, which will bring you to the next level of analysis programming, such like:
+It provides various features, which will bring you to the next level of analysis programming, such as:
 		
 - Concurrent execution of stages
 		
@@ -34,9 +34,9 @@ It provides various features, which will bring you to the next level of analysis
 		
 - Pre-defined stages and pipelines
 
-## Where to get it
+## Where to get it?
 
-TeeTime is available in many ways. If your projects use Maven, just add following dependency to your ``pom.xml``:
+You can get TeeTime through various ways. If your projects uses Maven, just add following dependency to your ``pom.xml``:
 
 ```xml
 <dependency>
@@ -50,13 +50,13 @@ TeeTime is available in many ways. If your projects use Maven, just add followin
 
 To get the source code or the plain jar, take a look at the [download](download.html) section.
 
-## How to use it
+## How to use it?
 
 To make working with TeeTime as pleasant and efficient as possible, this homepage provides various tools for you, which explain TeeTime's functions.
 
 You can take a closer look at:
 
-- [TeeTime's Wiki](https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/wikis/home). 
+- [TeeTime's Wiki](https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/wikis/home), or 
 
 - [API Documentation](apidocs/index.html). 
 
diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css
index 4e65c7ea59bc23e6cf1ed2f43aaabe2f334004e4..d51bc425d279c3a36720ea6cd8222ec006a5060d 100644
--- a/src/site/resources/css/site.css
+++ b/src/site/resources/css/site.css
@@ -1,7 +1,14 @@
+@import url(http://fonts.googleapis.com/css?family=Pinyon+Script);
+
 body {
 	background-image:url(../images/bg.png);
 }
 
+#logo {
+	width: 4.7em;
+}
+
 .slogan {
 	color: #7E7E7E;
+	margin-top: 0.5em;
 }
\ No newline at end of file
diff --git a/src/site/resources/images/code_screenshot.jpg b/src/site/resources/images/code_screenshot.jpg
deleted file mode 100644
index 22faa31f8dd4b3d533321c83e8ac72a5a2a57b5a..0000000000000000000000000000000000000000
Binary files a/src/site/resources/images/code_screenshot.jpg and /dev/null differ
diff --git a/src/site/resources/images/teetime-256.png b/src/site/resources/images/teetime-256.png
new file mode 100644
index 0000000000000000000000000000000000000000..1d1e692dee97330282ffc2457826d4f52228da42
Binary files /dev/null and b/src/site/resources/images/teetime-256.png differ
diff --git a/src/site/resources/images/teetime-352.png b/src/site/resources/images/teetime-352.png
new file mode 100644
index 0000000000000000000000000000000000000000..c4587820aae73dbf4e39527e7422610096767326
Binary files /dev/null and b/src/site/resources/images/teetime-352.png differ
diff --git a/src/site/resources/images/teetime-path.svg b/src/site/resources/images/teetime-path.svg
new file mode 100644
index 0000000000000000000000000000000000000000..456537f4aa2fb40c1625ae674340dadf10f56b84
--- /dev/null
+++ b/src/site/resources/images/teetime-path.svg
@@ -0,0 +1,88 @@
+<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="204.83498"
+   height="47.800724"
+   id="svg2"
+   xml:space="preserve"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="teetime-path.svg"><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1920"
+     inkscape:window-height="1138"
+     id="namedview12"
+     showgrid="false"
+     inkscape:zoom="1.720509"
+     inkscape:cx="102.64606"
+     inkscape:cy="23.380028"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" /><metadata
+     id="metadata8"><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 /></cc:Work></rdf:RDF></metadata><defs
+     id="defs6" /><g
+     transform="matrix(1.25,0,0,-1.25,-344.09582,402.89695)"
+     id="g10"><g
+   transform="matrix(1,0,0,-1,296.8051,284.4477)"
+   id="text12"><path
+     d="m 17.970293,-10.029023 c -1.8e-5,0.507314 -0.126844,0.8682804 -0.380479,1.0829002 -0.25367,0.2146376 -0.543093,0.3219519 -0.868271,0.3219433 l -11.5119142,0 c -5.2e-6,0.9755936 0.097553,1.85362 0.2926758,2.634082 0.1951114,0.7804739 0.5203064,1.4503756 0.9755859,2.009707 0.4552665,0.5593393 1.0471213,0.9885967 1.7755663,1.2877734 0.7284285,0.299182 1.6194628,0.4487717 2.6731052,0.4487695 0.832488,2.2e-6 1.573933,-0.068289 2.224336,-0.204873 0.650377,-0.1365795 1.212964,-0.2894211 1.687764,-0.4585254 0.47477,-0.1690985 0.865004,-0.3219401 1.170703,-0.4585254 0.305667,-0.1365785 0.536556,-0.2048695 0.692666,-0.204873 0.09104,3.5e-6 0.172337,0.022767 0.243896,0.068291 0.07153,0.045531 0.126809,0.1138217 0.16585,0.204873 0.03901,0.091058 0.06827,0.2178839 0.0878,0.3804785 0.01949,0.1626004 0.02925,0.3609694 0.02927,0.5951074 -1.7e-5,0.1691037 -0.0065,0.3154415 -0.01951,0.4390137 -0.01302,0.123576 -0.02929,0.2341423 -0.04878,0.3316992 -0.01953,0.09756 -0.05205,0.1853627 -0.09756,0.2634082 -0.04555,0.078048 -0.10408,0.1528429 -0.175606,0.2243848 -0.07156,0.0715439 -0.282936,0.1886141 -0.634131,0.35121088 -0.351226,0.1625982 -0.806499,0.32194374 -1.36582,0.4780371 C 14.32809,-0.0780468 13.680952,0.06178705 12.946024,0.18536132 12.211071,0.30893523 11.427352,0.37072228 10.594863,0.37072265 9.1509867,0.37072228 7.8859783,0.16910139 6.7998338,-0.23414062 5.7136758,-0.63738216 4.7998779,-1.2357409 4.0584374,-2.0292187 3.3169888,-2.8226924 2.7576534,-3.8177891 2.3804296,-5.0145116 2.0032011,-6.2112241 1.814588,-7.6030586 1.8145898,-9.1900193 c -1.8e-6,-1.5088957 0.1951152,-2.8649587 0.5853516,-4.0681937 0.3902315,-1.203208 0.9528188,-2.22432 1.6877636,-3.063339 0.7349366,-0.838987 1.6227188,-1.482873 2.6633495,-1.93166 1.0406172,-0.448751 2.2048152,-0.673136 3.4925975,-0.673155 1.378817,1.9e-5 2.55277,0.221152 3.521865,0.663399 0.969068,0.442283 1.765795,1.03739 2.390186,1.785322 0.624358,0.747965 1.082883,1.625991 1.375576,2.634082 0.292658,1.008118 0.438996,2.084514 0.439014,3.229189 z m -3.238946,-0.956074 c 0.03901,-1.691003 -0.334965,-3.017799 -1.121923,-3.980391 -0.786986,-0.962562 -1.954436,-1.443851 -3.502354,-1.443867 -0.7934858,1.6e-5 -1.489403,0.149606 -2.0877538,0.448769 -0.5983668,0.299196 -1.099167,0.695934 -1.5024023,1.190215 -0.4032483,0.494311 -0.7154355,1.069906 -0.9365625,1.726787 -0.2211381,0.656907 -0.3447122,1.343069 -0.3707226,2.058487 z"
+     style="font-size:39.95999908px;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;fill:#3e3e3e;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Calibri;-inkscape-font-specification:Calibri"
+     id="path2990"
+     inkscape:connector-curvature="0" /><path
+     d="m 37.890352,-10.029023 c -1.8e-5,0.507314 -0.126844,0.8682804 -0.380479,1.0829002 -0.253669,0.2146376 -0.543093,0.3219519 -0.868271,0.3219433 l -11.511914,0 c -5e-6,0.9755936 0.09755,1.85362 0.292676,2.634082 0.195111,0.7804739 0.520306,1.4503756 0.975586,2.009707 0.455266,0.5593393 1.047121,0.9885967 1.775566,1.2877734 0.728429,0.299182 1.619463,0.4487717 2.673105,0.4487695 0.832489,2.2e-6 1.573933,-0.068289 2.224336,-0.204873 0.650377,-0.1365795 1.212964,-0.2894211 1.687764,-0.4585254 0.47477,-0.1690985 0.865004,-0.3219401 1.170703,-0.4585254 0.305667,-0.1365785 0.536556,-0.2048695 0.692666,-0.204873 0.09104,3.5e-6 0.172337,0.022767 0.243897,0.068291 0.07153,0.045531 0.126809,0.1138217 0.165849,0.204873 0.03901,0.091058 0.06827,0.2178839 0.0878,0.3804785 0.01949,0.1626004 0.02925,0.3609694 0.02927,0.5951074 -1.7e-5,0.1691037 -0.0065,0.3154415 -0.01951,0.4390137 -0.01302,0.123576 -0.02929,0.2341423 -0.04878,0.3316992 -0.01953,0.09756 -0.05205,0.1853627 -0.09756,0.2634082 -0.04555,0.078048 -0.10408,0.1528429 -0.175606,0.2243848 -0.07156,0.0715439 -0.282936,0.1886141 -0.63413,0.35121088 -0.351227,0.1625982 -0.8065,0.32194374 -1.365821,0.4780371 -0.55935,0.15609382 -1.206488,0.29592767 -1.941416,0.41950194 -0.734953,0.12357391 -1.518673,0.18536096 -2.351162,0.18536133 -1.443876,-3.7e-7 -2.708885,-0.20162126 -3.795029,-0.60486327 -1.086158,-0.40324154 -1.999956,-1.00160028 -2.741396,-1.79507808 -0.741449,-0.7934737 -1.300784,-1.7885704 -1.678008,-2.9852929 -0.377229,-1.1967125 -0.565842,-2.588547 -0.56584,-4.1755077 -2e-6,-1.5088957 0.195115,-2.8649587 0.585352,-4.0681937 0.390231,-1.203208 0.952818,-2.22432 1.687763,-3.063339 0.734937,-0.838987 1.622719,-1.482873 2.66335,-1.93166 1.040617,-0.448751 2.204815,-0.673136 3.492597,-0.673155 1.378817,1.9e-5 2.552771,0.221152 3.521865,0.663399 0.969068,0.442283 1.765795,1.03739 2.390186,1.785322 0.624358,0.747965 1.082883,1.625991 1.375576,2.634082 0.292658,1.008118 0.438996,2.084514 0.439014,3.229189 z m -3.238945,-0.956074 c 0.03901,-1.691003 -0.334966,-3.017799 -1.121924,-3.980391 -0.786986,-0.962562 -1.954436,-1.443851 -3.502354,-1.443867 -0.793486,1.6e-5 -1.489403,0.149606 -2.087754,0.448769 -0.598366,0.299196 -1.099167,0.695934 -1.502402,1.190215 -0.403248,0.494311 -0.715435,1.069906 -0.936562,1.726787 -0.221139,0.656907 -0.344713,1.343069 -0.370723,2.058487 z"
+     style="font-size:39.95999908px;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;fill:#3e3e3e;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Calibri;-inkscape-font-specification:Calibri"
+     id="path2992"
+     inkscape:connector-curvature="0" /><path
+     d="m 59.020138,-23.804296 c -2e-5,0.247172 -0.01303,0.4618 -0.03902,0.643886 -0.02604,0.182133 -0.06831,0.32847 -0.126826,0.439014 -0.05855,0.110589 -0.130097,0.191888 -0.214629,0.243897 -0.08457,0.05205 -0.178876,0.07807 -0.28292,0.07805 l -7.102265,0 0,21.89214832 c -1.2e-5,0.1040629 -0.02603,0.1951175 -0.07805,0.27316406 -0.05204,0.078047 -0.143097,0.13983408 -0.273164,0.18536132 -0.130089,0.04552735 -0.302443,0.08455075 -0.517061,0.11707031 -0.214639,0.03251943 -0.484551,0.04877918 -0.809736,0.0487793 -0.312197,-1.2e-7 -0.578857,-0.0162599 -0.799981,-0.0487793 -0.221141,-0.03251956 -0.396746,-0.07154296 -0.526816,-0.11707031 -0.130086,-0.04552724 -0.221141,-0.10731429 -0.273164,-0.18536132 -0.05204,-0.0780466 -0.07806,-0.16910116 -0.07805,-0.27316406 l 0,-21.89214832 -7.102265,0 c -0.104064,2.3e-5 -0.19837,-0.02599 -0.28292,-0.07805 -0.08455,-0.05201 -0.152843,-0.133308 -0.204873,-0.243897 -0.05203,-0.110544 -0.09431,-0.256881 -0.126827,-0.439014 -0.03252,-0.182086 -0.04878,-0.396714 -0.04878,-0.643886 0,-0.247125 0.01626,-0.465005 0.04878,-0.653643 0.03252,-0.188589 0.0748,-0.34143 0.126827,-0.458525 0.05203,-0.117046 0.120321,-0.201596 0.204873,-0.253653 0.08455,-0.05201 0.178856,-0.07802 0.28292,-0.07805 l 17.560546,0 c 0.104044,2.5e-5 0.19835,0.02604 0.28292,0.07805 0.08453,0.05206 0.156075,0.136607 0.214629,0.253653 0.05852,0.117095 0.100791,0.269936 0.126826,0.458525 0.026,0.188638 0.039,0.406518 0.03902,0.653643 z"
+     style="font-size:39.95999908px;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;fill:#3e3e3e;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Calibri;-inkscape-font-specification:Calibri"
+     id="path2994"
+     inkscape:connector-curvature="0" /><path
+     d="m 65.465408,-0.48779296 c -7e-6,0.10406288 -0.02602,0.19186553 -0.07805,0.2634082 -0.05204,0.0715431 -0.136588,0.13333017 -0.253653,0.18536132 -0.117076,0.05203124 -0.279673,0.09105464 -0.487793,0.11707031 -0.20813,0.02601552 -0.47479,0.03902332 -0.79998,0.03902344 -0.312192,-1.2e-7 -0.572348,-0.0130079 -0.780469,-0.03902344 -0.208128,-0.02601567 -0.373978,-0.06503907 -0.497549,-0.11707031 -0.123577,-0.05203115 -0.208128,-0.1138182 -0.253652,-0.18536132 -0.04553,-0.0715427 -0.06829,-0.15934532 -0.06829,-0.2634082 l 0,-17.56054604 c -3e-6,-0.09104 0.02276,-0.175588 0.06829,-0.253653 0.04552,-0.07803 0.130075,-0.143067 0.253652,-0.195117 0.123571,-0.05201 0.289421,-0.09104 0.497549,-0.11707 0.208121,-0.026 0.468277,-0.039 0.780469,-0.03902 0.32519,1.9e-5 0.59185,0.01303 0.79998,0.03902 0.20812,0.02603 0.370717,0.06506 0.487793,0.11707 0.117065,0.05205 0.201615,0.117089 0.253653,0.195117 0.05203,0.07806 0.07804,0.162616 0.07805,0.253653 z M 65.83613,-23.979902 c -6e-6,0.754477 -0.143092,1.268285 -0.429258,1.541426 -0.286177,0.273186 -0.812993,0.409768 -1.580449,0.409746 -0.754457,2.2e-5 -1.271517,-0.133308 -1.551181,-0.39999 -0.279671,-0.266638 -0.419505,-0.77069 -0.419502,-1.512158 -3e-6,-0.754429 0.143083,-1.268237 0.429257,-1.541426 0.286169,-0.273138 0.812985,-0.40972 1.58045,-0.409746 0.754447,2.6e-5 1.271507,0.133356 1.551181,0.39999 0.279662,0.266685 0.419496,0.770738 0.419502,1.512158 z"
+     style="font-size:39.95999908px;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;fill:#3e3e3e;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Calibri;-inkscape-font-specification:Calibri"
+     id="path2996"
+     inkscape:connector-curvature="0" /><path
+     d="m 97.404996,-0.48779296 c -2.9e-5,0.10406288 -0.02604,0.19186553 -0.07805,0.2634082 -0.05206,0.0715431 -0.136611,0.13333017 -0.253652,0.18536132 -0.117096,0.05203124 -0.279694,0.09105464 -0.48779,0.11707031 -0.208153,0.02601552 -0.468309,0.03902332 -0.780469,0.03902344 -0.325222,-1.2e-7 -0.591882,-0.0130079 -0.79998,-0.03902344 -0.208152,-0.02601567 -0.374001,-0.06503907 -0.497549,-0.11707031 -0.1236,-0.05203115 -0.211403,-0.1138182 -0.263408,-0.18536132 -0.05206,-0.0715427 -0.07807,-0.15934532 -0.07805,-0.2634082 l 0,-10.67291004 c -2.6e-5,-0.741433 -0.06506,-1.417839 -0.195117,-2.029219 -0.130104,-0.611353 -0.338229,-1.138169 -0.624375,-1.580449 -0.286197,-0.44225 -0.650415,-0.780453 -1.092657,-1.014609 -0.442289,-0.234125 -0.962601,-0.351195 -1.560937,-0.351211 -0.741467,1.6e-5 -1.486163,0.286188 -2.234092,0.858516 -0.747968,0.572358 -1.570712,1.411361 -2.468232,2.517011 l 0,12.27287104 c -1.8e-5,0.10406288 -0.02603,0.19186553 -0.07805,0.2634082 -0.05205,0.0715431 -0.139851,0.13333017 -0.263408,0.18536132 C 85.525594,0.0130078 85.359745,0.0520312 85.151637,0.07804687 84.943495,0.10406239 84.683339,0.11707019 84.371168,0.11707031 84.071973,0.11707019 83.815069,0.10406239 83.600455,0.07804687 83.385811,0.0520312 83.21671,0.0130078 83.093151,-0.03902344 c -0.123589,-0.05203115 -0.20814,-0.1138182 -0.253653,-0.18536132 -0.04554,-0.0715427 -0.06831,-0.15934532 -0.06829,-0.2634082 l 0,-10.67291004 c -1.4e-5,-0.741433 -0.07156,-1.417839 -0.214629,-2.029219 -0.1431,-0.611353 -0.357728,-1.138169 -0.643886,-1.580449 -0.286185,-0.44225 -0.647152,-0.780453 -1.082901,-1.014609 -0.435773,-0.234125 -0.952833,-0.351195 -1.551181,-0.351211 -0.741456,1.6e-5 -1.489404,0.286188 -2.243848,0.858516 -0.754461,0.572358 -1.573952,1.411361 -2.458476,2.517011 l 0,12.27287104 c -7e-6,0.10406288 -0.02602,0.19186553 -0.07805,0.2634082 -0.05204,0.0715431 -0.136588,0.13333017 -0.253653,0.18536132 -0.117076,0.05203124 -0.279673,0.09105464 -0.487793,0.11707031 -0.20813,0.02601552 -0.47479,0.03902332 -0.79998,0.03902344 -0.312192,-1.2e-7 -0.572348,-0.0130079 -0.780469,-0.03902344 -0.208128,-0.02601567 -0.373978,-0.06503907 -0.497549,-0.11707031 -0.123577,-0.05203115 -0.208128,-0.1138182 -0.253652,-0.18536132 -0.04553,-0.0715427 -0.06829,-0.15934532 -0.06829,-0.2634082 l 0,-17.56054604 c -3e-6,-0.104045 0.01951,-0.191847 0.05853,-0.263409 0.03902,-0.07152 0.117067,-0.136563 0.234141,-0.195117 0.117067,-0.05852 0.266656,-0.09754 0.448769,-0.11707 0.182106,-0.01949 0.42275,-0.02925 0.721934,-0.02927 0.286167,1.9e-5 0.523559,0.0098 0.712178,0.02927 0.188608,0.01953 0.334945,0.05855 0.439013,0.11707 0.104057,0.05855 0.178852,0.123593 0.224385,0.195117 0.04552,0.07156 0.06829,0.159364 0.06829,0.263409 l 0,2.321894 c 0.988587,-1.105647 1.947912,-1.915383 2.877979,-2.429209 0.930048,-0.51379 1.869862,-0.770694 2.819443,-0.770713 0.728425,1.9e-5 1.382067,0.08457 1.960928,0.253653 0.578833,0.16912 1.089389,0.406512 1.531669,0.712177 0.44225,0.305702 0.819477,0.66992 1.13168,1.092657 0.312171,0.42277 0.572327,0.894303 0.780469,1.414599 0.585334,-0.637367 1.141417,-1.17719 1.668252,-1.619473 0.526797,-0.442248 1.034101,-0.799962 1.521914,-1.073144 0.487772,-0.273146 0.962557,-0.471515 1.424355,-0.595107 0.461755,-0.123556 0.926784,-0.185343 1.395088,-0.185362 1.131656,1.9e-5 2.081225,0.198388 2.848711,0.595108 0.767434,0.396756 1.388557,0.926824 1.863369,1.590205 0.474757,0.663414 0.81296,1.44063 1.014609,2.33165 0.201593,0.891049 0.302403,1.830862 0.302432,2.819443 z"
+     style="font-size:39.95999908px;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;fill:#3e3e3e;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Calibri;-inkscape-font-specification:Calibri"
+     id="path2998"
+     inkscape:connector-curvature="0" /><path
+     d="m 118.26589,-10.029023 c -1e-5,0.507314 -0.12684,0.8682804 -0.38048,1.0829002 -0.25366,0.2146376 -0.54309,0.3219519 -0.86827,0.3219433 l -11.51191,0 c -1e-5,0.9755936 0.0975,1.85362 0.29268,2.634082 0.19511,0.7804739 0.5203,1.4503756 0.97558,2.009707 0.45527,0.5593393 1.04712,0.9885967 1.77557,1.2877734 0.72843,0.299182 1.61946,0.4487717 2.6731,0.4487695 0.83249,2.2e-6 1.57394,-0.068289 2.22434,-0.204873 0.65038,-0.1365795 1.21296,-0.2894211 1.68776,-0.4585254 0.47477,-0.1690985 0.86501,-0.3219401 1.17071,-0.4585254 0.30566,-0.1365785 0.53655,-0.2048695 0.69266,-0.204873 0.091,3.5e-6 0.17234,0.022767 0.2439,0.068291 0.0715,0.045531 0.12681,0.1138217 0.16585,0.204873 0.039,0.091058 0.0683,0.2178839 0.0878,0.3804785 0.0195,0.1626004 0.0292,0.3609694 0.0293,0.5951074 -2e-5,0.1691037 -0.007,0.3154415 -0.0195,0.4390137 -0.013,0.123576 -0.0293,0.2341423 -0.0488,0.3316992 -0.0195,0.09756 -0.052,0.1853627 -0.0976,0.2634082 -0.0455,0.078048 -0.10408,0.1528429 -0.17561,0.2243848 -0.0716,0.0715439 -0.28293,0.1886141 -0.63413,0.35121088 -0.35122,0.1625982 -0.8065,0.32194374 -1.36582,0.4780371 -0.55935,0.15609382 -1.20649,0.29592767 -1.94141,0.41950194 -0.73496,0.12357391 -1.51868,0.18536096 -2.35117,0.18536133 -1.44387,-3.7e-7 -2.70888,-0.20162126 -3.79503,-0.60486327 -1.08615,-0.40324154 -1.99995,-1.00160028 -2.74139,-1.79507808 -0.74145,-0.7934737 -1.30079,-1.7885704 -1.67801,-2.9852929 -0.37723,-1.1967125 -0.56584,-2.588547 -0.56584,-4.1755077 0,-1.5088957 0.19512,-2.8649587 0.58535,-4.0681937 0.39023,-1.203208 0.95282,-2.22432 1.68777,-3.063339 0.73493,-0.838987 1.62271,-1.482873 2.66335,-1.93166 1.04061,-0.448751 2.20481,-0.673136 3.49259,-0.673155 1.37882,1.9e-5 2.55277,0.221152 3.52187,0.663399 0.96907,0.442283 1.76579,1.03739 2.39018,1.785322 0.62436,0.747965 1.08289,1.625991 1.37558,2.634082 0.29266,1.008118 0.439,2.084514 0.43901,3.229189 z m -3.23894,-0.956074 c 0.039,-1.691003 -0.33497,-3.017799 -1.12193,-3.980391 -0.78698,-0.962562 -1.95443,-1.443851 -3.50235,-1.443867 -0.79348,1.6e-5 -1.4894,0.149606 -2.08775,0.448769 -0.59837,0.299196 -1.09917,0.695934 -1.50241,1.190215 -0.40324,0.494311 -0.71543,1.069906 -0.93656,1.726787 -0.22114,0.656907 -0.34471,1.343069 -0.37072,2.058487 z"
+     style="font-size:39.95999908px;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;fill:#3e3e3e;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Calibri;-inkscape-font-specification:Calibri"
+     id="path3000"
+     inkscape:connector-curvature="0" /></g>
+<g
+   transform="matrix(1,0,0,-1,274.8372,284.4074)"
+   id="text16"><path
+     d="m 28.798828,-35.742187 c -2.9e-5,0.371129 -0.01956,0.693394 -0.05859,0.966796 -0.03909,0.273472 -0.102567,0.493199 -0.190429,0.65918 -0.08792,0.16605 -0.195341,0.28812 -0.322266,0.366211 -0.126981,0.07816 -0.268583,0.117221 -0.424805,0.117188 l -10.664062,0 0,32.87109325 c -1.7e-5,0.15625061 -0.03908,0.29296922 -0.117188,0.41015625 -0.07814,0.11718773 -0.21486,0.20996108 -0.410156,0.27832031 -0.195329,0.06835938 -0.454118,0.12695307 -0.776367,0.17578125 -0.322281,0.048828 -0.727554,0.073242 -1.21582,0.0732422 -0.468765,-1.8e-7 -0.869155,-0.0244142 -1.201172,-0.0732422 -0.332045,-0.04882818 -0.595716,-0.10742187 -0.791016,-0.17578125 -0.195325,-0.06835923 -0.332043,-0.16113258 -0.410156,-0.27832031 -0.07814,-0.11718703 -0.1172,-0.25390564 -0.117188,-0.41015625 l 0,-32.87109325 -10.6640621,0 c -0.1562513,3.3e-5 -0.2978527,-0.03903 -0.4248047,-0.117188 -0.12695402,-0.07809 -0.22949298,-0.200161 -0.3076172,-0.366211 -0.0781256,-0.165981 -0.14160212,-0.385708 -0.19042969,-0.65918 -0.0488286,-0.273402 -0.0732426,-0.595667 -0.0732422,-0.966796 -4.4e-7,-0.371058 0.0244136,-0.698206 0.0732422,-0.981446 0.0488276,-0.283166 0.11230407,-0.512658 0.19042969,-0.688476 0.0781242,-0.175744 0.18066318,-0.302697 0.3076172,-0.38086 0.126952,-0.07809 0.2685534,-0.117149 0.4248047,-0.117187 l 26.3671871,0 c 0.156222,3.8e-5 0.297824,0.0391 0.424805,0.117187 0.126925,0.07816 0.234347,0.205116 0.322266,0.38086 0.08786,0.175818 0.151338,0.40531 0.190429,0.688476 0.03903,0.28324 0.05856,0.610388 0.05859,0.981446 z"
+     style="font-size:60px;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;fill:#3e3e3e;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Calibri;-inkscape-font-specification:Calibri"
+     id="path3003"
+     inkscape:connector-curvature="0" /></g>
+<g
+   transform="matrix(1,0,0,-1,421.0963,282.5633)"
+   id="text20"><path
+     d="m 18.048339,-11.23875 c -1.8e-5,0.520323 -0.07481,0.88129 -0.224384,1.082901 -0.149608,0.2016307 -0.321961,0.3024411 -0.517061,0.3024313 l -14.7508589,0 c -0.1951195,9.8e-6 -0.3642209,-0.1008006 -0.5073047,-0.3024313 -0.1430878,-0.201611 -0.2146307,-0.562578 -0.2146289,-1.082901 -1.8e-6,-0.468269 0.065037,-0.812976 0.1951172,-1.034121 0.130076,-0.22112 0.3056813,-0.331686 0.5268164,-0.331699 l 14.7508589,0 c 0.234123,1.3e-5 0.416232,0.110579 0.546328,0.331699 0.13006,0.221145 0.195099,0.565852 0.195117,1.034121 z m 0,7.5900587 c -1.8e-5,0.5203156 -0.07481,0.8780301 -0.224384,1.0731445 -0.149608,0.1951195 -0.321961,0.292678 -0.517061,0.2926758 l -14.7508589,0 C 2.3609156,-2.2828688 2.1918142,-2.3804273 2.0487304,-2.5755468 1.9056426,-2.7706612 1.8340997,-3.1283757 1.8341015,-3.6486913 1.8340997,-4.1299762 1.8991387,-4.4811868 2.0292187,-4.7023241 2.1592947,-4.923452 2.3349,-5.0340183 2.5560351,-5.0340233 l 14.7508589,0 c 0.234123,5e-6 0.416232,0.1105713 0.546328,0.3316992 0.13006,0.2211373 0.195099,0.5723479 0.195117,1.0536328 z m 0,-15.1215817 c -1.8e-5,0.520331 -0.07481,0.878045 -0.224384,1.073144 -0.149608,0.195135 -0.321961,0.292694 -0.517061,0.292676 l -14.7508589,0 c -0.1951195,1.8e-5 -0.3642209,-0.09754 -0.5073047,-0.292676 -0.1430878,-0.195099 -0.2146307,-0.552813 -0.2146289,-1.073144 -1.8e-6,-0.48127 0.065037,-0.83248 0.1951172,-1.053633 0.130076,-0.221113 0.3056813,-0.331679 0.5268164,-0.331699 l 14.7508589,0 c 0.234123,2e-5 0.416232,0.110586 0.546328,0.331699 0.13006,0.221153 0.195099,0.572363 0.195117,1.053633 z"
+     style="font-size:39.95999908px;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;fill:#3e3e3e;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Calibri;-inkscape-font-specification:Calibri"
+     id="path3006"
+     inkscape:connector-curvature="0" /></g>
+</g></svg>
\ No newline at end of file
diff --git a/src/site/resources/images/teetime-t.pdf b/src/site/resources/images/teetime-t.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..5b6b96a28845354f0047c25336b1f02e22e5c9bd
Binary files /dev/null and b/src/site/resources/images/teetime-t.pdf differ
diff --git a/src/site/resources/images/teetime-tt.pdf b/src/site/resources/images/teetime-tt.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..230b329e1aca170d551f581175b514815b86d290
Binary files /dev/null and b/src/site/resources/images/teetime-tt.pdf differ
diff --git a/src/site/resources/images/teetime-w-arrows.png b/src/site/resources/images/teetime-w-arrows.png
deleted file mode 100644
index 24ff16a31980acbd48b66c8536076c50a96015fe..0000000000000000000000000000000000000000
Binary files a/src/site/resources/images/teetime-w-arrows.png and /dev/null differ
diff --git a/src/site/resources/images/teetime-wo-arrows-shrinked.png b/src/site/resources/images/teetime-wo-arrows-shrinked.png
deleted file mode 100644
index 47beaccb282e6d1532f98f4f07f5ac4275fdb1a0..0000000000000000000000000000000000000000
Binary files a/src/site/resources/images/teetime-wo-arrows-shrinked.png and /dev/null differ
diff --git a/src/site/resources/images/teetime-wo-arrows-text-small.png b/src/site/resources/images/teetime-wo-arrows-text-small.png
deleted file mode 100644
index 447488e3dc47ed45e31e4817fe1eb2ba09299bba..0000000000000000000000000000000000000000
Binary files a/src/site/resources/images/teetime-wo-arrows-text-small.png and /dev/null differ
diff --git a/src/site/resources/images/teetime-wo-arrows-text.png b/src/site/resources/images/teetime-wo-arrows-text.png
deleted file mode 100644
index 79c8395bc1e9eafba9ff130d97822cfdb52a86a4..0000000000000000000000000000000000000000
Binary files a/src/site/resources/images/teetime-wo-arrows-text.png and /dev/null differ
diff --git a/src/site/resources/images/teetime-wo-text-25.png b/src/site/resources/images/teetime-wo-text-25.png
deleted file mode 100644
index 4eeb9f740ee83cf051d390d534760f3abc25fb7f..0000000000000000000000000000000000000000
Binary files a/src/site/resources/images/teetime-wo-text-25.png and /dev/null differ
diff --git a/src/site/resources/images/teetime-wo-text-small.png b/src/site/resources/images/teetime-wo-text-small.png
deleted file mode 100644
index 6420860c8e4c2cd291c4b1bcd02dcf41e6cda59d..0000000000000000000000000000000000000000
Binary files a/src/site/resources/images/teetime-wo-text-small.png and /dev/null differ
diff --git a/src/site/resources/images/teetime-wo-text-smaller-scaled.png b/src/site/resources/images/teetime-wo-text-smaller-scaled.png
deleted file mode 100644
index 8692f3ff57f0e9015fe15eea3f1afaf34f27492f..0000000000000000000000000000000000000000
Binary files a/src/site/resources/images/teetime-wo-text-smaller-scaled.png and /dev/null differ
diff --git a/src/site/resources/images/teetime.pdf b/src/site/resources/images/teetime.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..dbe02e7740caebc04e3d951d1c7d4ed471acd741
Binary files /dev/null and b/src/site/resources/images/teetime.pdf differ
diff --git a/src/site/resources/images/teetime.pptx b/src/site/resources/images/teetime.pptx
new file mode 100644
index 0000000000000000000000000000000000000000..c5bf2d5f78c8c2f4bacca1b8c641bcb4a0a2aa0c
Binary files /dev/null and b/src/site/resources/images/teetime.pptx differ
diff --git a/src/site/resources/images/teetime.svg b/src/site/resources/images/teetime.svg
new file mode 100644
index 0000000000000000000000000000000000000000..f813d90ce52d8239ceb3e35abdffff17a7c74f98
--- /dev/null
+++ b/src/site/resources/images/teetime.svg
@@ -0,0 +1,41 @@
+<?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"
+   version="1.1"
+   width="217.95876"
+   height="59.462502"
+   id="svg2"
+   xml:space="preserve"><metadata
+     id="metadata8"><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><defs
+     id="defs6" /><g
+     transform="matrix(1.25,0,0,-1.25,-337.7625,408.2075)"
+     id="g10"><text
+       transform="matrix(1,0,0,-1,296.8051,284.4477)"
+       id="text12"><tspan
+         x="0 19.920059 39.840118 59.260681 68.371559 100.2956"
+         y="0"
+         id="tspan14"
+         style="font-size:39.95999908px;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;fill:#3e3e3e;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Calibri;-inkscape-font-specification:Calibri">eeTime</tspan></text>
+<text
+       transform="matrix(1,0,0,-1,274.8372,284.4074)"
+       id="text16"><tspan
+         x="0"
+         y="0"
+         id="tspan18"
+         style="font-size:60px;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;fill:#3e3e3e;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Calibri;-inkscape-font-specification:Calibri">T</tspan></text>
+<text
+       transform="matrix(1,0,0,-1,421.0963,282.5633)"
+       id="text20"><tspan
+         x="0"
+         y="0"
+         id="tspan22"
+         style="font-size:39.95999908px;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;fill:#3e3e3e;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Calibri;-inkscape-font-specification:Calibri">≡</tspan></text>
+</g></svg>
\ No newline at end of file
diff --git a/src/site/resources/wiki/.htaccess b/src/site/resources/wiki/.htaccess
new file mode 100644
index 0000000000000000000000000000000000000000..74959ccfe1d4fbefec3900a270ef0e2e2846b5d4
--- /dev/null
+++ b/src/site/resources/wiki/.htaccess
@@ -0,0 +1,2 @@
+Options MultiViews
+DirectoryIndex home.html
\ No newline at end of file
diff --git a/src/site/site.xml b/src/site/site.xml
index 60022d6d4069383ca500b641418c6b7e6e7b3c2a..f8490f9b9964939d581e1b226b4ec3cc18881232 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -7,7 +7,9 @@
 
 	<bannerLeft>
 		<name>
-			TeeTime
+			<![CDATA[
+					<img src="http://teetime.sourceforge.net/images/teetime-path.svg" id="logo">
+					]]>
 		</name>
 		<href>http://teetime.sourceforge.net</href>
 	</bannerLeft>