/* --------------------------------------------
   HGTV Application Config
--------------------------------------------- */
HGTVApplicationConfig.prototype = new ApplicationConfig();
function HGTVApplicationConfig() {
	HGTVApplicationConfig.prototype = new ApplicationConfig();
	this.loginServer["DEV"] = "http://vdev2.scripps.com/";
	this.loginServer["STAGE"] = "http://swwd.scrippsweb.com/";
	this.loginServer["PROD"] = "http://web.hgtv.com/";
	
    this.urVersion = urVersion;

	function urVersion() {
		return 1;
	}
}


