var $j = jQuery.noConflict();				// we namespace our jQuery to prevent conflicts with prototype
tbSearch = window.tbSearch || {};			// tbSearch contains all of the search autocomplete functionality
tbPromos = window.tbPromos || {};			// tbPromos contains all the promo block functionality
tbAddToCart = window.tbAddToCart || {};		// maintain state of add to cart
tbModal = window.tbModal || {};
FC_TBJS = window.FCTBJS || {};			
Brightcove = window.Brightcove || {};		// Brightcove contains all video functionality
tbBigDog = window.tbBigDog || {};				// functionality to handle all featured title functionality
ymal = window.ymal || {};						// you may also like
tbGrid = window.tbGrid || {};					// all the functionality for the grid view filters
tbCommon = window.tbCommon || {};				// functions that all modules will use

$j.ajaxSetup({cache: false});               // Disables caching for AJAX Calls (required for IE7)

