/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
function initializePreInitialize() {
	var logo=createImage("/images/website/logo.png");
	logo.align="right";
	logo.style.margin="15px";
	logo.style.marginTop="25px";
	document.body.appendChild(logo);
	logo.style.position=""
}
