var oas='http://amethyst.inq7.net/RealMedia/ads/';
var RN = new String (Math.random());
var RNS = RN.substring (2, 11);
function DisplayAds (sitepage, position)
{
	var oaspage= sitepage + '/1' + RNS + '@' + position;

	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 ('\<\!-- --\>');
	}
}
function frontcover_pics(imgName,imgWidth,imgHeight,alt,posLeft,posTop)
{
 newWindow = window.open("","newWindow","width="+imgWidth+",height="+imgHeight+",left="+posLeft+",top="+posTop);
 newWindow.document.open();
 newWindow.document.write("<html><title>"+alt+"<\/title><body bgcolor=#FFFFFF leftmargin=0 topmargin=0 marginheight=0 marginwidth=0 onBlur=\"self.close();\">");
 newWindow.document.write("<img src="+imgName+" width="+imgWidth+" height="+imgHeight+" alt=\"PDI FRONTPAGE\">");
 newWindow.document.write("<\/body><\/html>");
 newWindow.document.close();
 newWindow.focus();
}
