diff --git a/openlp/plugins/remotes/html/init.js b/openlp/plugins/remotes/html/init.js
deleted file mode 100644
index 6c5f497da..000000000
--- a/openlp/plugins/remotes/html/init.js
+++ /dev/null
@@ -1,32 +0,0 @@
-/*****************************************************************************
- * OpenLP - Open Source Lyrics Projection *
- * ------------------------------------------------------------------------- *
- * Copyright (c) 2008-2010 Raoul Snyman *
- * Portions copyright (c) 2008-2010 Tim Bentley, Jonathan Corwin, Michael *
- * Gorven, Scott Guerrieri, Christian Richter, Maikel Stuivenberg, Martin *
- * Thompson, Jon Tibble, Carsten Tinggaard *
- * ------------------------------------------------------------------------- *
- * This program is free software; you can redistribute it and/or modify it *
- * under the terms of the GNU General Public License as published by the *
- * Free Software Foundation; version 2 of the License. *
- * *
- * This program is distributed in the hope that it will be useful, but *
- * WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
- * Public License for more details. *
- * *
- * You should have received a copy of the GNU General Public License along *
- * with this program; if not, write to the Free Software Foundation, Inc., *
- * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
- *****************************************************************************/
-
-/**
- * init.js - In certain browsers (yes, IE, I'm looking at you!), DocumentReady
- * JavaScript functions can only be run very last on the page. This file is the
- * last JavaScript file to be included on the page, and provides a work-around
- * for this bug in certain browsers.
- */
-
-$(document).ready(function () {
- OpenLP.Events.init();
-});
\ No newline at end of file
diff --git a/openlp/plugins/remotes/html/old_index.html b/openlp/plugins/remotes/html/old_index.html
deleted file mode 100644
index 94bb24d32..000000000
--- a/openlp/plugins/remotes/html/old_index.html
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
- OpenLP website
-
-
-
diff --git a/openlp/plugins/remotes/html/openlp.service.js b/openlp/plugins/remotes/html/openlp.service.js
deleted file mode 100644
index 843e6d18f..000000000
--- a/openlp/plugins/remotes/html/openlp.service.js
+++ /dev/null
@@ -1,44 +0,0 @@
-/*****************************************************************************
- * OpenLP - Open Source Lyrics Projection *
- * ------------------------------------------------------------------------- *
- * Copyright (c) 2008-2010 Raoul Snyman *
- * Portions copyright (c) 2008-2010 Tim Bentley, Jonathan Corwin, Michael *
- * Gorven, Scott Guerrieri, Christian Richter, Maikel Stuivenberg, Martin *
- * Thompson, Jon Tibble, Carsten Tinggaard *
- * ------------------------------------------------------------------------- *
- * This program is free software; you can redistribute it and/or modify it *
- * under the terms of the GNU General Public License as published by the *
- * Free Software Foundation; version 2 of the License. *
- * *
- * This program is distributed in the hope that it will be useful, but *
- * WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
- * Public License for more details. *
- * *
- * You should have received a copy of the GNU General Public License along *
- * with this program; if not, write to the Free Software Foundation, Inc., *
- * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
- *****************************************************************************/
-
-OpenLP.Namespace.create("OpenLP.Service", {
- addServiceItem: function (elem, item)
- {
- var trow = $("