//----------------------------- // Auteur : Raynald Bertrand // Date : 2007-07-09 //----------------------------- function DfpVariables(){ this.mainsection = 'entertainment'; this.sectionLevel2 = 'blogue'; this.sectionLevel3 = ''; this.sectionLevel4 = ''; this.sectionLevel5 = ''; this.sectionLevel6 = ''; this.division = 'canoe'; this.language = 'fr'; this.networkid = 'can'; this.affiliate = ''; this.hp='1'; //etc.. /*********************************************************/ /* The following variables would be used during transition */ /* to populate existing DE tags that are not covered by DFP vars: */ /*********************************************************/ this.de_site = 'canoe'; /*site dans DE variable du xls*/ this.de_vchannel = 'divertissement'; /*vertical dans DE variable du xls*/ this.de_subchannel = 'blogue'; this.sujet = 'culture'; this.de_category = 'divers'; this.de_subcategory = ''; this.de_hchannel = ''; this.SwitchLang = this.language; // For some site fr and en are process the same way so hardcode this variable this.tile = 1; this.rand_num = Math.floor(Math.random()*8999999999)+1000000000; this.prov = ''; } var MyGenericTagVar = new DfpVariables();