/*
	
*/

//acCODE += ' style="display:none"' + " />";
//acCODE += ' style="position:absolute;left:-200;top:-200;visibility:visible"' + " />";
//document.write(acCODE);

var xeno_cookie_enabled = (navigator.cookieEnabled)? '1' : '0';
if((typeof (navigator.cookieEnabled) == "undefined") && (xeno_cookie_enabled == '0')) 
{
	document.cookie="xeno_cookie"
	xeno_cookie_enabled = (document.cookie.indexOf("xeno_cookie") != -1) ? '1' : '0';
}
var __COOKIE_ENABLED = "&amp;XENO_COOKIE_ENABLED=" + xeno_cookie_enabled + "' ";

var __BEACON;
var __add = ' style="position:absolute;left:-200;top:-200;visibility:visible"' + ">";
var __PTITLE = "&amp;PTITLE=" +escape(document.title);
var __match_pattern = /PTITLE=/;
if(typeof xenoCODE != 'undefined') {
	__BEACON = xenoCODE;
}
else if(typeof acCODE != 'undefined') {
	__BEACON = acCODE;
}
else if(typeof mrCODE != 'undefined') {
	__BEACON = mrCODE;
}
var r = __BEACON.match(__match_pattern);
if(!r) {
	// replace last "' " 
	__BEACON = __BEACON.replace(/' $/, __PTITLE + __COOKIE_ENABLED);
} else {
	__BEACON = __BEACON.replace(/' $/, __COOKIE_ENABLED);
}
__BEACON+=__add;
document.write(__BEACON);
