function ieXLiquidWidth(){
  if (920 > document.body.clientWidth){ return "920px"; }
  else{ return "auto"; }
}
