var siteurl;
var theText;
var lines;
var config;

if(window.XMLHttpRequest){
	config = new XMLHttpRequest();
}
else if (window.ActiveXObject){
	config = new ActiveXObject("Msxml2.XMLHTTP");
}
else config = new ActiveXObject("Microsoft.XMLHTTP");
config.onreadystatechange = function(){
	if(config.readyState === 4){
		if(config.status === 200){
			theText = config.responseText;
			lines = theText.split("\n");
			siteurl = lines[12].replace('$siteurl = "', '');
			siteurl = siteurl.replace('";', '');
		}
	}
}
config.open("GET", "http://www.clickdraggraphics.com/config.txt", true);
config.send(null);

function fillVar1(e)
{
	document.getElementById('item_name').value = "Click Drag Graphics - Ultimate 3D Graphic Templates!";
	document.getElementById('amount').value = "97.00";
	document.getElementById('return').value = "http://www.clickdraggraphics.com/login.php?access=21893278436751289237834675";
	document.getElementById('cbt').value = "Click Here To Complete Your Order!";
	document.getElementById('cancel_return').value = siteurl;
	document.getElementById('currency_code').value = "USD";
	document.getElementById('notify_url').value = "http://www.clickdraggraphics.com/pp_ipn.php";
}
function fillVar2(e)
{
	document.getElementById('item_name').value = "Click Drag Graphics - Ultimate 3D Graphic Templates! (Subscriber Special!)";
	document.getElementById('amount').value = "77.00";
	document.getElementById('return').value = "http://www.clickdraggraphics.com/oto.php?access=21893278436751289237834675";
	document.getElementById('cbt').value = "Click Here To Complete Your Order!";
	document.getElementById('cancel_return').value = siteurl;
	document.getElementById('currency_code').value = "USD";
	document.getElementById('notify_url').value = "http://www.clickdraggraphics.com/pp_ipn.php";
}
function fillVar3(e)
{
	document.getElementById('item_name').value = "Click Drag Graphics - 100+ Pre-Designed Templates!";
	document.getElementById('amount').value = "27.00";
	document.getElementById('return').value = "http://www.clickdraggraphics.com/download.php?access=21893278436752189327843675";
	document.getElementById('cbt').value = "Click Here To Complete Your Order!";
	document.getElementById('cancel_return').value = siteurl;
	document.getElementById('currency_code').value = "USD";
	document.getElementById('notify_url').value = "http://www.clickdraggraphics.com/pp_ipn2.php";	
}
