function ScoreSent() {
	var dash = (navigator.appName.indexOf("Microsoft") != -1) ? window["DashBoard"] : document["DashBoard"];
	if( typeof(dash) != "undefined" )
	{
		dash.RefreshData();
	}
}