function DfpVariables(){
	this.mainsection = 'lifestyle';
	this.sectionLevel2 = 'ecards';
	this.sectionLevel3 = '';
	this.sectionLevel4 = '';
	this.sectionLevel5 = '';		
	this.language = 'en';
	this.division = 'canoe';
	this.hp= '0';
	this.SwitchLang = ''; 
	this.networkid = 'can';
	this.tile = 1;
	this.rand_num = Math.floor(Math.random()*8999999999)+1000000000;
	this.prov = '';
	this.dfpSwitch	= {
		skyscraper:	0,
		superbanner:0,
		bigbox:		0,
		button:		0,
		popup:		0
	}
}
var MyGenericTagVar = new DfpVariables();
