// Your server name
var server = "speed.datazug.ch";
// Path on the server
var path = "/speedtest/";
// URL of the logo to display
var logo = "/speedtest/images/blank2.gif";
// URL the link on the logo points to
var logolink = "http://www.datazug.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;
// ProviderName for volume based message
var providername_vol = "DataZug";
// Google key
var analytics_key = "UA-7321913-5";

