//-----------------------------
// Auteur	: Pejman Ramezanpour
// Date		: 2008-09-25
//-----------------------------

function DfpVariables(){
			this.mainsection = 'mail';
			this.sectionLevel2 = 'login';
			this.sectionLevel3 = '';
			this.sectionLevel4 = '';
			this.sectionLevel5 = '';
			this.language = 'en';
			this.division = 'canoe';	
			this.networkid = 'can';
 			this.affiliate = '';          	
			this.tile = 1;
			this.rand_num = Math.floor(Math.random()*8999999999)+1000000000;
			this.prov = '';
			
			this.SwitchLang = this.language;
            
			this.hp='0';

		}
		var MyGenericTagVar  = new DfpVariables();
