$(document).ready(function() {

	if (screen.height <= 900) {
		$('#ads').hide();
		$('#homeNews li:gt(2)').hide();
		$('#homeSuccess li:gt(1)').hide();
	};
	
});

