/* Hopefully this works for http://support.microsoft.com/kb/912945 */
function i_love_eolas (string) {
	document.write(string + "\n");
}

