var my_modal;
Event.observe(window,'load',function(){
	my_modal = new Control.Modal($('login_target'),{
		width: 340,
		height: 250
	});
});
