var openingListing_viewMode={};
openingListing_viewMode.list="/site/master.cfm?fuseaction=site-ajax.displayAuctionTimesList";
openingListing_viewMode.map="/site/master.cfm?fuseaction=site-ajax.displayPropertyAuctionsResultMap";
var openingListing_options={dataType:"html",url:openingListing_viewMode.list,type:"GET",data:"",async:true,cache:false,success:function(responseHtml,textStatus){$("#col2_content_wrapper").animate({opacity:"hide"},{queue:"false",duration:1000,easing:"linear",complete:function(){$("#col2_content_wrapper").html(responseHtml);
$("#col2_content_wrapper").animate({opacity:"show"},{queue:"true",duration:1000,easing:"linear"});
openingListing_changeEnabled=true;
}});$("#col2 .tooltip_icons a, #col2 .tooltip_icons span, a.calendar").tooltip({track:true,delay:0,fade:0,top:-45,left:-10,showURL:false,fixPNG:true});
moveTop();},error:function(XMLHttpRequest,textStatus,errorThrown){alert("An error occured, please try again\n"+textStatus+" "+errorThrown);
openingListing_changeEnabled=true;
}};