function createSignupDiv()
{
	new Ajax.Updater('right','/includes/global/registersignup.php',{
		method:'get'
	});
}