window.onload = function() {
	stabUserViaInternet();
}

function stabUserViaInternet()
{

	// TODO:
	// devise means of stabbing the user in the face over the internet.
	// must be cross-browser compatible.

}