<!-- min-max width for ie6 -->
function ieXLiquidWidth() {
	if(document.body.clientWidth < 780){
	return "780px";
	}else if(document.body.clientWidth > 1080){
	return "1080px";
	}else{
	return "auto";
	}
}

