function show_layer()
{
	$('#layerad').hide().fadeIn('slow');
}

function close_layerad()
{
	$('#layerad').fadeOut('slow');
}



