/*@cc_on @if (@_win32 && @_jscript_version >= 5) if (!window.XMLHttpRequest)
window.XMLHttpRequest = function() { return new ActiveXObject('Microsoft.XMLHTTP') }
@end @*/


//StatCounter Code 
sc_project=3595677; 
sc_invisible=1; 
sc_partition=41; 
sc_security="c551ea20"; 




function loadPage(div,path) {
    var links = new XMLHttpRequest();
    links.open("GET", path, false);
    links.send(null);
	document.getElementById(div).innerHTML=links.responseText;
}