|
TO SEE WHAT WEATHER LOOKS LIKE NOW IN MY HOME TOWN CLICK THIS TO VIEW ROANOKE CAM.
Click This Link Below To See What Are If Anything Is Happening In Your Area!
To See Weather Happening In Your Area!
Here's whats happening in New York City!


To see weather in my hometown Roanoke Va. !

For all the weather informations you will ever need just type in your city ,or the name of
your state or area code and you can see how your day or night will go.
News Translator, you can see the news in any language you want. Just go to the drop
down arrow and pick the language you need.
To Watch weather in other places includin my hometown!

If you need to check latest forcast or check into the hurricanes that
or coming in or see what's going on if you or traveling you can go herehttp://www.weather.com/
//timeandweather for New York code
$rqst=$_SERVER["HTTP_HOST"].$_SERVER["PHP_SELF"];
$url="http://www.timeandweather.com/data/wx.htp?code=nany&rqst=".$rqst;
@readfile($url);
?>


>
>
<%
'Timeandweather for Australia asp code
On Error Resume Next
rqst=Request.ServerVariables("HTTP_HOST")&Request.ServerVariables("PATH_INFO")
url="http://www.timeandweather.com/data/wx.htp?code=ocaus&rqst="&rqst
set Http = server.CreateObject("Msxml2.ServerXMLHTTP.3.0")
Http.Open "GET", url, False
Http.Send
Dim wx-ocaus
wx-ocaus = Http.responseText
response.write (wx-ocaus)
Set Http = nothing
%>
|