$(document).ready(function() {
	$("li#cartCount").text($("span#counter").text());

});
