Read web.config values from Javascript

I want to read an app key from the web.config file via java script. The web.config key to be read <appSettings> <add key="Key1" value="value1" /> <appSettings> I include ...