
function initialize_form() {
	
	//Set Logo Link..
	$('logo').onclick = function() { location.href = "index.html"; };
	$('logo').setStyle('cursor','pointer');
	$('logo').setProperty('title', 'Cranium eSolutions Home');
	new SmoothScroll({duration: 1000});
	/*
	info_req = new Ajax('backbone/_hndlrs/base.handler.php', {
		update: $('logged')
	}).request();
	*/
}

window.addEvent('domready',initialize_form);