var def = {
lang : 'en',
culture : 'en-us',
timezone : -480,
vs : {
noMatch : '-',
specialStatus : [null, 'Cancel', 'ABD', 'Post', 'INT', 'N/A', 'Def'],
status : ['', '1H', 'Half', '2H', 'Final', '1st', '2st', '3st', '4st', 'OT', 'Break'],
handicap : {'0.00' : '0',
'0.25' : '0/0.5',
'0.50' : '0.5',
'0.75' : '0.5/1',
'1.00' : '1',
'1.25' : '1/1.5',
'1.50' : '1.5',
'1.75' : '1.5/2',
'2.00' : '2',
'2.25' : '2/2.5',
'2.50' : '2.5',
'2.75' : '2.5/3',
'3.00' : '3',
'3.25' : '3/3.5',
'3.50' : '3.5',
'3.75' : '3.5/4',
'4.00' : '4',
'-0.25' : '-0/0.5',
'-0.50' : '-0.5',
'-0.75' : '-0.5/1',
'-1.00' : '-1',
'-1.25' : '-1/1.5',
'-1.50' : '-1.5',
'-1.75' : '-1.5/2',
'-2.00' : '-2',
'-2.25' : '-2/2.5',
'-2.50' : '-2.5',
'-2.75' : '-2.5/3',
'-3.00' : '-3',
'-3.25' : '-3/3.5',
'-3.50' : '-3.5',
'-3.75' : '-3.5/4',
'-4.00' : '-4'}
},
week : [
'Sunday',
'Monday',
'Tuesday',
'Wednesday',
'Thursday',
'Friday',
'Saturday'
],
pageName : {
score : 'Score'
},
loading : 'Loading...'
};