//OAS config

OAS_url='http://gcirm.tucson.gcion.com/RealMedia/ads/';
if (window.OAS_listpos != undefined && OAS_listpos != '')  OAS_listpos = OAS_listpos + ',x01';
OAS_target='_top';

OAS_version = 10;
OAS_rn=new String(Math.random());
OAS_rns=OAS_rn.substring(2,11);

function OAS_NORMAL(pos)
{
	document.write('<a href="' + OAS_url + 'click_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + '?' + OAS_query + '" target=' + OAS_target + '>');
	document.write('<img src="' + OAS_url + 'adstream_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + '?' + OAS_query + '" border="0"></a>');
}
OAS_version=11;
if (navigator.userAgent.indexOf('Mozilla/3')!=-1 || navigator.userAgent.indexOf('Mozilla/4.0 WebTV')!=-1)
	OAS_version=10;
if (OAS_version>=11)
{
	document.write('<script type="text/javascript" src="' + OAS_url + 'adstream_mjx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '?' + OAS_query + '"><\/script>');
}
function OAS_AD(pos)
{
	if (OAS_version>=11 && window.OAS_RICH) OAS_RICH(pos);
	else OAS_NORMAL(pos);
}


// ZAG code.
function ZAG_GetCookie(name)
{
	var start = document.cookie.indexOf(name + "=");
	var length = start + name.length + 1;

	if ((!start) && (name != document.cookie.substring(0, name.length)))  return null;

	if (start == -1)  return null;

	var end = document.cookie.indexOf(';', length);

	if (end == -1)  end = document.cookie.length;

	return document.cookie.substring(length, end);
}

function ZAG_IsNullOrEmpty(object)
{
	if (object == null || object == "" || object.Length == 0 || object == "null" || object == "undefined")  return true;
	else  return false;
}

if (ZAG_IsNullOrEmpty(ZAG_GetCookie("GCIONID")))
{
	// Gets a local GCIONID.
	document.write('<script type="text/javascript" src="http://tucson.app.ur.gcion.com/gcion.ashx?q=1"></script>');
}

function ZAG_User()
{
	if (registration.user.loggedin && ZAG_IsNullOrEmpty(ZAG_GetCookie("ZAG_UID")) && !ZAG_IsNullOrEmpty(ZAG_GetCookie("GCIONID")))
	{
		// ZAG.  Uses the local GCIONID.
		var country;
		if (registration.user.country == "Canada")  country = "CA";
		else if (registration.user.country == "Mexico")  country = "MX";
		else  country = "US";
		document.write('<script type="text/javascript" src="http://tucson.app.ur.gcion.com/gcion.ashx?q=2&GCIONID=' + ZAG_GetCookie("GCIONID") +  '&Zip=' + escape(registration.user.zip) + '&YOB=' + escape(registration.user.yob) + '&Gender=' + (registration.user.gender == "M" ? 2 : (registration.user.gender == "F" ? 1 : 3)) + '&Country=' + country + '&OriginatingSite=gpaper199"></script>');

		var today = new Date();
		today.setTime(today.getTime());
		document.cookie = 'ZAG_UID=' + registration.user.uid + ';path=/';
	}
}

if (window.Registration)  ZAG_User(registration);

