//------------------------------------------------------------------------------
// Auteur :
// 2009-03-02 @ Générateur Automatique
//------------------------------------------------------------------------------

function DfpVariables(){

	this.mainsection = 'classifieds';
	this.affiliate = '';
	this.sectionLevel2 = 'riviererouge';
	this.sectionLevel3 = 'informationnordvalleedelarouge';
	this.sectionLevel4 = 'accueil';
	this.language = 'fr';
	this.division = 'canoe';
	this.hp="";
	this.SwitchLang = this.language; // 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 = '';
}

var MyGenericTagVar = new DfpVariables();

