//程序：梦乐标本
//time：18:43 2008-11-2
function boxhtml(box)
{
return "<div style='background:url("+box+"/box-top.gif) repeat-x left top;'>"+
"<div style='background:url("+box+"/box-bottom.gif) repeat-x left bottom;'>"+
"<div style='background:url("+box+"/box-left.gif) repeat-y left top;'>"+
"<div style='background:url("+box+"/box-right.gif) repeat-y right top;'>"+
"<div style='background:url("+box+"/box-top-left.gif) no-repeat left top;'>"+
"<div style='background:url("+box+"/box-top-right.gif) no-repeat right top;'>"+
"<div style='background:url("+box+"/box-bottom-left.gif) no-repeat left bottom;'>"+
"<div style='background:url("+box+"/box-bottom-right.gif) no-repeat right bottom;'>"+
"</div>"+
"</div>"+
"</div>"+
"</div>"+
"</div>"+
"</div>"+
"</div>"+
"</div>";
}
$(document).ready(function(){
//	$(".box1").wrap(boxhtml("box1"));
});
////html by box
//<div style="width:500px;background:#f7e4b9;">
//    <div class="box9">
//        <div style="height:181px;">
//		  	<div>列表1</div>
//        </div>
//    </div>
//</div>
////html by button
////line-height > height 2px ,and do not use height but line-height to replace
//<div style="float:left;">
//    <div class="box8">
//        <div style="line-height:25px;padding:0 10px;">
//        <div>更多内容</div>
//        </div>
//    </div>
//</div>
