// Showroom requires jquery library
$(document).ready(trailering_prep);

//alert ("YES!");

function trailering_prep(){
	 refreshShortlist ();
	// manageUserListInSession is in trailering_gen.js
	//Added rebuildSuggestedList to keep the JS array in sync with session for the Front End.
	$("input.addto")
	.click(function(){updateShortlist(this.id, this.checked)});
	
	
	
	
}	



