var error  = new Array();	

function Attribute(text, number)
{
	this.text = text;		//setzt den Text
	this.number = number;		//setzt Nummer
}

function newError(text)
{
	number = error.length;
	error[number] = new Attribute( text, 600 + number);
}


// newError("ERRORTEXT");
// all HTML-TAGS in ERRORTEXT apply
// the ERRORCODE is computed from the position in the list e.g. the 1st is 600, 2nd 601 ... 

newError("The returned metainformation in the entityheader is incomplete or wrongsized. <br> The networkinterface might be misconfigurated. Check the packetsize settings for mimetyping. ");
newError("The Server fulfilled the request, but there were no information to send back.");
newError("The request completed successfully, but the server is gone away. <br> Try to phone your callcenter for the new adress.");
newError("The document root of the server were deleted successfully. <br> Thanks for being our customer.");
newError("The server while acting as a gateway or proxy received an unexpected token or invalid response in attempting to fulfill the request. <br> Change the dataformat or use another client software.");
newError("The server does not support portmapping out of the 640 kbyte area.");
newError("The user authentification failed because a user with this name is currently listed on the black list of the NSA.");
newError("The server encountered an unexpected timeflag on clients machine. <br> Try to setup client machine to GMT.");
newError("The Server understood your request, but is unable to fulfill it because the clients name is not matching. <br> Try to adjust machines name to anything that matches the servers requirements.");
newError("The method used in order to fulfill the request throwed an exception that can be read in clients system logfile.");
newError("The server timed out waiting for the rest of the request data. <br> Control the settings for timesharing.");
newError("The precondition given in one or more of the request header fields did not match the requested filetype. <br> Please modify the MIME TYPE handler settings.");
newError("The server encountered an illegal installation of a software protected by SPCO (Software Piracy Control Organisation) on client machine. <br> Please stay connected until the collection of personal data and further installions is completed. ");
newError("The server encountered an  internal error because the temporary disk space on client machine is full or not writeable. <br> Delete anything in e.g. C:\\Temp or set directory world writeable.");
newError("Not currently implemented in clients HTTP protocol version. <br> Update the client softwares protocol version to accomplish the server requirements.");
newError("The server is refusing to process the request because the client is in a unsecure condition. <br> Please reboot.");
newError("The requested resource were downloaded successfully and resides now in clients temporary disk space. <br> Please disconnect now and browse offline. ");
newError("The server has not found anything matching your ip-adress. <br> Please modify client machines routing table.");
newError("The request has been competed, but the transfer timed out due to a sequence number error. <br> Please try again and send in correct order.");
newError("The server encountered an irreversible damage on clients system. <br> Please reinstall. Good luck.");
newError("The server received an invalid response from the client and refuses further requests until the operating system is updated.");
newError("The server insists on proxy authentification. <br> Please log out and log in again to your local area network.");
newError("The request was refused, but the errormessage were send successfully. <br> Clients network operations should be minimized for at least 10 minutes or system will get instable. Save all files that are currently opened.")
newError("The server encountered unknown data while trying to retrieve information about your sexual habits.<br> The server's administrator will have to run a couple of tests to validate the information provided. Please retry tomorrow.");
newError("Your request was routed via an AOL-gateway.<br> Sorry, there are limits even to our sense of humour!");
newError("This is a Linux-based server.<br> Please wait while the worldwide linux-developer-community considers your request.");
//thanks Titus: It took me half an hour to format the date string.
newError("According to IP-header information your request was sent at " + Hour() + ":" + Minute() + ":" + Secs() + " the " + Day() + "." + Month() + "." + (Year() - 100) + ". The server assumes that you are no longer interested by now.");
