
function openscoreBoard()
			{
				//window.open('http://www.samsungcricketlovers.com/samsungnew/LiveCoverage/ticker/score_board.asp','score_board','width=350,height=543')
				//Uncomment this line to activate score board popup
//				window.open('/LiveCoverage/ticker/score_board.asp','score_board','width=350,height=543')
return window.open('/LiveCoverage/ticker/score_board.asp','score_board','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=350,height=543')
			}
