$(document).ready(function(){
	$('.order__').load("/home/order/1");
});

function orderTab(id)
{
	$('.order__').load("/home/order/"+id);
	if(id==1)
	{
	    $("#rq").html("<img src='/images/rq_1.gif' width='68' height='23' border='0' />");
	    $("#xl").html("<img src='/images/xl_0.gif' width='68' height='23' border='0' />");
	}else{
	    $("#rq").html("<img src='/images/rq_0.gif' width='68' height='23' border='0' />");
	    $("#xl").html("<img src='/images/xl_1.gif' width='68' height='23' border='0' />");
	}
}
