﻿
function CheckDelete(entity) {
	return confirm("Delete this " + entity + "? This action cannot be undone...");
}

function LaunchPointStreak(specificPage) {
	if (!specificPage) {
		specificPage = "";
	}

	window.open('http://flintgenerals.stats.pointstreak.com/' + specificPage, "PointStreak", "status=1, toolbar=0, location=0, menubar=0, resizable=1, scrollbars=1, height=700, width=900");
	
}