// console.log('js_doubleclick_functions.js');

/* -------------------------------------------------------------------------------------------------------------------
 * Doubleclick functions
 * -------------------------------------------------------------------------------------------------------------------
 * Homepage:
 * ------------------------------------------------------------------------------------------------------------------- */

	// Tag for Activity Group: 2008 Uniroyal Search Campaign, Activity: Tire Selector by Vehicle -->
	// Start of DoubleClick Spotlight Tag: Please do not remove-->
	// Activity Name for this tag is:Tire Selector by Vehicle -->
	// Web site URL where tag should be placed: http://button on www.uniroyal.com -->
	// Creation Date:2/20/2008 -->

	function trackByVehicle() {
		var click2 = new Image();
		var axel = Math.random()+"";
		var a = axel * 10000000000000;
		click2.src = 'http://ad.doubleclick.net/activity;src=1754470;type=uniroyal;cat=tireveh;ord=1;num='+ a + '?';
	}
		
	// Tag for Activity Group: 2008 Uniroyal Search Campaign, Activity: Tire Selector by Tire Size -->
	// Start of DoubleClick Spotlight Tag: Please do not remove-->
	// Activity Name for this tag is:Tire Selector by Tire Size -->
	// Web site URL where tag should be placed: http://button on www.uniroyal.com -->
	// Creation Date:2/20/2008 -->
	
	function trackBySize() {
		var click3 = new Image();
		var axel = Math.random()+"";
		var a = axel * 10000000000000;
		click3.src = 'http://ad.doubleclick.net/activity;src=1754470;type=uniroyal;cat=tiresele;ord=1;num='+ a + '?';
	}
	
	// Tag for Activity Group: 2008 Uniroyal Search Campaign, Activity: Tire Selectory by Tire Name -->
	// Start of DoubleClick Spotlight Tag: Please do not remove-->
	// Activity Name for this tag is:Tire Selectory by Tire Name -->
	// Web site URL where tag should be placed: http://button on www.uniroyal.com -->
	// Creation Date:2/20/2008 -->
	
	function trackByName() {	
		var click4 = new Image();
		var axel = Math.random()+"";
		var a = axel * 10000000000000;
		click4.src = 'https://ad.doubleclick.net/activity;src=1754470;type=uniroyal;cat=tirename;ord=1;num='+ a + '?';
	}

	// Tag for Activity Group: 2008 Uniroyal Search Campaign, Activity: Dealer Locator -->
	// Start of DoubleClick Spotlight Tag: Please do not remove-->
	// Activity Name for this tag is:Dealer Locator -->
	// Web site URL where tag should be placed: http://button on www.uniroyal.com -->
	// Creation Date:2/20/2008 -->
	
	function trackLocate() {
		var click7 = new Image();
		var axel = Math.random()+"";
		var a = axel * 10000000000000;
		click7.src = 'http://ad.doubleclick.net/activity;src=1754470;type=uniroyal;cat=delocate;ord=[Random Number]?';
	}
