Hey Y'all: I am new here and struggling with trying to write a javascript that, in plain English, will do the following: 1. Get user's public IP (i.e., the WAN IP of their router) 2. Parse the first three numbers in the string (i.e., "206" in 206.100.200.58). 3. If the parsed value equals: 10 or 169 or 172 or 192 (i.e., the IP is a private or LAN IP) A. Run this code (code that displays the stream when the user is "inside" their LAN) else B. Run other code (code that displays the stream when the user is "outside" their LAN). I have the A and B code and I have some code that works to find the public IP as follows: <!-- <script language="JavaScript" type="text/javascript"> //<![CDATA[ VIH_DisplayFormat = "%%IP%%"; //]]> </script><script language="JavaScript" src="http://scripts.hashemian.com/js/visitorIPHOST.js.php" --> Anybody out there that can help me with this? TIA, rhymedawg