diff --git a/rowers/templates/list_workouts.html b/rowers/templates/list_workouts.html
index 05b513eb..5214ee8a 100644
--- a/rowers/templates/list_workouts.html
+++ b/rowers/templates/list_workouts.html
@@ -1,7 +1,7 @@
{% extends "newbase.html" %}
{% load staticfiles %}
{% load rowerfilters %}
-xo
+
{% block title %}Rowsandall Workouts List{% endblock %}
{% block scripts %}
diff --git a/rowers/templates/menu_analytics.html b/rowers/templates/menu_analytics.html
index 6d92023e..f9c50cda 100644
--- a/rowers/templates/menu_analytics.html
+++ b/rowers/templates/menu_analytics.html
@@ -93,3 +93,5 @@
{% endif %}
{% endif %}
+
+{% include 'menuscript.html' %}
diff --git a/rowers/templates/menu_help.html b/rowers/templates/menu_help.html
index 9e88aa21..dab9640a 100644
--- a/rowers/templates/menu_help.html
+++ b/rowers/templates/menu_help.html
@@ -22,3 +22,5 @@
+
+{% include 'menuscript.html' %}
diff --git a/rowers/templates/menu_plan.html b/rowers/templates/menu_plan.html
index 7ddb10d6..ee1e2cb2 100644
--- a/rowers/templates/menu_plan.html
+++ b/rowers/templates/menu_plan.html
@@ -160,3 +160,5 @@
{% endif %}
{% endif %}
+
+{% include 'menuscript.html' %}
diff --git a/rowers/templates/menu_profile.html b/rowers/templates/menu_profile.html
index 8bcdfc7c..8fda9f4a 100644
--- a/rowers/templates/menu_profile.html
+++ b/rowers/templates/menu_profile.html
@@ -53,3 +53,5 @@
{% endif %}
{% endif %}
+
+{% include 'menuscript.html' %}
diff --git a/rowers/templates/menu_racing.html b/rowers/templates/menu_racing.html
index 95660480..9eb8e11f 100644
--- a/rowers/templates/menu_racing.html
+++ b/rowers/templates/menu_racing.html
@@ -54,3 +54,5 @@
{% endif %}
+
+{% include 'menuscript.html' %}
diff --git a/rowers/templates/menu_teams.html b/rowers/templates/menu_teams.html
index e0696a4e..d7006e7d 100644
--- a/rowers/templates/menu_teams.html
+++ b/rowers/templates/menu_teams.html
@@ -92,3 +92,4 @@
{% endif %}
+{% include 'menuscript.html' %}
diff --git a/rowers/templates/menu_workout.html b/rowers/templates/menu_workout.html
index ec62b95e..d79def7f 100644
--- a/rowers/templates/menu_workout.html
+++ b/rowers/templates/menu_workout.html
@@ -300,3 +300,5 @@
{% endif %}
+
+{% include 'menuscript.html' %}
diff --git a/rowers/templates/menu_workouts.html b/rowers/templates/menu_workouts.html
index 738c9130..b4af3e51 100644
--- a/rowers/templates/menu_workouts.html
+++ b/rowers/templates/menu_workouts.html
@@ -62,3 +62,5 @@
{% endif %}
{% endif %}
+
+{% include 'menuscript.html' %}
diff --git a/rowers/templates/menuscript.html b/rowers/templates/menuscript.html
new file mode 100644
index 00000000..6f7c5651
--- /dev/null
+++ b/rowers/templates/menuscript.html
@@ -0,0 +1,21 @@
+
+