﻿/*
Deprecated 30 Aug 2010: all logic now passes through core.js. This file remains so that widgets using the previous code do not throw error
*/
function ALLTEAMSBusinessListing(orgID, renderInElementID, frameName) {
		ALLTEAMSWidget.RenderListingsFader(orgID, renderInElementID, frameName);
	return {
		Render: function () {
		}
	}
}