var PX_REFERER = (document.referrer == null) ? "" : document.referrer;
var PX_TITLE = (document.title == null) ? "" : document.title;
var PX_KEYWORDS = "";
var PX_METAS = document.getElementsByTagName("META");
for (var i = 0; i < PX_METAS.length; i++)
{	var PX_NAME = PX_METAS[i].getAttribute("name");
	PX_NAME = null == PX_NAME ? "" : PX_NAME.toLowerCase();
	if (PX_NAME == 'keywords') PX_KEYWORDS = PX_METAS[i].getAttribute("content");
}
var PX_STRING = "<iframe id='aa733781' name='aa733781' src='http://openx.artxun.com/openx/www/delivery/afr.php?zoneid=83&amp;cb=283204"
+ "&amp;title=" + encodeURIComponent(PX_TITLE.substring(0,50))
+ "&amp;keywords=" + encodeURIComponent(PX_KEYWORDS.substring(0,50))
+ "&amp;referer=" + encodeURIComponent(PX_REFERER.substring(0,250))
+ "' framespacing='0' frameborder='no' scrolling='no' width='190' height='420' allowTransparency='true'><a href='http://openx.artxun.com/openx/www/delivery/ck.php?n=a2843ebf&amp;cb=283204' target='_blank'><img src='http://openx.artxun.com/openx/www/delivery/avw.php?zoneid=83&amp;cb=283204&amp;n=a2843ebf' border='0' alt='' /></a></iframe>";
document.write(PX_STRING);