var count;
count = '<img src="http://images.usatoday.com/counters/clear.gif?log=1';
if (/^https:/.test(document.location)) {
count = '<img src="https://ssl.usatoday.com/counters/clear.gif?log=1';
}
if (/refresh=1/.test(document.location)) {
	count += '&refresh=1';
}
count += '&page=' + escape(document.location) + '&cachedefeat=' + (new Date()).getTime() + '" width="1" height="1">';
document.write(count);
