function DisplayAds (Position, sitepage, width, height)
{
	_version=11
	var oas ='http://oas.bodaclick.com/';

	//oas ='http://oasc07.247realmedia.com/';
	//sitepage='www.st_spain_test.es/paw1/';
	//Position='x20';

	var RN = new String (Math.random());
	var RNS = RN.substring (2, 11);
	var OAS_query = '';
	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" WIDTH="' + width + '" HEIGHT="' + height + '"></a>');
	} else {
	document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
	document.write ('\<\!-- --\>');
	document.write ('\<\/SCRIPT\>');
	document.write ('\<\!-- --\>');
	}
}