/*$(document).ready(function(){
						   
	//scroll to anchor
	$('.btTop').click(function(){$('#top').ScrollTo(1000);return false});

}); //close doc ready*/