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