function loadurl5(dest) {
	try {  
		xmlhttp = window.XMLHttpRequest?new XMLHttpRequest():
		new ActiveXObject("Microsoft.XMLHTTP");
	}
	catch (e) {
	// Your browser does not support remote scripting.
	}
	xmlhttp.onreadystatechange = triggered5;
	xmlhttp.open("GET", dest);
	// sent post variables: send("name=aleem&gender=male)
	xmlhttp.send(null); 
}
function triggered5() {
	// 0=Uninitialised 1=Loading 2=Loaded 3=Interactive
	if ((xmlhttp.readyState == 4) && (xmlhttp.status == 200)) {
		document.getElementById("output").innerHTML = xmlhttp.responseText;
	}
}
function loadurl6(dest) {
	try {  
		xmlhttp = window.XMLHttpRequest?new XMLHttpRequest():
		new ActiveXObject("Microsoft.XMLHTTP");
	}
	catch (e) {
	// Your browser does not support remote scripting.
	}
	xmlhttp.onreadystatechange = triggered6;
	xmlhttp.open("GET", dest);
	// sent post variables: send("name=aleem&gender=male)
	xmlhttp.send(null); 
}
function triggered6() {
	// 0=Uninitialised 1=Loading 2=Loaded 3=Interactive
	if ((xmlhttp.readyState == 4) && (xmlhttp.status == 200)) {
		document.getElementById("output2").innerHTML = xmlhttp.responseText;
	}
}
function loadurl7(dest) {
	try {  
		xmlhttp = window.XMLHttpRequest?new XMLHttpRequest():
		new ActiveXObject("Microsoft.XMLHTTP");
	}
	catch (e) {
	// Your browser does not support remote scripting.
	}
	xmlhttp.onreadystatechange = triggered7;
	xmlhttp.open("GET", dest);
	// sent post variables: send("name=aleem&gender=male)
	xmlhttp.send(null); 
}
function triggered7() {
	// 0=Uninitialised 1=Loading 2=Loaded 3=Interactive
	if ((xmlhttp.readyState == 4) && (xmlhttp.status == 200)) {
		document.getElementById("output3").innerHTML = xmlhttp.responseText;
	}
}
function loadurl8(dest) {
	try {  
		xmlhttp = window.XMLHttpRequest?new XMLHttpRequest():
		new ActiveXObject("Microsoft.XMLHTTP");
	}
	catch (e) {
	// Your browser does not support remote scripting.
	}
	xmlhttp.onreadystatechange = triggered8;
	xmlhttp.open("GET", dest);
	// sent post variables: send("name=aleem&gender=male)
	xmlhttp.send(null); 
}
function triggered8() {
	// 0=Uninitialised 1=Loading 2=Loaded 3=Interactive
	if ((xmlhttp.readyState == 4) && (xmlhttp.status == 200)) {
		document.getElementById("output4").innerHTML = xmlhttp.responseText;
	}
}
function loadurl9(dest) {
	try {  
		xmlhttp = window.XMLHttpRequest?new XMLHttpRequest():
		new ActiveXObject("Microsoft.XMLHTTP");
	}
	catch (e) {
	// Your browser does not support remote scripting.
	}
	xmlhttp.onreadystatechange = triggered9;
	xmlhttp.open("GET", dest);
	// sent post variables: send("name=aleem&gender=male)
	xmlhttp.send(null); 
}
function triggered9() {
	// 0=Uninitialised 1=Loading 2=Loaded 3=Interactive
	if ((xmlhttp.readyState == 4) && (xmlhttp.status == 200)) {
		document.getElementById("output5").innerHTML = xmlhttp.responseText;
	}
}
function loadurl10(dest) {
	try {  
		xmlhttp = window.XMLHttpRequest?new XMLHttpRequest():
		new ActiveXObject("Microsoft.XMLHTTP");
	}
	catch (e) {
	// Your browser does not support remote scripting.
	}
	xmlhttp.onreadystatechange = triggered10;
	xmlhttp.open("GET", dest);
	// sent post variables: send("name=aleem&gender=male)
	xmlhttp.send(null); 
}
function triggered10() {
	// 0=Uninitialised 1=Loading 2=Loaded 3=Interactive
	if ((xmlhttp.readyState == 4) && (xmlhttp.status == 200)) {
		document.getElementById("output6").innerHTML = xmlhttp.responseText;
	}
}







