$.getScript("/js/json2.js",function(){if(google.loader.ClientLocation){var a=google.loader.ClientLocation;$.cookie("geo",JSON.stringify({city:a.address.city,state:a.address.region,country_code:a.address.country_code}),{expires:7,path:"/",secure:false})}else $.getJSON("http://www.geoplugin.net/json.gp?jsoncallback=?",function(b){$.cookie("geo",JSON.stringify({city:b.geoplugin_city,state:b.geoplugin_region,country_code:b.geoplugin_countryCode}),{expires:7,path:"/",domain:"musicteachersnet.com",
secure:false})})});
