function getXMLHTTP(){var a=false;try{a=new XMLHttpRequest}catch(b){try{a=new ActiveXObject("Microsoft.XMLHTTP")}catch(c){try{a=new ActiveXObject("Msxml2.XMLHTTP")}catch(d){a=false}}}return a}function getAccessory(a){a="http://"+location.hostname+"/modules/findaccessory.php?model="+a;var b=getXMLHTTP();if(b){b.onreadystatechange=function(){if(b.readyState==4)document.getElementById("accessorycontent").innerHTML=b.responseText};b.open("GET",a,true);b.send(null)}};