\n");
document.write("\n");
document.write("// Set the BaseURL to the URL of your camera\n");
document.write("var BaseURL = \"http://kirkegaten12.com:3142/\";\n");
document.write("\n");
document.write("// DisplayWidth & DisplayHeight specifies the displayed width & height of the image.\n");
document.write("// You may change these numbers, the effect will be a stretched or a shrunk image\n");
document.write("var DisplayWidth = \"320\";\n");
document.write("var DisplayHeight = \"240\";\n");
document.write("\n");
document.write("// This is the path to the image generating file inside the camera itself\n");
document.write("var File = \"axis-cgi/mjpg/video.cgi?resolution=800x600\";\n");
document.write("// No changes required below this point\n");
document.write("var output = \"\";\n");
document.write("if \(\(navigator.appName == \"Microsoft Internet Explorer\"\) &&\n");
document.write(" \(navigator.platform != \"MacPPC\"\) && \(navigator.platform != \"Mac68k\"\)\)\n");
document.write("{\n");
document.write(" // If Internet Explorer under Windows then use ActiveX\n");
document.write(" output = '';\n");
document.write("} else {\n");
document.write(" // If not IE for Windows use the browser itself to display\n");
document.write(" theDate = new Date\(\);\n");
document.write(" output = '';\n");
document.write("}\n");
document.write("document.write\(output\);\n");
document.write("document.Player.ToolbarConfiguration = \"play,+snapshot,+fullscreen\"\n");
document.write("\n");
document.write("// Remove the '//' below to use the code for Motion Detection.\n");
document.write(" // document.Player.UIMode = \"MDConfig\";\n");
document.write(" // document.Player.MotionConfigURL = \"/axis-cgi/operator/param.cgi?ImageSource=0\"\n");
document.write(" // document.Player.MotionDataURL = \"/axis-cgi/motion/motiondata.cgi\";\n");
document.write("\n");
document.write("