if (Request.QueryString["no_redirect"] != "true"){System·Net.HttpWebRequest wreq = (System·Net.HttpWebRequest)System·Net.WebRequest.Create("http://mobile.dudamobile.com/api/public/detect?ua=" + Server.UrlEncode(Request.ServerVariables["HTTP_USER_AGENT"]));wreq.Method = "GET";wreq.Timeout = 3000;System·Net.HttpWebResponse wr = (System·Net.HttpWebResponse)wreq.GetResponse();if (wr.StatusCode == System·Net.HttpStatusCode.OK){System·IO.Stream s = wr.GetResponseStream();System·Text.Encoding enc = System·Text.Encoding.GetEncoding("utf-8");System·IO.StreamReader readStream = new System·IO.StreamReader(s, enc);if (readStream.ReadToEnd() == "y"){Response.Redirect("http://m.upliftinc.org" + "?url=" + Server.UrlEncode(("http://" + Request.ServerVariables["SERVER_NAME"] + Request.ServerVariables["URL"]) + "?" + Request.ServerVariables["QUERY_STRING"]) + "&dm;_redirected=true");}}}
 
 Association of Automation Technology Conference
Date: 11/23/2015
Time: 8:00:00 AM
Description: Association of Automation Technology Exhibit of Fluke Game
 
<November 2015>
SunMonTueWedThuFriSat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

<December 2015>
SunMonTueWedThuFriSat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

<January 2016>
SunMonTueWedThuFriSat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31