$(window).scroll( function() {
		$("#qq").animate({top:$(document).scrollTop()+430}, { queue: false, duration: 1000 } )   
} );
