var bLink = 'http://LoReF.Com/'
var USL_STDATA = 'North Carolina,NC,5,0'
var USL_STATE, USL_ST, USL_STATE_Dir, USL_GAME, USL_GAME_Dir, ST_L_js, No_of_GMS, No_of_K
USL_STATE = USL_STDATA.split(',')[0]
USL_STATE_Dir = USL_STATE.split(' ').join('_')
USL_ST = USL_STDATA.split(',')[1]
ST_L_js = USL_ST + '_L_js'
No_of_GMS = USL_STDATA.split(',')[2]
No_of_K = USL_STDATA.split(',')[3]
document.write('')
document.write('')