/*Copyright 2010, SofTrends, Inc.*/var xmlhttp;function Insert(url){if(window.XMLHttpRequest){xmlhttp=new XMLHttpRequest();xmlhttp.open("GET",url,false);xmlhttp.send(null);}else{xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");xmlhttp.open("GET",url,false);xmlhttp.send();}document.write(xmlhttp.responseText);}
