		function DfpVariables(){
			this.mainsection = 'virtual';
			this.sectionLevel2 = 'homepage';
			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.theurl=document.location.href;
            this.mainurl1=this.theurl.indexOf('home.html');
            this.mainurl2=this.theurl.charAt(this.theurl.length -1);
            this.mainurl3=this.theurl.indexOf('home.php');
            
			// code to check if a page is a home page of level 3 and below. hp=1 means homepage is true
			if ((this.sectionLevel4=='') && ((this.mainurl1!=-1) || (this.mainurl2=='/') || (this.mainurl3!=-1))){
				this.hp='1';
			} else {
				this.hp='0';
			}
		}
		var MyGenericTagVar  = new DfpVariables();
