function hidestickie()
{
	$('#stickie').remove();
	$('#stickieshade').remove();
}

