var oas='http://oascentral.sciam.com/RealMedia/ads/';

var sitepage = "stage.quickanddirtytips.com"; 
var RN = new String (Math.random());
var RNS = RN.substring (2, 11);

function DisplayAds(position, width, height)
{

var oaspage= sitepage + '/1' + RNS + '@' + position;
if (_version < 11) 
{
	var temp_write = '<A HREF="' + oas + 'click_nx.cgi/'+ oaspage + '" TARGET="_top" ><IMG SRC="' + oas + 'adstream_nx.cgi/' + oaspage + '" BORDER="0" WIDTH="' + width + '" HEIGHT="' + height + '"></a>';
	document.write (temp_write);
} 
else 
{
	var temp_write = '<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.cgi/' + oaspage + '">';
document.write (temp_write);
document.write ('\<\!-- --\>');
document.write ('\<\/SCRIPT\>');
document.write ('\<\!-- --\>');
}
}