//
// (C) Revmac Ltd. T/A Avvio
// This file is autogenerated. Please do not change. Do not cut and paste!
//

var ref=''
if ( document.referrer )
{
	ref='&r=' + encodeURIComponent( document.referrer );
}

var loc='';
if ( document.location )
{
	loc='&l=' + encodeURIComponent( document.location );
}

// 0 to 999999
var cachebuster='&b=' + Math.round( Math.random() * 999999 );

var fullLocation='https://fe.avvio.com/crm/image?el=3whtPhBp2qc3XmLeDf3hv_DemY5aDS9Nf0MDILFWe0w' + ref + loc + cachebuster

//TODO remove before flight!
//if ( fullLocation.length > 2048 )
//{
//	alert('IMAGE URL TOO LONG');
//}

document.write('<img width="1" height="1" src="' + fullLocation + '"\>');