// This file must be included in all pages
// Preferable at the end of the page before the BODY tag

// TID
dynamic_code('');

// Search Engines
if ((getParam('GCID') || getParam('source')) && getParam('keyword')) {

	var d = new Date();
	var _sid = '' + d.getTime() + Math.random() * 100000;

	_sid = _sid.substring(0,18);

//	alert(_sid);

	document.write(
		'<img border=0 width=1 height=1 src=http://track.roiservice.com/track/pixel.gif.aspx?roiid=932024107000019'
		+ '&sid=' + _sid
		+ '&desc=landingpage'
		+ (document.referrer ? '&refr=' + escape(document.referrer) : '')
	);

	if (_sid) {
		setCookie(
			'WWW_ROI_ID',
			_sid,
			90,
			'/',
			'.liquidation.com'
		);
	}
}


