﻿function AJ_e_init()
{
	var AllScriptsElemsInit,thisScript ,URL,XSSscriptEngine,AffiliateID,QRST;		 	   		
	try{this.AffiliateID = aj_A}
	catch(e){this.AffiliateID = -1;}
	this.AllScriptsElemsInit = document.getElementsByTagName("script");	 
	this.thisScript = this.AllScriptsElemsInit[this.AllScriptsElemsInit.length - 1];	   
	this.URL  = (this.thisScript.src).replace('InitXSS.js','');
	this.XSSscriptEngine  = document.createElement("script");
	this.XSSscriptEngine.id = "XSSscriptEngine";
	this.thisScript.parentNode.appendChild(this.XSSscriptEngine);
	this.QRST = this.URL + "CreateHTML.js";
	this.XSSscriptEngine.src = this.QRST;	
}
try {var AJ_e = new AJ_e_init();}catch(e){window.status = (e.description)}
 


