Safari crash

In order to crash, Safari 4 needs an alert thrown onload AND a style sheet.

window.onload = function () {
	alert('bla');
}