Free tours during Arizona Auction Week hosted by Andy Reid

Credit: Original article published by Classic Cars Journal.

ClassicCars.com writer, and long-time expert on buying and selling collector vehicles, Andy Reid is offering free tours of several venues during Arizona Auction Week 2023.

The tours begin Tuesday, January 24, at 10 a.m. MST when Andy leads the way into Barrett-Jackson’s auction at WestWorld in Scottsdale. Not only will he be pointing out some of the history and details of specific vehicles, he’ll talk about how to be a smart bidder.

On Wednesday, January 25Andy will lead a tour of the Bonhams auction docket at the Westin Kierland resort in Scottsdale at 10 a.m.

That afternoon, at 2:30 p.m., he’ll be at the Arizona Biltmore resort to showcase the docket for RM Sotheby’s auction.

Sign up for the auction tours you’d like to attend in the forms below:

//———————————————————-
//—— JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS ——-
//———————————————————-

if ( ! gform ) {
document.addEventListener( ‘gform_main_scripts_loaded’, function() { gform.scriptsLoaded = true; } );
window.addEventListener( ‘DOMContentLoaded’, function() { gform.domLoaded = true; } );

var gform = {
domLoaded: false,
scriptsLoaded: false,
initializeOnLoaded: function( fn ) {
if ( gform.domLoaded && gform.scriptsLoaded ) {
fn();
} else if( ! gform.domLoaded && gform.scriptsLoaded ) {
window.addEventListener( ‘DOMContentLoaded’, fn );
} else {
document.addEventListener( ‘gform_main_scripts_loaded’, fn );
}
},
hooks: { action: {}, filter: {} },
addAction: function( action, callable, priority, tag ) {
gform.addHook( ‘action’, action, callable, priority, tag );
},
addFilter: function( action, callable, priority, tag ) {
gform.addHook( ‘filter’, action, callable, priority, tag );
},
doAction: function( action ) {
gform.doHook( ‘action’, action, arguments );
},
applyFilters: function( action ) {
return gform.doHook( ‘filter’, action, arguments );
},
removeAction: function( action, tag ) {
gform.removeHook( ‘action’, action, tag );
},
removeFilter: function( action, priority, tag ) {
gform.removeHook( ‘filter’, action, priority, tag );
},
addHook: function( hookType, action, callable, priority, tag ) {
if ( undefined == gform.hooks[hookType][action] ) {
gform.hooks[hookType][action] = [];
}
var hooks = gform.hooks[hookType][action];
if ( undefined == tag ) {
tag = action + ‘_’ + hooks.length;
}
if( priority == undefined ){
priority = 10;
}

gform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );
},
doHook: function( hookType, action, args ) {

// splice args from object into array and remove first index which is the hook name
args = Array.prototype.slice.call(args, 1);

if ( undefined != gform.hooks[hookType][action] ) {
var hooks = gform.hooks[hookType][action], hook;
//sort by priority
hooks.sort(function(a,b){return a[“priority”]-b[“priority”]});

hooks.forEach( function( hookItem ) {
hook = hookItem.callable;

if(typeof hook != ‘function’)
hook = window[hook];
if ( ‘action’ == hookType ) {
hook.apply(null, args);
} else {
args[0] = hook.apply(null, args);
}
} );
}
if ( ‘filter’==hookType ) {
return args[0];
}
},
removeHook: function( hookType, action, priority, tag ) {
if ( undefined != gform.hooks[hookType][action] ) {
var hooks = gform.hooks[hookType][action];
hooks = hooks.filter( function(hook, index, arr) {
var removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);
return !removeHook;
} );
gform.hooks[hookType][action] = hooks;
}
}
};
}

Barrett-Jackson Scottsdale Auction Tour- Tuesday January 24, 10 a.m.

document.getElementById( “ak_js_1” ).setAttribute( “value”, ( new Date() ).getTime() );


Bonhams Scottsdale Auction Tour- Wednesday January 25, 10 a.m.

Please complete this form if you would like to attend a tour of Bonhams Scottsdale Auction with Andy Reid.

document.getElementById( “ak_js_2” ).setAttribute( “value”, ( new Date() ).getTime() );


RM Sotheby’s Phoenix Auction Tour- Wednesday January 25, 2:30 p.m.

Please complete this form if you would like to attend a tour of RM Sotheby’s Phoenix Auction with Andy Reid.

document.getElementById( “ak_js_3” ).setAttribute( “value”, ( new Date() ).getTime() );