//----------------------------- // Auteur : Raynald Bertrand // Date : 2007-07-09 //----------------------------- function DfpVariables(){ this.mainsection = 'automotive'; /* A */ this.sectionLevel2 = 'blogue'; /* B */ this.sectionLevel3 = 'targa'; /* C */ this.sectionLevel4 = ''; /* D */ this.sectionLevel5 = ''; /* E */ this.sectionLevel6 = ''; this.division = 'canoe'; /* F */ this.language = 'fr'; /* G */ this.networkid = 'can'; /* NE CHANGE JAMAIS */ this.affiliate = ''; /* NE CHANGE JAMAIS */ this.hp ='1'; /* NE CHANGE JAMAIS */ //etc.. /*********************************************************/ /* The following variables would be used during transition */ /* to populate existing DE tags that are not covered by DFP vars: */ /*********************************************************/ this.de_site = 'autonet'; /* Q site dans DE variable du xls*/ this.de_vchannel = 'autonet_f'; /* R vertical dans DE variable du xls*/ this.de_subchannel = 'blogue'; /* S */ this.sujet = 'automobile'; /* T */ this.de_category = ''; /* U */ this.de_subcategory = ''; /* V */ 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();