/*en-US*/
var VALIDATION_STRING_NOTEMPTY = "A value is required.";
var VALIDATION_STRING_EMAIL = "Please enter a valid email address.";
var VALIDATION_STRING_FLOAT = "Please enter a decimal number.";
var VALIDATION_STRING_INTEGER = "Please enter a whole number.";
var VALIDATION_STRING_POSITIVEFLOAT = "Please enter a positive decimal number.";
var VALIDATION_STRING_POSITIVEINTEGER = "Please enter a positive whole number.";
var VALIDATION_STRING_TEXT = "The entered text includes unsupported characters.";
var VALIDATION_STRING_URL = "The URL entered is not a valid URL address (Note: The URL must begin with http://).";
var VALIDATION_STRING_MULTIPLEURL = "One of the URLs entered is not a valid URL address.";
var VALIDATION_STRING_URLTOOLONG = "One of the URLs entered is too long. Max length is: {0}.";
var VALIDATION_STRING_TOOMANYCHARACTERS = "Total number of characters must not exceed {0}.";
var VALIDATION_STRING_TOOMANYURLS = "Too many URLs have been entered. Limit: {0}.";
var VALIDATION_STRING_DATE = "Please select a valid date format.";
var VALIDATION_STRING_DATETIME = "Please select valid date and time formats.";
var VALIDATION_STRING_DATERANGE = "The end date must be later than the start date.";
var VALIDATION_STRING_DATERANGEINVALID = "Please select valid date formats in both date fields.";
var VALIDATION_STRING_COMBOBOX = "Please select a value from the list.";
var VALIDATION_STRING_GENERALERROR = "Please fix the errors below.";////////////////////////////////////
/// Debug ///////////
//////////////////////////////////
var _debugWindow = null;
function showDebug() {
if (top._debugWindow == null)
{
top._debugWindow = window.open("",
"Debug",
"left=0,top=0,width=300,height=700,scrollbars=yes,"
+"status=yes,resizable=yes");
top._debugWindow.opener = self;
// open the document for writing
top._debugWindow.document.open();
top._debugWindow.document.write(
"
\n");
}
top._debugWindow.document.close();
}
try
{
if (top && top.document && top.document.location && top.document.location.href.indexOf("eyeblaster_debug") > -1)
{
showDebug();
}
}
catch(ee){}
function debug(text) {
if (top && top._debugWindow && top._debugWindow.document)
{
top._debugWindow.document.getElementById("debug").innerHTML +=text+" ";
}
}
function ebdebugger()
{
if (top && top.document && top.document.location && top.document.location.href.indexOf("eyeblaster_debug") > -1)
{
debugger;
}
}
/*!
* jQuery JavaScript Library v1.4.2
* http://jquery.com/
*
* Copyright 2010, John Resig
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* Includes Sizzle.js
* http://sizzlejs.com/
* Copyright 2010, The Dojo Foundation
* Released under the MIT, BSD, and GPL Licenses.
*
* Date: Sat Feb 13 22:33:48 2010 -0500
*/
(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/,
Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&&
(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this,
a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b===
"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,
function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b