if (typeof SEAT === "undefined") {
  var SEAT = {};
};
// Create the system namespace
if (typeof SEAT.TC === "undefined") {
  SEAT.TC = {};
};
/**
 * System wide constants
 */
SEAT.TC.HOST = 'http://www.tuttocitta.it';
SEAT.TC.APP_PFX = '/tcol';
SEAT.TC.WEB_PFX = '/tc';
SEAT.TC.IMG_PFX = 'http://img.tuttocitta.it/tcolnew/img';
SEAT.TC.GEO_SERVER = 'http://geo.paginegialle.it:80';
SEAT.TC.MAPSAPI_SERVER = 'http://api.visual.paginegialle.it/tcolnew';
SEAT.TC.MDR_SERVER = 'http://www.tuttocitta.it'; // per rewrite /tcit/search
SEAT.TC.RinascenteDisabled = '1';
SEAT.TC.SV_SWF_VERSION = '65';
SEAT.TC.jsmanV = '20120125.1756';
SEAT.TC.jscssradix = 32;

