function CheckProperties(obj, prop) {
    if (typeof (obj[prop]) == "undefined") {
	return "";
    } else {
	return obj[prop];
    }
}
function ConcatWB(ConcatString, delimit) {
    if (!ConcatString == '') {
	return delimit + ConcatString;
    } else {
	return '';
    }
}
function OmnitureVariables()
{
    var pagen='';
	this.networkid = 'can';
	this.prop11 = document.location.href.slice(7);
	this.linkTrackVars = 'server';
	this.linkTrackEvents = 'None';
 	this.linkLeaveQueryString = 'false';
	this.linkExternalFilters = '';
	this.trackExternalLinks= 'true';
	this.pageType = '';
	this.SwitchCgi = true;
	this.s_account = 'cnocanoe411cadev';
	this.mainsection = 'canoe411';
	this.sectionLevel2 =''; //business, phone, category
	this.sectionLevel3 ='';// category sections
	this.sectionLevel4 ='';	
	this.division = 'canoe';
	this.linkInternalFilters = 'javascript:,canoe.ca,canoe.com';
	this.prop19 = 'search'; //content type
	this.prop22 = 'search'; //type	
	this.prop31 = ''; //search keyword
	this.prop32 = ''; //search result page
	this.products = '';
	this.events = '';
	this.purchaseID = '';
	}
var MyOmnitureVariables  = new OmnitureVariables();

