diff --git a/app/views/layouts/_ga.html.erb b/app/views/layouts/_ga.html.erb
new file mode 100644
index 00000000..b2667b2f
--- /dev/null
+++ b/app/views/layouts/_ga.html.erb
@@ -0,0 +1,13 @@
+
\ No newline at end of file
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 62a2971b..715b1b9e 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -106,4 +106,5 @@
<% end %>
+ <%= render :partial => 'layouts/ga' if Rails.env.production? %>