THIS IS A TEST WEB SITE
struct mirror_servers{
char *server_name;
char *IPaddress;
struct mirror_servers *next;
} *ms ;