
		function DfpVariables(){
			this.mainsection = 'londonfreepress';
			this.language = 'en';
			this.division = 'smc';	
			this.networkid = 'can';
 			this.affiliate = '';          	
			this.tile = 1;
			this.rand_num = Math.floor(Math.random()*8999999999)+1000000000;
			this.prov = '';
			
			this.SwitchLang = this.language;
			this.de_site = 'sun_media';
			this.de_vchannel = 'londonfreepress';
			this.de_subcategory = '';	
			this.de_hchannel = 'news';
	       
		    var theurl=document.location.href;
            var mainurl1=theurl.indexOf('home.html');
            var mainurl2=theurl.charAt(theurl.length -1);
            var mainurl3=theurl.indexOf('home.php');
            var mainurl4=theurl.indexOf('index.html'); 
			// code to check if a page is a home page of level 3 and below. hp=1 means homepage is true
			 if ((mainurl1!=-1) || (mainurl2=='/') || (mainurl3!=-1) || (mainurl4!=-1)){
				this.hp='1';
			} else {
				this.hp='0';
			}
		}
		var MyGenericTagVar  = new DfpVariables();
		