diff --git a/lightningbeam.py b/lightningbeam.py
index 12511fa..75ca9fc 100755
--- a/lightningbeam.py
+++ b/lightningbeam.py
@@ -20,6 +20,9 @@ import lightningbeam_windows
#pickle - used to save and open files
import pickle
+#webbrowser - used to launch HTML5
+import webbrowser
+
#misc_funcs - miscelleneous functions in a separate file so as not to clutter things up too much
import misc_funcs
@@ -246,7 +249,12 @@ visibility: hidden; }\n\
//Setup\nvar fps = "+str(svlgui.FRAMERATE)+";\n\n\
\n\
-\n