// [begin] RealMedia OpenAdStream
function OAS_NORMAL(pos)
{
	document.write('<a href="' + OAS_url + 'click_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + OAS_query + '" target=new>');
	document.write('<img src="' + OAS_url + 'adstream_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + OAS_query + '" border=0></a>');
}

function OAS_AD(pos)
{
	//alert(OAS_version);
	if (OAS_version >= 11)
	{
		OAS_RICH(pos);
	}
	else
	{
		OAS_NORMAL(pos);
	}
}