(function(window,$,undefined){
	$(function(){
		$("#download_banner").detach().appendTo($('#menu'));
		$("#download_banner").click(function(event){
			event.stopPropagation();
/* 			event.preventDefault(); */
		});
	});
})(window,jQuery);
