
<!--
// Set the following line to false to disable the tracking
var trackingEnabled = false;

// Image link
//
var imageFile = 'https://ssl.usatoday.com/counters/clear.gif';

if (trackingEnabled == true) {
	var count;
	count = '<img src="' + imageFile + '?log=1';
	count += '&page=' + escape(document.location) + '&cachedefeat=' + (new Date()).getTime() + '" width="1" height="1">';
	document.write(count);
}

// -->
