if(typeof CML == 'undefined') var CML={}; if(typeof CML['Loc'] == 'undefined') CML.Loc={}; if(typeof CML.Loc['Exp'] == 'undefined') CML.Loc.Exp={}; CML.Loc.Exp = {"articles":{"common":{"fill_in_required_fields":"Fill in required fields","processing_request":"Processing request","contact_thanks_message":"

Thank You.<\/h3>

Thanks for passing along your questions or comments.<\/p>

We will do our best to get back to you as soon as we can.<\/p>"}}} CML.Loc.Exp['exp'] = function( ) { // sCategory, sSection, sExpression, sDefaultValue if( arguments.length == 4 ) { if(typeof this[ arguments[0] ] == 'undefined') { return arguments[3]; } else if(typeof this[ arguments[0] ][ arguments[1] ] == 'undefined') { return arguments[3]; } else if(typeof this[ arguments[0] ][ arguments[1] ][ arguments[2] ] == 'undefined') { return arguments[3]; } else { return this[ arguments[0] ][ arguments[1] ][ arguments[2] ]; } }else if( arguments.length == 5 ) { // sCategory, sSection, sType, sExpression, sDefaultValue if(typeof this[ arguments[0] ] == 'undefined') { return arguments[4]; } else if(typeof this[ arguments[0] ][ arguments[1] ] == 'undefined') { return arguments[4]; } else if(typeof this[ arguments[0] ][ arguments[1] ][ arguments[3] ] == 'undefined') { return arguments[4]; } else { return this[ arguments[0] ][ arguments[1] ][ arguments[3] ]; } } }