$(function(){
	
	if ($(".store-item").length == 0) {
		$("<div>").text("coming soon").appendTo("#content");
	}
	
});