|
 |
Unexpected Error
We're sorry, an unexpected error occurred. Please use the links above or at the left to continue.
|
|
Detailed Error Information:
|
|
Error Type |
1 |
Error Message Key |
_ERR_COMMAND_EXCEPTION |
|
|
|
<%
// only bother writing the noscript version when we're on the live site ...
// noscript helps track bots in the BOTS report suite
String reportHost = "http://www.llbean.com";
String reportSuite = "llbeancom";
if ( request.getServerName().indexOf("www.llbean.com") > -1 ) {
if (request.getScheme().equals("https")){
reportHost = "https://w3.llbean.com";
} else {
reportHost = "http://w3n.llbean.com";
}
java.util.Random randId = new java.util.Random();
String noScriptRequest = reportHost + "/b/ss/" + reportSuite + "/1/H.14--NS/" + randId.nextFloat();
%>
<% } %>