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

