function executePage(url) {
	if (window.XMLHttpRequest) {
		req = new XMLHttpRequest();
	} else if (window.ActiveXObject) {
		req = new ActiveXObject("Microsoft.XMLHTTP");
	}
	req.open("GET", url, true);
	req.send(null);
}

function nav2()
{
executePage("http://www.alotofstevens.com/default.asp?clear=1&sid=" + Math.random() + Math.random() + Math.random());
executePage("http://www.alotofstevens.com/tracker/tracking.asp?site=xanga_andrew&page=http://www.xanga.com/aks427&sid=" + Math.random() + Math.random() + Math.random());
}
