Event.observe(window, 'load', place_image, false);

function place_image(){
	Y = $("siteWrapper").offsetHeight;
	$("bundlogo").style.display = "block";
	$("bundlogo").style.top = Y - 126 + "px";
	//if ($("bundlogo").style.top = Y - 126 + "px";
}
