// JavaScript Document
window.onload = uniqueSetup;

function uniqueSetup()
{
	alert("huh?");
}