function DfpVariables()
{
  this.mainsection = 'homes';
  this.affiliate = '';
  this.sectionLevel2 = 'findarental';
  this.language = 'en';
  this.division = 'canoe';
  this.hp = '';
  this.SwitchLang = 'fr' ; // For some site fr and en are process the same way so hardcode this variable
  this.networkid = 'can';
  this.tile = 1;
  this.rand_num = Math.floor(Math.random()*8999999999)+1000000000;
  this.prov = '';

  /*********************************************************/
  /* The following variables would be used during transition */
  /* to populate existing DE tags that are not covered by DFP vars: */
  /*********************************************************/

  this.de_site = 'micasa'; // site
  this.de_vchannel  = 'suna_far'; // vertical
  this.de_subchannel  = 'rentals'; // sousvertical
  this.sujet = 'house'; // sujet fr
  this.de_hchannel = ''; // sujet en
  this.de_category = 'various'; // categorie
  this.de_subcategory = ''; // souscategorie
  this.dfpSwitch	= {
		skyscraper:	0,
		superbanner:	0,
		bigbox:		0,
		special1:	1,
		special2:	1,
		button:		1,
		popup:		0,
		advertorial:	1,
		banner:		1,
		doublebox:	1,
		dim300x132: 0
	}  
}

var MyGenericTagVar = new DfpVariables();


