// These need to be global for multiple ads on the same page to work correctly
var msa_RN = new String(Math.random());
var msa_RNS= msa_RN.substring(2,11);

function DisplayMiniSlotAds(strPosition, nWidth, nHeight, strCampaign)
{
	var oas='http://adserver.ancestry.com/RealMedia/';
	var oaspage= "www.rootsweb.com/" + strCampaign + '/1' + msa_RNS + '@' + strPosition;

//	document.write('<span style="font-family: Arial, Helvetica, sans-serif;">');
	if (navigator.userAgent.indexOf('Mozilla/3') != -1) 
	{
		document.write ('<A HREF="' + oas + 'click_nx.ads/' + oaspage + '" TARGET="_top"><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="' + nWidth + '" HEIGHT="' + nHeight + '"></a>');
	}
	else 
	{
		document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '"></SCRIPT>');
	}
//	document.write('</span>');
	document.close();
}
