var refreshScorecardid = 0;
var refreshCommpageid = 0;
var refreshScagid = 0;
var COMM_DATA = {COMMOBJECT: new Object(),SCOREOBJECT : new Object(),SCAGOBJECT : new Object(),COMMREFRESH: 25,COMMLINES:20,MATCHID:0,MATCHFOLDER:"",SCORECARD:"",COMM_JSON:"",SCAG_JSON:""};
var COMMJSON = {"pushType" : "commentary", "id" : 0, "matchId" : 0,"inningsId" : 0,"battingTeamId" : 0,"ballNbr" : 0,"commtxt" : "","extraCode" : "","totalRuns" : 0,"legalRuns" : 0,"batsmanIdStriker" : 0,"batsmanIdNonStriker" : 0,"bowlerId" : 0,"bowlerIdNonStriker" : 0,"wicketCode" : "","outBatsmanId" : 0,"fielderId_1" : 0,"fielderId_2" : 0,"fielderid_3" : 0,"tmScore" : "0","shotXCoord" : 0,"shotYCoord" : 0,"shotPosition" : "","matchState" : "","task" : "","ballspeed" :0,"hawk_eye_over" :"0.0.0"}
var SCOREJSON = {"pushType" : "Scores","type" : "","matchdesc" : "","venue_name" :"","venue_city" :"","venue_country" : "","series" : "","series_id" : "","startdate" :"","enddate" :"","team1" : {"shortName" :"","fullName" : ""},"team2" : {"shortName" : "","fullName" : ""},"match_state" : "","status" : "","break_state" : "","canvas_status" : "","canvas_add_status" : "","canvas_spcl_status" : "","preview_msg" : "","batteamname" : "","bwlteamname" : "","batteamruns" : "","batteamwkts" : "","batteamovers" : "","batteamdesc" : "","bwlteamdesc" : "","curr_runrate" : "","reqd_runrate":"","prevOvers" : "","last_wicket" : "","remainingOvers" : "","batsman" : [{"id" : "","name" : "","runs" : "","balls_faced" : "","fours" : "","sixes" : "","url":""}],"bowler" : [{"id" : "","name" : "","overs" : "","maidens" : "","runs" : "","wickets" : "","url":""}]};
var SCAGJSON = {
   "matchId": "",
   "matchIndex": "",
    "team1" : {"shortName" : "","fullName" : ""},
	"team2" : {"shortName" : "","fullName" : ""},
	"datatype" : "",
	"seriesFolder" : "",
    "matchFolder" : "",
    "matchdesc" : "",
	"series" : "",
	"startdate" : "",
	"match-day" : "",
	"type" :"",
	"venue-name" :"",
	"venue-city" :"",
	"venue-country" :""					
};
var INNINGSJSON = {
"battingteamid" :"",
"battingteam" :"",
"bowlingteamid" :"",
"bowlingteam" :"",
"runs" :"",
"wickets" :"",
"overs" :"",
"batsmen": [
{"batsmanId":"", "fullname":"","shortname":"","nickname":"","outdescription":"","run":"","ball":"","four":"","six":"","sr":""}
],
"nextbatsman":"",
"nextbatsmanlable":"",
"bowlers": [
{"bowlerId": "", "fullname":"","shortname":"","nickname":"","over":"","maiden":"","run":"","wicket":"","noball":"","wideball":"","sr":""}
]
,"extras":{"total":"0", "byes":"0", "legByes":"0", "wideBalls":"0", "noBalls":"0", "penalty":"0"}
,"fow": [
{"outBatsmanId": "", "fullname":"","name":"","run":"","wicketnbr":"","overnbr":""}
]
,"total":{"runs":"0","wickets":"0","overs":"0","rurrate":"0"}
};
var SCORECARDJSON = {
"Innings":{ "1" : INNINGSJSON},
"official" : {
    "umpire1" :{"umpirename":"","country":""},
    "umpire2" :{"umpirename":"","country":""},
    "umpire3" :{"umpirename":"","country":""},
    "referee" :{"refereename":"","country":""}
},
"squads" :{
    "team1" :{"name":"","squad":""}
    ,"team2" :{"name":"","squad":""}
},
"miniscorecard" : {
    "batteamname" : "",
    "bwlteamname" : "",
    "batteamruns" : "0",
    "batteamwkts" : "0",
    "batteamovers" : "0",
    "batteamdesc" : "",
    "bwlteamdesc" : "",
    "curr-runrate" : "",
    "prevOvers" : "",
    "status" : ""
},
    "seriesName" :"",
    "matchId" :"",
    "team1" :"",
    "team2" :"",
    "startdate" : "",
    "matchdesc" : "",
    "matchtype" : "",
	"tossStr" : "",
    "state" : "inprogress",
    "venue-name" :"",
    "venue-city" :"",
    "venue-country" : ""
};


