	$(document).ready(function() {
		
		$('#floaterclose').click(function() {
			$('#floatlayer').remove();
			return false;
		});

		
	});