/**
 * INSTANTIATOR FOR tableSortObj for specOffersAll output
 */
window.onload = function() {
	tableSort = new tableSortObj('results',new Array('string','string','stars','price|1'),1);
}
