

$(function(){ 
		   $(".text_more a").html("<img src=\"/tagsimages/seeall.gif\" />");
		   $(".onlyList li:nth-child(8n)").attr("class","bg");
		   
		   if($(".piclist").children().is("li")==false)
	      {
		   $(".onlyList .textlist").css({"float":"left","width":"600px"});
		   }
		   
		   

		   })


