// Your server name
var server = "speedtest.thurcom.ch";
// Path on the server
var path = "/speedtest/";
// URL of the logo to display
var logo = "/speedtest/images/thurcom.png";
// URL the link on the logo points to
var logolink = "http://www.thurcom.ch";
// Default language (Possible values are EN (English), DE (German), FR (French), IT (Italian) and PT (Portuguese)
var language = "de";
//Default country (Possible values are in the countries.txt)
var country = "Switzerland";
// Display the image header
var display_header = true;
// Display the footer
var display_footer = true;
// Google key
var analytics_key = "UA-6278614-1";
