<!-- ##### begin OAS function definition ##### -->
<!-- here are oas site, page, and random number variables -->
var oas='http://oascentral.everycarlisted.com/RealMedia/ads/';
var sitepage = "everycarlisted/listings.html";
var RN = new String (Math.random());
var RNS = RN.substring (2, 11);
var OAS_query = '';
<!-- here is the ad insertion function -->
function DisplayAds (Position, sitepage)
{
	var oaspage= sitepage + '/1' + RNS + '@' + Position + '?' + OAS_query;
	if (_version < 11) {
		document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_top" ><IMG SRC="' +
		oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" ></a>');
	} else {
		document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage
		+ '">');
		document.write ('\<\!-- --\>');
		document.write ('\<\/SCRIPT\>');
		document.write ('\<\!-- --\>');
	}
}
<!-- # end OAS function definition # -->