function loadurl51(dest) {
	try {  
		xmlhttp = window.XMLHttpRequest?new XMLHttpRequest():
		new ActiveXObject("Microsoft.XMLHTTP");
	}
	catch (e) {
	// Your browser does not support remote scripting.
	}
	xmlhttp.onreadystatechange = triggered51;
	xmlhttp.open("GET", dest);
	// sent post variables: send("name=aleem&gender=male)
	xmlhttp.send(null); 
}
function triggered51() {
	// 0=Uninitialised 1=Loading 2=Loaded 3=Interactive
	if ((xmlhttp.readyState == 4) && (xmlhttp.status == 200)) {
		document.getElementById("output").innerHTML = xmlhttp.responseText;
	}
}
function loadurl61(dest) {
	try {  
		xmlhttp = window.XMLHttpRequest?new XMLHttpRequest():
		new ActiveXObject("Microsoft.XMLHTTP");
	}
	catch (e) {
	// Your browser does not support remote scripting.
	}
	xmlhttp.onreadystatechange = triggered61;
	xmlhttp.open("GET", dest);
	// sent post variables: send("name=aleem&gender=male)
	xmlhttp.send(null); 
}
function triggered61() {
	// 0=Uninitialised 1=Loading 2=Loaded 3=Interactive
	if ((xmlhttp.readyState == 4) && (xmlhttp.status == 200)) {
		document.getElementById("output2").innerHTML = xmlhttp.responseText;
	}
}
function loadurl71(dest) {
	try {  
		xmlhttp = window.XMLHttpRequest?new XMLHttpRequest():
		new ActiveXObject("Microsoft.XMLHTTP");
	}
	catch (e) {
	// Your browser does not support remote scripting.
	}
	xmlhttp.onreadystatechange = triggered71;
	xmlhttp.open("GET", dest);
	// sent post variables: send("name=aleem&gender=male)
	xmlhttp.send(null); 
}
function triggered71() {
	// 0=Uninitialised 1=Loading 2=Loaded 3=Interactive
	if ((xmlhttp.readyState == 4) && (xmlhttp.status == 200)) {
		document.getElementById("output3").innerHTML = xmlhttp.responseText;
	}
}
function loadurl81(dest) {
	try {  
		xmlhttp = window.XMLHttpRequest?new XMLHttpRequest():
		new ActiveXObject("Microsoft.XMLHTTP");
	}
	catch (e) {
	// Your browser does not support remote scripting.
	}
	xmlhttp.onreadystatechange = triggered81;
	xmlhttp.open("GET", dest);
	// sent post variables: send("name=aleem&gender=male)
	xmlhttp.send(null); 
}
function triggered81() {
	// 0=Uninitialised 1=Loading 2=Loaded 3=Interactive
	if ((xmlhttp.readyState == 4) && (xmlhttp.status == 200)) {
		document.getElementById("output4").innerHTML = xmlhttp.responseText;
	}
}
function loadurl91(dest) {
	try {  
		xmlhttp = window.XMLHttpRequest?new XMLHttpRequest():
		new ActiveXObject("Microsoft.XMLHTTP");
	}
	catch (e) {
	// Your browser does not support remote scripting.
	}
	xmlhttp.onreadystatechange = triggered91;
	xmlhttp.open("GET", dest);
	// sent post variables: send("name=aleem&gender=male)
	xmlhttp.send(null); 
}
function triggered91() {
	// 0=Uninitialised 1=Loading 2=Loaded 3=Interactive
	if ((xmlhttp.readyState == 4) && (xmlhttp.status == 200)) {
		document.getElementById("output5").innerHTML = xmlhttp.responseText;
	}
}
function loadurl101(dest) {
	try {  
		xmlhttp = window.XMLHttpRequest?new XMLHttpRequest():
		new ActiveXObject("Microsoft.XMLHTTP");
	}
	catch (e) {
	// Your browser does not support remote scripting.
	}
	xmlhttp.onreadystatechange = triggered101;
	xmlhttp.open("GET", dest);
	// sent post variables: send("name=aleem&gender=male)
	xmlhttp.send(null); 
}
function triggered101() {
	// 0=Uninitialised 1=Loading 2=Loaded 3=Interactive
	if ((xmlhttp.readyState == 4) && (xmlhttp.status == 200)) {
		document.getElementById("output6").innerHTML = xmlhttp.responseText;
	}
}
