﻿$(document).ready(function(){

 var vZone = $(".bodyRightColumn").text();
 if (!vZone) vZone="";
 vZone = $.trim( vZone );

 if(vZone.length <= 0)
 {
	if (!( $(".bodyRightColumn").find("img").length > 0) ) {
		$(".bodyLeftColumn").css("width","auto");
	}
 }
 
});
