	
	function scrollCounter(name){
		//alert(name);
		var z=0;
		var sp = jQuery(name);
		for(var i=0;i<sp.length;i++)z++;
		
		return z;
	}
	
	
	


